Re: Incorrect dependency on GLIBC_PRIVATE symbol, who to blame?

2009-10-13 Thread Kent Boortz
Paolo Bonzini writes: > On 10/11/2009 11:41 AM, Kent Boortz wrote: >> (F) The linker, it should know about GLIBC_PRIVATE, and search for >> non private occurrences first, then if not found do another scan >> for private ones? > > No, GLIBC_PRIVATE is not

Re: Incorrect dependency on GLIBC_PRIVATE symbol, who to blame?

2009-10-13 Thread Kent Boortz
ot;, if "/usr/lib/libunwind.la" should not contain those libraries I should file a bug on RedHat, SuSE and maybe other Linux distros that use that line, Thanks! kent -- Kent Boortz, Senior Production Engineer Sun Microsystems Inc., the MySQL team Office: +46 863 11 363 Mob

Re: Incorrect dependency on GLIBC_PRIVATE symbol, who to blame?

2009-10-11 Thread Kent Boortz
bug > added as first argument to ./libtool. Please catch both stdout and > stderr intermingled (2>&1) and gzip. The output is attached, kent libtool-config.out.gz Description: Binary data libtool-debug.out.gz Description: Binary data -- Kent Boortz, Senior Production Engineer Sun

Incorrect dependency on GLIBC_PRIVATE symbol, who to blame?

2009-10-11 Thread Kent Boortz
urrences first, then if not found do another scan for private ones? (G) Linux system devs, for defining that symbols twice? (H) Me, for not using these tools correctly? ;) Thankful for any help to understand where this goes wrong, so I can do a fix in the proper spot? Also suggestions to where to fix this are welcome, i.e. if hack the "libunwind.la", switch libtool version, pass some magic flag to libtool, filter dependency checking in the RPM spec, patch the generated "configure" or "libtool" scipt.? kent Ref: http://bugs.mysql.com/bug.php?id=45706 -- Kent Boortz, Senior Production Engineer Sun Microsystems Inc., the MySQL team Office: +46 863 11 363 Mobile: +46 70 279 11 71 ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: How to know the exact path of installed shared library?

2007-07-20 Thread Kent Boortz
is > the library name to open. Look in libltdl/ltdl.c for details. You may > have to do extra work on w32. Thank you for the hint. >> I was thinking of something like in the make file > [...] >> DRIVER_PATH=`libtool --print-shared-install-path libdriver.la`

How to know the exact path of installed shared library?

2007-07-18 Thread Kent Boortz
r.in > register Is this possible? Or doesn't even libtool know about the final file name of the shared library? kent -- Kent Boortz, Senior Production Engineer MySQL AB, www.mysql.com Office: +46 18 174400 ext. 4450 (VoIP) Office: +46 19 182931 Mobile: +46 70 2791171 ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: HP-UX "module" linking problem

2006-09-19 Thread Kent Boortz
ild it as part of > whatever program you're building but create it as a convenience > library. Thanks, I will look into that option, kent -- Kent Boortz, Senior Software Developer MySQL AB, www.mysql.com Office: +46 18 174400 ext. 4450 (VoIP) Office: +46 19 182931 Mobile: +46 70 2791

HP-UX "module" linking problem

2006-09-18 Thread Kent Boortz
"/libmysqlclient_r.a", it links ok, So why this complaint? How to I convince libtool not to remove this static library from the generated link line? Note that the "-module" option was not used above. If I add it, it seems like libtool gives up and produces a standard AR archiv

Re: AIX 5.2 module without AR container?

2006-09-12 Thread Kent Boortz
C/libltdl/ltdl.c?revision=1.18&view=markup http://distro.ibiblio.org/pub/linux/distributions/sourcemage/codex/stable/database/unixodbc/ltdl.diff Again, thanks, kent -- Kent Boortz, Senior Software Developer MySQL AB, www.mysql.com Office: +46 18 174400 ext. 4450 (VoIP) Office: +46 19 182931

AIX 5.2 module without AR container?

2006-09-12 Thread Kent Boortz
KING mymodule_la_LDFLAGS = -brtl endif Or do I misunderstand, that the way to control this is somethig else? Sorry if part of this is automake questions, it is so hard to tell sometimes from the user perspective. Thanks, kent Ref: http://www.mager.org/aix/aix_ll.pdf -- Ken