|
From: SF/projects/mingw n. l. <min...@li...> - 2013-01-11 17:32:20
|
Bugs item #962325, was opened at 2004-05-28 09:39 Message generated for change (Comment added) made by earnie You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=962325&group_id=2435 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gcc >Group: Aged issue >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Chris Douty (christov) >Assigned to: Nobody/Anonymous (nobody) Summary: GNATclean removes system ALI files in 3.4.0-20040501 candida Initial Comment: Gnatclean.exe is a new command in gcc 3.4.0 which is supposed to remove any objects and ali files that a gnatmake target depends on. In the MinGW candidate it also deleted the ALI files from the system library. e.g. lib/ gcc/mingw32/3.4.0/adalib/ I executed the commands under an msys shell. Clearly the gnatclean command does not know what files are part of the standard library. Maybe it always tries to delete any dependencies and is stopped by read-only status on unix systems? OS: Win2k SP4 gcc: 3.4.0 (mingw special) ld: 2.15.90 20040222 mingw: Initially 3.10 installer upgraded with 3.3 runtime MSYS: 1.0.10 (0.46/3/2) ---------------------------------------------------------------------- >Comment By: Earnie Boyd (earnie) Date: 2013-01-11 09:32 Message: Newer versions of GCC exist for download and installation. If this is still an issue please open a new bug issue. ---------------------------------------------------------------------- Comment By: Danny Smith (dannysmith) Date: 2004-05-28 13:17 Message: Logged In: YES user_id=11494 I think your guess about file attributes is right. When I do a make install the permissions are set correctly, and gnatclean works as expected But they were lost when I built the tarball for distro. Danny ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=962325&group_id=2435 |