diff options
Diffstat (limited to 'Etc/MACHINES')
-rw-r--r-- | Etc/MACHINES | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Etc/MACHINES b/Etc/MACHINES index 17f2a72c6..7c64ff559 100644 --- a/Etc/MACHINES +++ b/Etc/MACHINES @@ -79,11 +79,15 @@ HP: HP-UX 9, 10.20, 11.0 is reported to fix. An attempt to fix this in configure is apparently ineffective; more information would be appreciated as the maintainers do not have access to an HP-UX system. - - Problems with dynamic loading have been reported, but - this should compile using the standard dlopen() function set - (rather than the 10.20 shl_load() function set). More details of - any difficulties would be appreciated. + Recent reports indicated this is not necessary on recent versions + of HP-UX 11. + + The configure option `--disable-dynamic' may be necessary when + compiling on HP-UX 11 using Softbench. Various problems with + dynamic loading have been reported; this should compile using the + standard dlopen() function set (rather than the 10.20 shl_load() + function set). More details of any difficulties would be + appreciated. Compiling with gcc 2.7.1 is known to fail with header file conflicts. Use the HP ANSI C compiler. |