"Kent Johnson" <[EMAIL PROTECTED]> writes: > changed makefiles to have the following CCFLAGS: > > Makefile:CCFLAGS = -D_REENTRANT -DHAS_BOOL > Handler/Makefile:CCFLAGS = -D_HPUX_SOURCE -I/usr/local/include >-D_FILE_OFFSET_BITS=64 -I/usr/local/include -DHAS_BOOL > > and got the attached output when trying to `make >>out 2>>out` (i THINK > that should show you my output right)...
Hey Kent, I found this using google: http://gcc.gnu.org/ml/gcc-bugs/2001-09/msg00139.html It seems that gcc-3.0.1 has some HPUX problems. I cannot offer you much help with this. I would find out what version of of the 2.9x series works from HPUX, download it, compile it, and use it. Otherwise I would get them to give you a license for the HP C++ compiler. Sorry, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
