libtool
[Top][All Lists]
Advanced

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

Problem compiling kdelibs/kimgio on Alpha with Compaq C++ 6.3.9


From: Jacek Stolarczyk
Subject: Problem compiling kdelibs/kimgio on Alpha with Compaq C++ 6.3.9
Date: Tue, 26 Jun 2001 15:36:45 +0200 (CEST)

Hi,

The following problem appears when I try to compile kdelibs/kimgio
subdirectory on my AlphaLinux running PLD (Polished Linux Distribution) on
Alpha ev5 with Compaq C++ 6.3.9 compiler:

address@hidden kimgio]$ make
/bin/sh ../libtool --mode=link --tag=CXX cxx  -fno-exceptions
-fno-check-new  -ftemplate-depth-99 -DQT_NO_TRANSLATION
-DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST   -o kimg_eps.la
-rpath /home/opt/kde2/lib/kde2 -module  -avoid-version -no-undefined
-export-symbols-regex 'kimgio_.*_(read|write)' eps.lo
rm -fr  .libs/kimg_eps.exp
generating symbol list for `kimg_eps.la'
/usr/bin/nm -B  .libs/eps.o  | sed -n -e 's/^.*[        ]\([ABCDGISTW]\)[
][       ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | sed 's/.* //' |
sort | uniq > .libs/kimg_eps.exp
egrep -e "kimgio_.*_(read|write)" ".libs/kimg_eps.exp" >
".libs/kimg_eps.expT"
mv -f ".libs/kimg_eps.expT" ".libs/kimg_eps.exp"
cxx -shared   .libs/eps.o  -L/usr/lib/compaq/cxx-6.3.9.7/alpha-linux/lib
-L/usr/local/lib -L/usr/alpha-redhat-linux/lib
-L/usr/lib/gcc-lib/alpha-pld-linux/2.95.3
-L/usr/lib/compaq/cxx-6.3.9.7/alpha-linux/bin/ -lcxxstdma_rh60
-lcxxma_rh60 -lc -lots   -soname kimg_eps.so -o .libs/kimg_eps.so
-retain-symbols-file .libs/kimg_eps.exp
ld: -rpath: No such file or directory
/usr/lib/compaq/cxx-6.3.9.7/alpha-linux/bin/: file not recognized: Is a
directory
ld: -rpath: No such file or directory
/usr/lib/compaq/cxx-6.3.9.7/alpha-linux/bin/: file not recognized: Is a
directory
make: *** [kimg_eps.la] Error 1
address@hidden kimgio]$

As advised by Stephan Kulow, our guru in ./configure process I tried to
'fix' libtool. I removed -L/usr/lib/compaq/cxx-6.3.9.7/alpha-linux/bin
from line 'compiler_lib_search_path' from libtool and it stopped appearing
in the output of "cxx -shared" still the error message is the same. How
can I solve this?

The error now is:

address@hidden kimgio]$ make
/bin/sh ../libtool --mode=link --tag=CXX cxx  -fno-exceptions
-fno-check-new  -ftemplate-depth-99 -DQT_NO_TRANSLATION
-DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST   -o kimg_eps.la
-rpath /home/opt/kde2/lib/kde2 -module  -avoid-version -no-undefined
-export-symbols-regex 'kimgio_.*_(read|write)' eps.lo
rm -fr  .libs/kimg_eps.exp
generating symbol list for `kimg_eps.la'
/usr/bin/nm -B  .libs/eps.o  | sed -n -e 's/^.*[        ]\([ABCDGISTW]\)[
][       ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | sed 's/.* //' |
sort | uniq > .libs/kimg_eps.exp
egrep -e "kimgio_.*_(read|write)" ".libs/kimg_eps.exp" >
".libs/kimg_eps.expT"
mv -f ".libs/kimg_eps.expT" ".libs/kimg_eps.exp"
cxx -shared   .libs/eps.o  -L/usr/lib/compaq/cxx-6.3.9.7/alpha-linux/lib
-L/usr/local/lib -L/usr/alpha-redhat-linux/lib
-L/usr/lib/gcc-lib/alpha-pld-linux/2.95.3 -lcxxstdma_rh60 -lcxxma_rh60 -lc
-lots   -soname kimg_eps.so -o .libs/kimg_eps.so -retain-symbols-file
.libs/kimg_eps.exp
ld: -rpath: No such file or directory
/usr/lib/compaq/cxx-6.3.9.7/alpha-linux/bin/: file not recognized: Is a
directory
ld: -rpath: No such file or directory
/usr/lib/compaq/cxx-6.3.9.7/alpha-linux/bin/: file not recognized: Is a
directory
make: *** [kimg_eps.la] Error 1
address@hidden kimgio]$


Hope for any help, if I need to provide any additional info, I'd be happy
to do so.

Regards,

Jacek Stolarczyk
-- 
address@hidden
Coordinator of Polish translations of KDE




reply via email to

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