From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP, W2k and gpp3.1 Date: 24 Jun 2002 11:33:01 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 24 Message-ID: References: <3D138B07 DOT 19A0128 AT club-internet DOT fr> <9vm7hu4bkm5lteshheracq37lsd6bop4of AT 4ax DOT com> <3D141D8F DOT 1C59BFE3 AT club-internet DOT fr> 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 Pierre Chatelier (ktd AT club-internet DOT fr) wrote: : //foo.cpp : #include : using namespace std; : int main(int, char* []) : { : return 0; : } : does not compile: : gxx -o foo.exe foo.cpp : returns lots of errors, beginning by : Hmm. Grasping at straws here, but what if you installed in a directory that doesn't contain any "+"s? Right, MartinS