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.org on 1997/12/04 23:04:52 UTC

Re: os-solaris/1336: Doesn't compile with USE_PTHREAD_SERIALIZED_ACCEPT defined in http_main.c

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]


Synopsis: Doesn't compile with USE_PTHREAD_SERIALIZED_ACCEPT defined in http_main.c

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Thu Dec  4 14:04:51 PST 1997
State-Changed-Why:
It turns out that this is a problem with the pre-built binaries
found at www.sunfreeware.com.  I've submitted a note to the
fellow that maintains that site.  Two solutions:

- build gcc from scratch (a good idea)

- Set EXTRA_CFLAGS=-I/usr/include -D__EXTENSIONS__
in src/Configuration and give it another try.

Dean