X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Lance Newsgroups: comp.os.msdos.djgpp Subject: Re: ld.exe: cannot find -lstdcxx Date: Tue, 21 Oct 2008 04:10:09 -0700 (PDT) Organization: http://groups.google.com Lines: 34 Message-ID: References: <93f194e0-7735-426d-be8d-23407e6ff5a5 AT a29g2000pra DOT googlegroups DOT com> <200810201859 DOT m9KIxe0P004870 AT envy DOT delorie DOT com> NNTP-Posting-Host: 118.172.99.250 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1224587409 28470 127.0.0.1 (21 Oct 2008 11:10:09 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 21 Oct 2008 11:10:09 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: i18g2000prf.googlegroups.com; posting-host=118.172.99.250; posting-account=xbinmQoAAAA_GVkVwT_PdQfYiPAx_C4v User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m9LBF3Y1020691 Reply-To: djgpp AT delorie DOT com On Oct 21, 1:59 am, DJ Delorie wrote: > > I am running XP SP2 on a sony vaio. > > You should use gxx or g++ to compile and link, not gpp. ... Just managed to get DJGPP 204 beta (I think) up and running. Saw what I think may be a related issue - unzip32 could not see bnu217br2.zip (9.3 char file name) - is that supposed to happen? Anyway, renamed it down to 8.3, installed and same results as before: gxx -v -g -o que.exe que.o struc.o interp.o kernel.o pool.o vocab.o word.o cstack.o types.o perm.o p ops.o compile.o cqcalls.o unassmbl.o Using built-in specs. Target: djgpp Configured with: /v204/gcc-4.32/configure msdosdjgpp Thread model: single gcc version 4.3.2 (GCC) COMPILER_PATH=C:/DJGPP/bin/../libexec/gcc/djgpp/4.32/;C:/DJGPP/bin/../ libexec/gcc/;c:/djgpp/bin/ LIBRARY_PATH=C:/DJGPP/bin/../lib/gcc/djgpp/4.32/;C:/DJGPP/bin/../lib/ gcc/;c:/djgpp/lib/;c:/djgpp/lib/;C:/DJGPP/bin/../lib/gcc/djgpp/ 4.32/../../../ COLLECT_GCC_OPTIONS='-v' '-g' '-o' 'que.exe' '-mtune=pentium' C:/DJGPP/bin/../libexec/gcc/djgpp/4.32/collect2.exe -o que.exe c:/ djgpp/lib/crt0.o -LC:/DJGPP/bin/. ./lib/gcc/djgpp/4.32 -LC:/DJGPP/bin/../lib/gcc -Lc:/djgpp/lib -Lc:/ djgpp/lib -LC:/DJGPP/bin/../lib/gcc/djgpp/4.32/../../.. que.o struc.o interp.o kernel.o pool.o vocab.o word.o cstack.o types.o perm.o pops.o compile.o cqcalls.o unassmbl.o -lstdcxx -lm -lgcc -lc -lgcc c:/djgpp/bin/ld.exe: cannot find -lstdcxx collect2: ld returned 1 exit status make.exe: *** [que.exe] Error 1