Hello,
I'm trying to compile php source 4.2.3 in HP-UX 11i 64bit. I use gcc port for HPUX and the configure script halts in the Zend part, all other goes ok. I managed to configure and compile Apache 1.3.27 with so module support ok, no problems there. It even works after compiling
My gcc version is:
gcc version 3.2 20020708 (experimental)
config.log for php informs this:
"configure:68241: checking for executable suffix
configure:68251: gcc -o conftest -g -O2 -DHPUX11 -DUSE_HSREGEX -DUSE_EXPAT 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"
It want's to find that end.o which is not in the system, it hasn't got the HP's own C++ compiler installed.
Is there any way to disable ld for using that library or is it mandatory? I thought it was only for debug info etc, why it needs that to be linked in the objects?
Any ideas
-- Mikko