X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Martin Stromberg Newsgroups: comp.os.msdos.djgpp Subject: Re: DJPGG and Windows XP Professional + I think a Undefined Reference or linker problem Date: 7 May 2004 07:28:00 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 16 Message-ID: References: <409a7633_1 AT mk-nntp-2 DOT news DOT uk DOT tiscali DOT com> NNTP-Posting-Host: lws256.emw.erisoft.se User-Agent: tin/1.4.7-20030322 ("Suggestions") (UNIX) (SunOS/5.8 (sun4u)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com wordsworth wrote: : sorry, should have been paying attention to the listing : I have now tried gpp that compiles my prog. So what is the difference : between gcc and gpp gpp is the C++ compiler and gcc is the C compiler. : can I fine tune gcc to get to the bottom of my original problem Add "-v" to the command line and compare the outputs from gpp and gcc. Right, MartinS