X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: <3ca78d87$0$364$9b622d9e AT news DOT freenet DOT de> <3cab2f26$0$152$9b622d9e AT news DOT freenet DOT de> Subject: Re: making dxe2gen with clio.rice.edu binaries -or- "undefined reference to 'operator'"? Date: Fri, 5 Apr 2002 02:17:05 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 22 Message-ID: <3cace922$0$12701$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.6.64.208 X-Trace: 1017964834 news.freenet.de 12701 213.6.64.208 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 > eg. if there is something like "COMPILER=gcc" then you can change it to > "COMPILER=gpp" to have gpp called for all compilations. Similarly with > libraries. Thanks for the suggestions. I pretty much knew about changing the compiler option by hand. But not every package is written in C++ and sometimes they are written in both. I was hoping for a way that DJGPP could see the difference and adapt itself 'on-the-fly' as they say. Some compilers know, for instance, that they should automaticly try a full C++ convention with source files that have the .cpp file extension, and an ANSI C convention when they end with .c But my DJGPP installation was trying to compile a C++ file only using default C libraries. Appearantly DJGPP does not support this 'file-extension-recognition', or? Ben