X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Dong Soo Kim Newsgroups: comp.os.msdos.djgpp Subject: Re: making dxe2gen with clio.rice.edu binaries -or- "undefined reference to 'operator'"? Date: Thu, 4 Apr 2002 08:52:31 +1000 Organization: The University of New South Wales Lines: 16 Message-ID: References: <3ca78d87$0$364$9b622d9e AT news DOT freenet DOT de> <3cab2f26$0$152$9b622d9e AT news DOT freenet DOT de> NNTP-Posting-Host: mozart.orchestra.cse.unsw.edu.au Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: tomahawk.unsw.edu.au 1017874251 7960 129.94.242.14 (3 Apr 2002 22:50:51 GMT) X-Complaints-To: abuse AT unsw DOT edu DOT au NNTP-Posting-Date: Wed, 3 Apr 2002 22:50:51 +0000 (UTC) X-X-Sender: dsk666 AT mozart DOT orchestra DOT cse DOT unsw DOT EDU DOT AU In-Reply-To: <3cab2f26$0$152$9b622d9e@news.freenet.de> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Many makefiles just call gcc for everything. > > Is there a way to configure GCC to link with libstdc++ automaticly or send > the code to GPP if needed? > If this should be he case already, it appearantly did not work in my case... in good makefiles there should be variables for compiler name and library names that you can change. 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. Good luck DSK