bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gettext-1.15 fails to compiled on HP-UX 11.23 ia64


From: Ralf Wildenhues
Subject: Re: gettext-1.15 fails to compiled on HP-UX 11.23 ia64
Date: Wed, 23 Aug 2006 15:13:34 +0200
User-agent: Mutt/1.5.12 (2006-08-10)

Hello Bob,

* Bob Proulx wrote on Wed, Aug 23, 2006 at 03:04:06PM CEST:
> Compiling gettext-1.15 fails on HP-UX 11.23 ia64.  Although it works
> on HP-UX 11.23 hppa.  Both are using the native compiler.

>   cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../lib -I../lib   -g -c test-names.c
>   /usr/bin/posix/sh ../libtool --tag=CC --mode=link cc  -g   -o test-names  
> test-names.o libuniname.a ../lib/libgettextlib.la  
>   mkdir .libs
>   chmod 777 .libs
>   cc -g -o .libs/test-names test-names.o  libuniname.a 
> ../lib/.libs/libgettextlib.so 
> /usr/local/src/gettext-0.15/gettext-tools/intl/.libs/libintl.so -lc -Wl,+b 
> -Wl,/usr/local/lib
>   ld: Can't find dependent library "libintl.so.8"

Looks like a libtool issue, let's hope it's one of the already-known
ones on HP-UX/IA.  Please print the link line + output that created
libgettextlib.la (for HPPA, too).

Please try whether the following serves as a workaround:
   env LDFLAGS=-R/usr/local/src/gettext-0.15/gettext-tools/intl/.libs \
       make -e test-names

I may have more questions...

> The hppa log says this at this same point in the build:
> 
>   cc -g -o .libs/test-names test-names.o  libuniname.a 
> ../lib/.libs/libgettextlib.sl 
> /usr/local/src/gettext-0.15/gettext-tools/intl/.libs/libintl.sl -lc -Wl,+b 
> -Wl,/usr/local/src/gettext-0.15/gettext-tools/lib/.libs:/usr/local/src/gettext-0.15/gettext-tools/intl/.libs:/usr/local/lib
>   creating test-names

Thanks,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]