Libtool 1.5.22
There is a problem on HP-UX 64 bit when using gcc.
Problem is at line 3167 in libtool.m4 :
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
gcc doesn't like that !
Roger While
___
http://lists.
# but as the default
# location of the library.
;;
esac
Roger While
> Albert Chin wrote:
On Wed, Jan 04, 2006 at 10:19:27AM +0100, Roger While wrote:
> Libtool 1.5.22
> There is a problem on HP-UX 64 bit when using gcc.
> Problem is at li
Per Subject.
Libtool 1.5.22
I found some earlier mails about this from 2005.
Is anything being/going to be done about this ?
This is a real pain on most Cygwin machines
where users are likely to have spaces in
path names (eg. in HOME - "Roger While").
R
Hi Ralf,
Well, how ARE you supposed to get around this ?
Here's an excerpt :
HOME is /cygdrive/c/Dokumente und Einstellungen/Roger While
build directory is $HOME/open-cobol-0.33
Interesting is that previously the shared library has been succesfully created.
(in libcob) - So libtool is obvi
tion is, of course, what is the downside
of this change (locally for our product).
Roger
On Thu, 12 Jan 2006, Roger While wrote:
Hi Ralf,
Well, how ARE you supposed to get around this ?
Here's an excerpt :
HOME is /cygdrive/c/Dokumente und Einstellungen/Roger While
build directory is $H
r\"'
or ?
Is/has anything going/gone on regarding this issue in CVS/2.x ?
Roger
> Ralf wrote:
Hi Kurt,
* Kurt Roeckx wrote on Thu, Jan 12, 2006 at 11:38:38PM CET:
> On Thu, Jan 12, 2006 at 11:06:51AM +0100, Roger While wrote:
> >
> > I found some earlier mails about this fro
terested; this is
http://thread.gmane.org/gmane.comp.gnu.libtool.general/7091 ]
* Roger While wrote on Fri, Jan 13, 2006 at 11:27:23AM CET:
> Hmm. Derek's patch is interesting.
> As an addendum to your mail commenting
> on Derek's mail (July 8 2005), note :
> (One of a few places)
&
Hi Roger,
* Roger While wrote on Mon, Jan 16, 2006 at 12:29:39PM CET:
> OK. I did not look at the actual usage of this example,
> but what is definitely true is that the resultant command
> passed to gcc/linker whatever, must have the quotes
> ala. -L"my space dir". I
For IBM AIX 64-bit we need
AR="ar -X64" and
NM="nm -X64 -B"
assuming /usr/ccs/bin is first in the path.
(If you can detect you are building for AIX 64 then you can
check /usr/ccs/bin and use absolute path in assignment)
Roger
Rolf wrote :
I have seen very few uses where AR was actually set ma
Look at what we have in OpenCOBOL for
dynamic loading of modules :
#ifdef USE_LIBDL
#include
#define lt_dlopen(x)dlopen(x, RTLD_LAZY | RTLD_GLOBAL)
#define lt_dlsym(x, y) dlsym(x, y)
#define lt_dlclose(x) dlclose(x)
#define lt_dlerror()dlerror()
#define lt_ptr_tvoid *
#defin
ELF 64-bit MSB shared object,
PA-RISC 2.0 (LP64) version 1, not stripped
which trips up when setting the deplibs_check_method.
Got a quick fix?
Roger While
___
http://lists.gnu.org/mailman/listinfo/libtool
the blank is absent between PA-RISC and the x.x.
Roger While
___
http://lists.gnu.org/mailman/listinfo/libtool
Hi Ralf,
host='hppa2.0w-hp-hpux11.11'
host_alias=''
host_cpu='hppa2.0w'
host_os='hpux11.11'
It's being passed +DA2.0W not +DD64 as documented by HP
for PA.
AFAIK, DD64 was meant for IA64.
Roger
Hello Roger,
* Roger While wrote on Wed, Oct 31
output file name
configure:2438: cc -I/home/proghome/wgay/local/include
-L/home/proghome/wgay/local/lib conftest.c >&5
/usr/ccs/bin/ld: /usr/lib/pa20_64/libc.sl: Mismatched ABI. 64-bit PA shared
library found in 32-bit link.
* Roger While wrote on Wed, Oct 31, 2007 at 08:13:45PM C
t;From: Ralf Wildenhues <[EMAIL PROTECTED]>
>To: Roger While <[EMAIL PROTECTED]>
>Cc: libtool@gnu.org
>Subject: Re: HP-UX shared lib detection (1.5.24)
>Mail-Followup-To: Roger While <[EMAIL PROTECTED]>, libtool@gnu.org
>Organization: Department of Numerical Sim
The command:
./configure --build=hppa64-hp-hpux11.11 ... CFLAGS="+DA2.0W"
worked, with the proviso that I had to add the
CFLAGS= for the configure script (its tests would bomb).
As far as --host vs --build, they both work. --host
just whines about whether it is a cross compile or
not.
Question i
16 matches
Mail list logo