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=7945>. 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=7945 shared mem not recognized in gcc build on HP-UX 11.0 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-04-12 14:54 ------- It appears that your system has some setup problem. Look at a section of config.log where it is trying to create an executable file: configure:8368: checking for mmap configure:8396: gcc -o conftest -g -O2 -DHPUX11 -D_REENTRANT - D_XOPEN_SOURCE_EXTENDED conftest.c 1>&5 ld: I/O error, file "/opt/langtools/lib/pa20_64/end.o": No such file or directory Fatal error. collect2: ld returned 1 exit status I don't know where /opt/langtools/lib/pa20_64/end.o comes from, but you need to install it on your system in order to build. It looks like every attempt by configure to link a program is failing, while attempts to simply compile (i.e., produce a .o) are working. Good luck with fixing your setup. You can verify it by trying to compile a simple program in the same way that configure tried: gcc -o simplepgm -g -O2 -DHPUX11 -D_REENTRANT \ -D_XOPEN_SOURCE_EXTENDED simplepgm.c
