[Expat-bugs] [ expat-Bugs-597878 ] expat-1.95.4 . Warning during make

noreply@sourceforge.net noreply@sourceforge.net
Mon, 26 Aug 2002 14:33:18 -0700


Bugs item #597878, was opened at 2002-08-20 14:18
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=597878&group_id=10127

>Category: Build control
Group: Platform Specific
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: expat-1.95.4 . Warning during make 

Initial Comment:
Hi,
  during make for  expat1-95.4 . I am getting this warning 
mesage (libtool: link: warning: this platform does not like 
uninstalled shared libraries")

Is this Normal ? I am trying to install it in HP UX 11.0(64 
Bit ) with perl5.6.1 . I need to build XML Parser on top of 
this . 

boi48@/tmp/sanjay/XMLP/expat-1.95.4%
 ./configure
checking build system type... hppa2.0w-hp-hpux11.00
checking host system type... hppa2.0w-hp-hpux11.00
checking for gcc... no
checking for cc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for non-GNU ld... /bin/ld
checking if the linker (/bin/ld) is GNU ld... no
checking for /bin/ld option to reload object files... -r
checking for BSD-compatible nm... /bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependant libraries... 
file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared 
library
checking command to parse /bin/nm -p output... ok
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for cc option to produce PIC... +Z
checking if cc PIC flag +Z works... yes
checking if cc static flag -Wl,-a -Wl,archive works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking whether the linker (/bin/ld) supports shared 
libraries... yes
checking how to hardcode library paths into programs... 
relink
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... hpux11.00 
dld.sl
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... 
(cached) no
checking whether cc accepts -g... (cached) yes
checking for a BSD-compatible install... conftools/install-
sh -c
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... yes
checking for cc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking for memmove... yes
checking for bcopy... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating expat_config.h

boi48@/tmp/sanjay/XMLP/expat-1.95.4% 

make

        /bin/sh ./libtool --silent --mode=compile cc -g   -
I./lib -I. -o lib/xmlparse.lo -c lib/xmlparse.c
        /bin/sh ./libtool --silent --mode=compile cc -g   -
I./lib -I. -o lib/xmltok.lo -c lib/xmltok.c
        /bin/sh ./libtool --silent --mode=compile cc -g   -
I./lib -I. -o lib/xmlrole.lo -c lib/xmlrole.c
        /bin/sh ./libtool --silent --mode=link cc -g   -I./lib -I. -
no-undefined -version-info 3:0:3 -rpath /usr/local/lib  -o 
libeo
        cc -g   -I./lib -I. -o xmlwf/xmlwf.o -c xmlwf/xmlwf.c
        cc -g   -I./lib -I. -o xmlwf/xmlfile.o -c xmlwf/xmlfile.c
        cc -g   -I./lib -I. -o xmlwf/codepage.o -c 
xmlwf/codepage.c
        cc -g   -I./lib -I. -o xmlwf/readfilemap.o -c 
xmlwf/readfilemap.c
        /bin/sh ./libtool --silent --mode=link cc -g   -I./lib -
I.  -o xmlwf/xmlwf xmlwf/xmlwf.o xmlwf/xmlfile.o 
xmlwf/codepage.o xa
libtool: link: warning: this platform does not like 
uninstalled shared libraries
libtool: link: `xmlwf/xmlwf' will be relinked during 
installation

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-08-26 17:33

Message:
Logged In: YES 
user_id=3066

It sounds like the kind of thing to expect with libtool, but
we don't have enough platform knowledge to do anything about
this.  If HP-UX doesn't work well with non-installed dynamic
libraries, then this is a reasonable behavior.  If it's not
true, then a bug should be filed against libtool:

http://savannah.gnu.org/projects/libtool/

I'm convinced libtool is evil.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=597878&group_id=10127