From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,718cf9fb0eb52666 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-28 05:52:48 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!newshosting.com!nx02.iad01.newshosting.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Win32Ada Linker Problem Date: Sun, 28 Mar 2004 13:52:46 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <20040327201514.541854C40D8@lovelace.ada-france.org> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1080481966 1619 134.91.1.34 (28 Mar 2004 13:52:46 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Sun, 28 Mar 2004 13:52:46 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:6631 Date: 2004-03-28T13:52:46+00:00 List-Id: Andrew Carroll wrote: : : -------------------------------------- : ld: unrecognized option : 'C:\PROGRA~1\ADA\lib\gcc-lib\pentium-mingw32msv\2.8.1\adalib\libgnat.a' : ld: use the --help option for usage information : gnatlink: cannot call C:\PROGRA~1\ADA\BIN\gcc.exe : gnatmake: *** link failed. : -------------------------------------- Maybe this is a related issue. When I tried to compile TASH on Mac OS X I found some issues (I do not currently remember where/ in which part of the software exactly). There had been two .o files for wintel in the distribution. One file has pragma Linker_Options not applicable on the OS used. The linker options had to be adjusted to Mac conventions. >From these I also got "cannot call /usr/bin/gcc" from ld. After fixing the options and removing the pragmata compilation has been possible. HTH