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

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

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


From: Bob Proulx
Subject: gettext-1.15 fails to compiled on HP-UX 11.23 ia64
Date: Wed, 23 Aug 2006 07:04:06 -0600
User-agent: Mutt/1.5.9i

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.

Here is the bottom part of the compile showing the build failure.

  Making all in libuniname
  make[3]: Entering directory 
`/usr/local/src/gettext-0.15/gettext-tools/libuniname'
  cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../lib -I../lib   -g -c uniname.c
  rm -f libuniname.a
  ar cru libuniname.a uniname.o 
  ranlib libuniname.a
  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"
  Fatal error.
  make[3]: *** [test-names] Error 1

The full log to this failure point is 200k.  The full successful build
log on hppa is 630k.

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
Bob




reply via email to

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