X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: making dxe2gen with clio.rice.edu binaries -or- "undefined reference to 'operator'"? Date: 10 Apr 2002 07:53:01 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 22 Message-ID: References: <3ca78d87$0$364$9b622d9e AT news DOT freenet DOT de> <3cab2f26$0$152$9b622d9e AT news DOT freenet DOT de> <3cace922$0$12701$9b622d9e AT news DOT freenet DOT de> <3CAD6C24 DOT 495D4F57 AT phekda DOT freeserve DOT co DOT uk> <3cb2d8a3$0$28200$9b622d9e AT news DOT freenet DOT de> <3cb348ac$0$12731$9b622d9e AT news DOT freenet DOT de> <1018390249 DOT 788433 AT queeg DOT ludd DOT luth DOT se> <3cb37fd8$0$4034$9b622d9e AT news DOT freenet DOT de> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com deckerben (deckerben AT freenet DOT de) wrote: : Yup. I only have libstdcxx.a and one copy of it and libgcc.a (in : %djgpp%\..\lib\gcc-lib\djgpp\3.04). MartinS, I really don't think that I : have anything seriously wrong with my compiler. I was able to do GCC 3.04 : myself (outside of a couple of windows-2000 related issues) and a boat-load : of other stuff (but the potential is, of course, always there that something : IS wrong :-( Something is wrong, because I think I should work. : Can you do it without having to manually include '-lstdcxxx'?? If not, then : what is meant by: : "gcc knows it should link in the standard C++ library, because it knows its : C++ from the file extension" gcc don't know that (unless that has changed). gpp and gxx should know that. Right, MartinS