[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] libiconv-1.14 make install error on HP-UX 11.31 (
From: |
Fowler,Jerry |
Subject: |
Re: [bug-gnu-libiconv] libiconv-1.14 make install error on HP-UX 11.31 (IA64) |
Date: |
Fri, 27 Jan 2012 20:33:00 -0600 |
Bruno,
Thanks for the follow up on this. I ended up re-running configure without the
--enable-relocatable option and that seemed to cure the problem. I just wanted
to report this so the bug could be closed with a resolution. I don't know if
this another issues but I won't be attempting to use the --enable-relocatable
any time soon.
Jerry Fowler
Senior Technology Architect, CernerWorks Technologies
address@hidden | 816-201-1476 direct
www.cerner.com
-----Original Message-----
From: Bruno Haible [mailto:address@hidden
Sent: Thursday, December 15, 2011 6:00 PM
To: address@hidden
Cc: Fowler,Jerry
Subject: Re: [bug-gnu-libiconv] libiconv-1.14 make install error on HP-UX 11.31
(IA64)
Hi,
Fowler,Jerry wrote:
> I installed libiconv-1.14 prior to installing gettext-0.18.1.1 and there were
> no issues with the gmake install at that point. I then built and installed
> the gettext-0.18.1.1 package, in the libiconv-1.14, I issued the ./configure,
> gmake, gmake check, and then attempted the gmake install which failed.
> ... Here is an excerpt from the gmake install command output:
>
> cd src && gmake install prefix='/usr/local' exec_prefix='/usr/local'
> libdir='/usr/local/lib/hpux32'
> gmake[1]: Entering directory `/cerner/d_iphtv/ocd/ots/libiconv-1.14/src'
> test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 .
> if [ ! -d /usr/local/bin ] ; then /bin/sh ../build-aux/mkinstalldirs
> /usr/local/bin ; fi case "hpux11.31" in \
> hpux*) /opt/aCC/bin/cc -L/usr/local/lib/hpux32 -mt -DUNIX
> -D_USE_BIG_FDS +O3 -I/usr/local/include `if test -n ''; then /usr/loca\
> *) /bin/sh ../libtool --mode=link /opt/aCC/bin/cc
> -L/usr/local/lib/hpux32 -mt -DUNIX -D_USE_BIG_FDS +O3
> -I/usr/local/include `if \ esac
> ld: Unsatisfied symbol "relocate" in file iconv.o
> ld: Unsatisfied symbol "compute_curr_prefix" in file
> ../srclib/libicrt.a[progreloc.o]
> ld: Unsatisfied symbol "set_relocation_prefix" in file
> ../srclib/libicrt.a[progreloc.o]
> 3 errors.
> gmake[1]: *** [install] Error 1
> gmake[1]: Leaving directory `/cerner/d_iphtv/ocd/ots/libiconv-1.14/src'
> gmake: *** [install] Error 2
Thanks for the report. Can you try commenting out the ' hpux*) ...' line in
src/Makefile and retry the "gmake install" command?
There is a comment in src/Makefile.in that indicates that this direct
invocation of /opt/aCC/bin/cc is a workaround against a problem induced by the
combination of libtool and the HP-UX linker. Maybe the problem no longer exists
and the workaround is no longer needed?
If you still don't succeed, then leave things as is. You will have an 'iconv'
program that works; its only deficiency will be that it is not
internationalized. Normally you can live with that.
Bruno
----------------------------------------------------------------------
CONFIDENTIALITY NOTICE This message and any included attachments are from
Cerner Corporation and are intended only for the addressee. The information
contained in this message is confidential and may constitute inside or
non-public information under international, federal, or state securities laws.
Unauthorized forwarding, printing, copying, distribution, or use of such
information is strictly prohibited and may be unlawful. If you are not the
addressee, please promptly delete this message and notify the sender of the
delivery error by e-mail or you may call Cerner's corporate offices in Kansas
City, Missouri, U.S.A at (+1) (816)221-1024.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [bug-gnu-libiconv] libiconv-1.14 make install error on HP-UX 11.31 (IA64),
Fowler,Jerry <=