You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by dg...@hyperreal.com on 1997/04/19 23:52:43 UTC

Changed information for PR os-solaris/402

Synopsis: failed compiling ( http_main.c )

State-Changed-From-To: open-analyzed
State-Changed-By: dgaudet
State-Changed-When: Sat Apr 19 14:52:42 PDT 1997
State-Changed-Why:
This could easily be a headerfile mismatch between gcc's
header files and the system header files.  You should try
upgrading gcc and/or using the sun compiler (if you have it).
Or try running fixincludes again (part of the gcc installation
procedure).

Take a look in /usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.6.3
for gcc's headers and see if they match up with what you're
seeing in /usr/include.

Dean