[ expat-Bugs-443027 ] installation problem

noreply@sourceforge.net noreply@sourceforge.net
Tue, 24 Jul 2001 02:45:45 -0700


Bugs item #443027, was opened at 2001-07-20 03:12
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=443027&group_id=10127

Category: Build control
Group: Platform Specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: installation problem

Initial Comment:
OS: Digital Unix V4.0F

./configure done 

make done but no output

make install error message

/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -DPACKAGE=expat -DVERSION=1.95.0 -I. -I
libtool: compile cannot determine name of library object from '-c'
*** Exit 1
Stop.
*** Exit 1
Stop

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

Comment By: Nobody/Anonymous (nobody)
Date: 2001-07-24 02:45

Message:
Logged In: NO 

I did not recognize that I used 1.95.0!

Tried it again with 1.95.1.

Here is the output of installation process:

wdeep5.eplus.de> ./configure --prefix
/usr/users/ffelgenh/local
creating cache ./config.cache
checking host system type... alphaev56-dec-osf4.0f
checking build system type... alphaev56-dec-osf4.0f
checking for ranlib... ranlib
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc  ) works... yes
checking whether the C compiler (cc  ) is a
cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking whether we are using GNU C... no
checking for object suffix... o
checking for executable suffix... no
checking for cc option to produce PIC... none
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc static flag -non_shared works... -non_shared
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the linker (/usr/bin/ld) supports shared
libraries... yes
checking command to parse /usr/bin/nm output... failed
checking how to hardcode library paths into programs...
immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... osf4.0f ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g ) works... yes
checking whether the C compiler (cc -g ) is a
cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... (cached) yes
checking for a BSD compatible install...
conftools/install-sh -c
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for working const... yes
checking for off_t... yes
checking for size_t... yes
checking for 8-bit clean memcmp... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for memmove... yes
checking for bcopy... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating xmlwf/Makefile
creating examples/Makefile
creating config.h
wdeep5.eplus.de> make
wdeep5.eplus.de> make install
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H
-DPACKAGE=expat -DVERSION=expat_1.95.1 -I. -I..  -g -c
xmlparse.c
mkdir .libs
cc -DHAVE_CONFIG_H -DPACKAGE=\expat\
-DVERSION=\expat_1.95.1\ -I. -I.. -g
-Wp,-MD,.deps/xmlparse.pp -c xmlparse.c  -DPIC -o
.libs/xmlparse.lo
cc: Severe: No such file or directory
... file is '.deps/xmlparse.pp'
*** Exit 1
Stop.
*** Exit 1
Stop.
wdeep5.eplus.de> ls -l ../local/lib
total 0
wdeep5.eplus.de> find .. -name xmlparse\.pp
wdeep5.eplus.de> pwd    
/usr/users/ffelgenh/expat-1.95.1
wdeep5.eplus.de> find .. | grep xmlparse
../expat-1.95.0/lib/xmlparse.c
../expat-1.95.1/lib/xmlparse.c

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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-20 20:45

Message:
Logged In: YES 
user_id=3066

Was this using the 1.95.1 release or the latest CVS version?

(I can't expect an answer since the report was anonymous; is there anyone who can help reproduce this and help figure out what's happening?)

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

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