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: [jacek@orion 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 [jacek@orion 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: [jacek@orion 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 [jacek@orion kimgio]$ Hope for any help, if I need to provide any additional info, I'd be happy to do so. Regards, Jacek Stolarczyk -- [EMAIL PROTECTED] Coordinator of Polish translations of KDE _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
