Hi ,
I am back with this error in make of libtool 2.4.6 :
make
…
Makefile:1039: update target 'config.h' due to: stamp-h1
test -f config.h || rm -f stamp-h1
test -f config.h || make stamp-h1
Makefile:1116: update target 'libltdl/dlopen.la' due to: libltdl/loaders/dlopen.lo libltdl/.dirstamp
echo " CCLD " libltdl/dlopen.la;/bin/bash ./libtool --silent --tag=CC --mode=link gcc -g -O2 -module -avoid-version -o libltdl/dlopen.la libltdl/loaders/dlopen.lo -ldl
CCLD libltdl/dlopen.la
./libtool: eval: line 8200: unexpected EOF while looking for matching `''
./libtool: eval: line 8201: syntax error: unexpected end of file
Makefile:1116: recipe for target 'libltdl/dlopen.la' failed
make[2]: *** [libltdl/dlopen.la] Error 2
make[2]: Leaving directory '/home/thierry/libtool'
Makefile:1610: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/thierry/libtool'
Makefile:999: recipe for target 'all' failed
make: *** [all] Error 2
it seeem that the link of libltdl has failed but why ?