|
From: | Mathieu CARBONNEAUX |
Subject: | libtool problem on hp-ux... |
Date: | Fri, 25 Mar 2005 00:25:51 +0100 |
User-agent: | Kerio Outlook Connector (6.0.8.40300) |
Hi, Have modified libtool.m4 : hpux10.20* | hpux11*)
lt_cv_file_magic_cmd=/usr/bin/file case
"$host" in ia64*)
lt_cv_deplibs_check_method='file_magic
(s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*)
[lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9])
shared object file - PA-RISC [0-9].[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) -
lt_cv_deplibs_check_method='file_magic
(s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' -
lt_cv_file_magic_test_file=/usr/lib/libc.sl +
lt_cv_deplibs_check_method=pass_all ;; esac ;; If use file_magic for finding lib dependency they don’t
work all the time, with 2 and more level of library they detect false negative
(static lib) in dependency… And decide to use static linking…and It impossible
to compile apache with DSO and php with php Module without “pass_all”
on hp-ux (V10.20, 11 and 11.11) with all version of compiler have used (gcc 3.x
and hp-ux cc) in 32bit mode… This problem has been encountered by me on libtool
version 1.4.x and 1.5.x… And have tried many versions of autoconf and automake… The last libtool I use: 1.5 (1.1220 2003/04/05
19:32:58) The last autoconf I use: autoconf (GNU Autoconf) 2.59 And the last automake I use: automake (GNU automake)
1.9 I don’t have hp-ux machine to test “ia64”
and “hppa*64*”… but I think is possible that have the same problem… Best regards, Mathieu |
[Prev in Thread] | Current Thread | [Next in Thread] |