DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20338>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20338

Compile Problem with signal.c on Tru64 4.0G





------- Additional Comments From [EMAIL PROTECTED]  2003-06-04 12:45 -------
FYI, still puzzling over this...

I noticed that I have had two patches in my Tru64 tree

1) add -pthread to CPPFLAGS

This is required now with native compiler on Tru64 5.? in order to compile
pthreads.h.  Without it, APR doesn't detect threads.

2) define _OSF_SOURCE in apr/build/apr_hints.m4

>From the signal.h header file, it looks like _OSF_SOURCE gets the right
flavor of sigwait(), but when I remove this it still compiles.

So I'm still not sure what changes are necessary.

You could try to define _OSF_SOURCE and see if that fixes the problem.

make distclean && CPPFLAGS=-DOSF_SOURCE && ./configure --options && make

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to