On Thu, 07 Jun 2001 12:01:06 +0900, "Stephen J. Turnbull" said:
uname -a: SunOS lift 5.7 Generic_106541-14 sun4u sparc
SUNW,Ultra-5_10
/usr/ccs/lib:/usr/local/lib:/usr/dt/lib:/usr/openwin/lib/:/usr/local/gcc/2.95.2/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2
Ah yes. GCC, the portable compiler that has to be kept in fascist lockstep
with your operating system. Looks like you built it under 2.5.1, and run
it under 2.7. Compile-time errors are probably caused by the GCC penchant
for running fuxincludes and stashing copies in a private directory where
they will cause problems if you ever install patches to your system.
It's not GCC's job to provide a working /usr/include - that's the
vendor's
job. The "excuse" that gcc needs to do this to work is a crock.
/Valdis (who boycotts gcc on platforms that have a vendor compiler, for exactly
this reason).