X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: making dxe2gen with clio.rice.edu binaries -or- "undefined reference to 'operator'"? Date: Tue, 2 Apr 2002 15:27:11 +0200 X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 23 Message-ID: <3ca9ae15$0$154$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.7.7.12 X-Trace: 1017753109 news.freenet.de 154 213.7.7.12 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Andris Pavenis" wrote in message > > gcc -s -o dxe2gen.exe dxe2gen.o -lstdcx > > dxe2gen.o(.text+0xc80):dxe2gen.cpp: undefined reference to `operator > > new[](unsigned long)' > > > I guess You're trying to build dxe2gen from djlsr203.zip with gcc-3.0.X. > Link it with either of libstdcxx.a or libsupcxx.a (inside gpp304b.zip) > and all should work. Wow! Where's the FAQ on this? I needed to know this ages ago... now they ALL compile for me (Dxe2gen, Dime, Xpdf... light the fires and kick the tires!) What exactly are libstdcxx.a and libsupcxx.a? What is the difference between the two of them? THANK YOU! Ben