Mail Archives: djgpp/1996/10/22/02:56:45
On Mon, 21 Oct 1996, Steve wrote:
> doesn't compile. It gives a zillion errors about stuff from
> various include files. The first first error occurs in djgpp\
> lang\cxx\std\stddef.h line 15, something about "parse error before
> = ". I compiled using gcc -c myfile.cc, and gxx -c myfile.cc. Nothing
> seemed to work. Any help would be greatly appreciated.
Append -lstdcx to the gcc command line (that's in the FAQ, btw). Better
still, upgrade to DJGPP v2.01 where gxx does that automagically for you.
- Raw text -