Mail Archives: djgpp-workers/1997/12/14/16:15:57
> DJ, is there any magic we could put into lib/specs so that gcc would
> automagically scan libstdcxx and libiostream for C++ programs (.cc, .cpp,
> .cxx files)? I'm sick and tired of threads like this.
I was thinking of two hacks:
1. Modify ld to print "You probably should use gxx, or link with
-lstdcxx" if it detects that "cout" or "cin" are one of the undefined
symbols.
2. If cpp can't find stdio.h, verify the djgpp environment variable
points to a real file, and mention that djdev*.zip should be
installed.
- Raw text -