bug-libtool
[Top][All Lists]
Advanced

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

AIX libtool 1.5.8: mdemo-make.test failure


From: David Favor
Subject: AIX libtool 1.5.8: mdemo-make.test failure
Date: Wed, 11 Aug 2004 13:31:55 -0500
User-agent: Mozilla/5.0 (X11; U; AIX 000F2B4C4C00; en-US; rv:1.8a3) Gecko/20040801

Problem is missing -lltdl. The following works:

   /usr/vac/bin/cc -Wl,-bM:SRE -o .libs/libmlib.so.0  \
      .libs/mlib.o -ldl -lc  -L ../libltdl/.libs -lltdl  \
      -Wl,-bE:.libs/libmlib.exp -Wl,-bnoentry ${wl}-bernotok

_______


aasc24#(export VERBOSE=x TESTS=mdemo-make.test && make -e check)
Making check in .
make[1]: Entering directory `/data/sandbox/libtool-1.5.8'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/data/sandbox/libtool-1.5.8'
Making check in libltdl
/data/sandbox/libtool-1.5.8/libltdl
make[1]: Entering directory `/data/sandbox/libtool-1.5.8/libltdl'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/data/sandbox/libtool-1.5.8/libltdl'
Making check in doc
/data/sandbox/libtool-1.5.8/doc
make[1]: Entering directory `/data/sandbox/libtool-1.5.8/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/data/sandbox/libtool-1.5.8/doc'
Making check in tests
/data/sandbox/libtool-1.5.8/tests
make[1]: Entering directory `/data/sandbox/libtool-1.5.8/tests'
make  check-TESTS
make[2]: Entering directory `/data/sandbox/libtool-1.5.8/tests'
=== Running mdemo-make.test
Making in ../mdemo
make[3]: Entering directory `/data/sandbox/libtool-1.5.8/mdemo'
/opt/freeware/bin/bash ./libtool --mode=link /usr/vac/bin/cc -O2 -o libmlib.la -rpath /data/sandbox/libtool-1.5.8/tests/_inst/lib -no-undefined mlib.lo ./../libltdl/libltdlc.la "-dlopen" foo1.la "-dlopen" libfoo2.la
rm -fr  .libs/libmlib.exp
generating symbol list for `libmlib.la'
/usr/bin/nm -B -BCpg .libs/mlib.o ./../libltdl/.libs/libltdlc.a | awk '{ if ((($2 == "T") || ($2 == "D") || ($2 == "B")) && (substr($3,1,1) != ".")) { print $3 } }' | sort -u > .libs/libmlib.exp /usr/vac/bin/cc -Wl,-bM:SRE -o .libs/libmlib.so.0 .libs/mlib.o -ldl -lc -Wl,-bE:.libs/libmlib.exp -Wl,-bnoentry ${wl}-bernotok
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlinit
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlerror
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlexit
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlopen
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlgetinfo
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlsym
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlclose
ld: 0711-319 WARNING: Exported symbol not defined: lt_dladderror
ld: 0711-319 WARNING: Exported symbol not defined: lt_dladdsearchdir
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlcaller_get_data
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlcaller_register
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlcaller_set_data
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlforeach
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlforeachfile
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlfree
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlgetsearchpath
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlhandle_next
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlinsertsearchdir
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlisresident
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlloader_add
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlloader_data
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlloader_find
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlloader_name
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlloader_next
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlloader_remove
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlmakeresident
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlmalloc
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlmutex_register
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlopenext
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlpreload
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlpreload_default
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlrealloc
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlseterror
ld: 0711-319 WARNING: Exported symbol not defined: lt_dlsetsearchpath
ld: 0711-317 ERROR: Undefined symbol: .lt_dlinit
ld: 0711-317 ERROR: Undefined symbol: .lt_dlerror
ld: 0711-317 ERROR: Undefined symbol: .lt_dlexit
ld: 0711-317 ERROR: Undefined symbol: .lt_dlopen
ld: 0711-317 ERROR: Undefined symbol: .lt_dlgetinfo
ld: 0711-317 ERROR: Undefined symbol: .lt_dlsym
ld: 0711-317 ERROR: Undefined symbol: .lt_dlclose
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make[3]: *** [libmlib.la] Error 8
make[3]: Leaving directory `/data/sandbox/libtool-1.5.8/mdemo'
FAIL: mdemo-make.test
====================================
1 of 1 tests failed
Please report to address@hidden
====================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/data/sandbox/libtool-1.5.8/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/data/sandbox/libtool-1.5.8/tests'
make: *** [check-recursive] Error 1
--
Simple ways to look and feel your best ever!
http://RadicalHealth.com - address@hidden




reply via email to

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