delorie.com/archives/browse.cgi | search |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: C++ Linking problem |
Date: | Tue, 07 Mar 2000 18:59:14 +0200 |
Organization: | NetVision Israel |
Lines: | 19 |
Message-ID: | <38C53562.A06972F7@is.elta.co.il> |
References: | <plLw4.75833$qv DOT 767916 AT news DOT infostrada DOT it> <z19x4.5438$i%1 DOT 59588 AT news DOT infostrada DOT it> |
NNTP-Posting-Host: | ras1-p56.rvt.netvision.net.il |
Mime-Version: | 1.0 |
X-Trace: | news.netvision.net.il 952448428 13959 62.0.172.58 (7 Mar 2000 17:00:28 GMT) |
X-Complaints-To: | abuse AT netvision DOT net DOT il |
NNTP-Posting-Date: | 7 Mar 2000 17:00:28 GMT |
X-Mailer: | Mozilla 4.7 [en] (Win98; I) |
X-Accept-Language: | en,ru,hebrew |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Alessandro Monopoli wrote: > > This is my 'gcc -v' Output: [snip] > reading specs c:/vecchio/djcpp/lib/specs This is wrong: you have an old `specs' file in your lib subdirectory. You need to remove it, so that GCC will use its own new version from the directory c:/vecchio/djcpp/lib/gcc-lib/djgpp/2.952/. > c:/vecchio/djcpp/bin/as.exe -o prova.o > c:/vecchio/djcpp/tmp/RHfcaaaa\ccOxEi7m.s > no errors This is the output of a compilation command, not a linking command. Please post the output of the link command, because that's where you got errors. Since you had an old specs file, I suspect that your libgcc.a file is also old. Please check that.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |