Follow-up Comment #14, sr #108201 (project libtool):
Regarding the -no-undefined issue, I believe it is correct to
set -no-undefined in LDFLAGS in export.at. This is the case
since libtool is used to link in that test, and nothing else.
Or is LDFLAGS special in some way on Solaris, so that it get
Follow-up Comment #13, sr #108201 (project libtool):
if the solaris developer/gnu-binutils or pkgsrc/devel/binutils is installed,
then objdump is on the system.
Just noticed that libtool's configure found objdump:
richard@devzone:~/src/libtool$ grep objdump config*
config.log:configure:5686: chec
Follow-up Comment #12, sr #108201 (project libtool):
perhaps to refine the test a bit more, would it be possible to check that the
"value" of SONAME is the value expected.
With elfdump, the SONAME could be extracted for example by:
elfdump -d $soname | grep SONAME | awk '{printf $4}'
Apparently