|
From: SourceForge.net <no...@so...> - 2004-10-26 19:14:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2823648 By: aschwarz1309 I just downloaded and (attempted) to install gcc-3.4.2, binutils-2.15.91-20040904-1.tar.gz into /usr/local/mingw and have had the following problems with Ada compiles. 1. crt0.o was not found. I migrated it from a gcc-3.3.3-3 installation and it seemed to work. 2. gnatlink can't seem to find the the executables: o GCC_EXEC_PATH was set to /usr/local/mingw o -BC:\cygwin\usr\local\mingw was used as a switch gnatlink seems to want to get it's information from the wrong directory location. I've looked at 'info gnat_ug_wnt' and can't seem to find the right answer. How do I fix the paths and etc.? Command and output is: >> /usr/local/mingw/bin/gnatlink -B$bdir -v ud_search GNATLINK 3.4.2 (mingw-special) Copyright 1995-2004 Free Software Foundation, Inc gcc -c -gnatA -gnatWb -gnatiw -BC:\cygwin\usr\local\bin -gnatws b~ud_search.adb gcc: installation problem, cannot exec `as': No such file or directory >> /usr/local/mingw/bin/gnatlink -B$bdir -v -v ud_search GNATLINK 3.4.2 (mingw-special) Copyright 1995-2004 Free Software Foundation, Inc gcc -c -gnatA -gnatWb -gnatiw -BC:\cygwin\usr\local\bin -v -gnatws b~ud_search.adb Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/l ib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc, pascal --enable-nls --without-included-gettext --enable-libgcj --with-system-zlib --enable-interpreter --enable-threads= posix --enable-java-gc=boehm --enable-sjlj-exceptions --disable-version-specific-runtime-libs --disable-win32-registry Thread model: posix gcc version 3.3.3 (cygwin special) /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/gnat1.exe -quiet -dumpbase b~ud_search.adb -gnatA -gnatWb -gnatiw -gnatws b~ud_se arch.adb -o /c/DOCUME~1/ARTHUR~2.ART/LOCALS~1/Temp/ccPr4TMR.s as --traditional-format -o b~ud_search.o /c/DOCUME~1/ARTHUR~2.ART/LOCALS~1/Temp/ccPr4TMR.s gcc: installation problem, cannot exec `as': No such file or directory >> ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=286532 |