libtool
[Top][All Lists]
Advanced

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

[sr #108201] libtool problems with -export-symbols-regex on solaris with


From: Richard PALO
Subject: [sr #108201] libtool problems with -export-symbols-regex on solaris with gcc-4.7.x
Date: Thu, 13 Dec 2012 10:55:00 +0000
User-agent: Mozilla/5.0 (X11; SunOS i86pc; rv:17.0) Gecko/17.0 Firefox/17.0

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 when in absence of elfdump, linux has objdump:

objdump -p $soname | grep SONAME | awk '{printf $2}'

It has been over a decade since I touched a compiler on W32, so I wouldn't
even attempt to determine the equivalent.

Again, the maintainer probably [has|should have] this knowledge.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?108201>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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