From: "Paul Derbyshire" Newsgroups: comp.os.msdos.djgpp Subject: Inconsistent gcc and gxx behavior Lines: 14 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: Date: Mon, 13 Apr 1998 06:37:36 GMT NNTP-Posting-Host: 206.172.244.227 NNTP-Posting-Date: Mon, 13 Apr 1998 02:37:36 EST Organization: Bell Solutions To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have a functioning DJGPP install (with PGCC overtop of it) that has worked fine for ages...no DJGPP.ENV problems or other installation goofs, in particular. Yet where gcc works fine, gxx generates: Using builtin specs. gcc version pgcc-2.90.23 980102 (egcs-1.0.1 release) ld -o datetest.exe crt0.o datetest.o ofcdate.o ofcser.o ofcex.o -lstdcx -lm -lgcc -lc -lgcc C:\DJGPP\BIN/ld.exe: cannot open crt0.o: No such file or directory (ENOENT) crt0.o is in C:\DJGPP\Lib right where the linker expects it to be....and where it finds it, if I compile with gcc instead of gxx.