A question about -export-symbols and C++

2013-02-02 Thread Rafał Mużyło
Back in 2003, libtool got a patch to use -version-script instead of -retain-symbols-file under Linux (in the repo it's commit fb5e6cda96bd9dcae9e4f62ec8b6b3e572a32743). While I was toying with a few things, I've noticed, that this patch doesn't affect C++. I don't know if there was a technical

Gentoo bug #249617 - problem with libtool, perl or unixODBC ?

2009-07-29 Thread Rafał Mużyło
Following problem is of only limited interest for me, but I think some input from libtool people could be useful there. unixODBC bundles libtool, as it patches it. It does that, cause LT_GLOBAL in dlopen call causes a problem when unixODBC is used by Perl::ODBC module. Now, my question is: is

Re: Gentoo bug #249617 - problem with libtool, perl or unixODBC ?

2009-07-29 Thread Rafał Mużyło
On Wed, Jul 29, 2009 at 07:22:54PM +0200, Ralf Wildenhues wrote: unixODBC bundles libtool, as it patches it. It does that, cause LT_GLOBAL in dlopen call causes a problem when unixODBC is used by Perl::ODBC module. Libtool 2.2.6 allows you to specify global or local visibility with the

Re: Building a Libtool 2 package with libltdl from 1.5

2008-11-26 Thread Rafał Mużyło
Something that may be of interest: http://bugs.gentoo.org/show_bug.cgi?id=212723 especially my comment #8. For non-Gentoo users: eautoreconf (if I were to simplify it) is something like this: - first call aclocal (with additional -I options, if needed) - then check for libtool use and call

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-12 Thread Rafał Mużyło
On Wed, Nov 12, 2008 at 06:28:41AM +0100, Ralf Wildenhues wrote: * Rafał Mużyło wrote on Wed, Nov 12, 2008 at 03:10:36AM CET: The problem here is KDevelop. It's using autotools in a such hacky way, that the only sane way to fix it, is to manually set things up. It adds a dir

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Rafał Mużyło
This is exactly the place, where using Gentoo pays off. You learn some very unsual things, while you do. The problem here is KDevelop. It's using autotools in a such hacky way, that the only sane way to fix it, is to manually set things up. It adds a dir, with a lot of old m4 macros, that

Xorg related problem with la files

2008-11-07 Thread Rafał Mużyło
I'm using Gentoo. In the LDFLAGS, that my system is built with, I have -Wl,--as-needed. A few days ago, there was a release of libxcb and libX11, that has done away with libxcb-xlib. The problem is that this lib has injected its la file to a lot of libX11 dependent la files. My question is: was

To clarify a few things

2007-04-25 Thread Rafał Mużyło
OK, in my first mail I did missunderstand quite a few things. First I should add that the system is GNU/Linux. So now my question changes to why does AC_LIBTOOL_SYS_DYNAMIC_LINKER create sys_lib_dlsearch_path_spec in following way if test -f /etc/ld.so.conf; then lt_ld_extra=`awk