8 Jun
2005
8 Jun
'05
6:31 a.m.
Okay, things have been a tad busy for the last few weeks, but I finally managed to find time to investigate this a little more.
Compiler version B.11.11.04, fully patched, fails. Compiler version B.11.11.12, fully patched with patch PHSS_32509, ... still fails/
If you really want to compile this with the HP compiler, try this horrible sequence...
- Attempt to compile normally. The compiler will fail on lib/environ.o
- Delete lib/environ.o
- Edit build/Makefile.HP-UX and delete the "-O" from the CFLAGS line.
- Run make again. You may abort this run as soon as environ.c has compiled.
- Make a secure copy of lib/environ.o
- Run "make clean"
- Put the copy of lib/environ.o back
- Edit build/Makefile.HP-UX and add the "-O" back into the CFLAGS line
- Run make.
Alternatively you could compile everything without optimisation.
Whether the resultant binaries will run I haven't had time to check.
Kevin.
7686
Age (days ago)
7686
Last active (days ago)
0 comments
1 participants
participants (1)
-
kevin.pye@gmail.com