X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: 09 May 2004 07:51:58 +0200 Message-Id: From: Eli Zaretskii To: djgpp AT delorie DOT com In-reply-to: <409CD5FA.88189AB1@yahoo.com> (message from CBFalconer on Sat, 08 May 2004 15:15:58 GMT) Subject: Re: DJPGG and Windows XP Professional + I think a Undefined Reference or linker problem References: <409a7633_1 AT mk-nntp-2 DOT news DOT uk DOT tiscali DOT com> <7b68d58f DOT 0405070609 DOT e22b8c1 AT posting DOT google DOT com> <409cbb68_1 AT mk-nntp-2 DOT news DOT uk DOT tiscali DOT com> <409CD5FA DOT 88189AB1 AT yahoo DOT com> 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 > From: CBFalconer > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 08 May 2004 15:15:58 GMT > > gpp is the preprocessor. g++ is the C++ linking compiler. gxx is > used under djgpp to replace g++ because the '+' is not valid in a > DOS file name. Actually, we use gpp and gxx instead of g++; the preprocessor is cpp. gxx is a different take on g++, written as part of the DJGPP project, as opposed to gpp that is simply a port of GNU's g++ from the GCC package.