HP-UX hppa64 and gcc

2006-01-04 Thread Roger While
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.

Re: HP-UX hppa64 and gcc

2006-01-05 Thread Roger While
# 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

Spaces in path names

2006-01-12 Thread Roger While
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

Re: Spaces in path names

2006-01-12 Thread Roger While
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

Re: Spaces in path names

2006-01-12 Thread Roger While
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

Re: Spaces in path names

2006-01-13 Thread Roger While
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

Re: Spaces in path names

2006-01-16 Thread Roger While
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) &

Re: Spaces in path names

2006-01-16 Thread Roger While
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

Re: handling of missing AR

2006-03-31 Thread Roger While
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

Re: libtool and MingW, MSVC support

2006-06-12 Thread Roger While
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

HP-UX shared lib detection (1.5.24)

2007-10-31 Thread Roger While
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

HP-UX shared lib detection (1.5.24)

2007-10-31 Thread Roger While
the blank is absent between PA-RISC and the x.x. Roger While ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: HP-UX shared lib detection (1.5.24)

2007-10-31 Thread Roger While
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

Re: HP-UX shared lib detection (1.5.24)

2007-11-01 Thread Roger While
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

RE: Re: HP-UX shared lib detection (1.5.24)

2007-11-01 Thread Roger While
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

HP-UX shared lib detection (1.5.24)

2007-11-02 Thread Roger While
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