libtool archive search

Search String: Display: Description: Sort:

Results:

References: [ multilib: 123 ]

Total 123 documents matching your query.

81. Re: Extend libtool dll namespaces for mingw-w64 (score: 2)
Author: HIDDEN
Date: Fri, 29 Jan 2010 23:19:22 +0800
Hi, I'm not entirely sure how to avoid 64bit vs 32bit mingw-w64 clashing if both use the same DLL naming scheme. Anyway, enough talk, attached is a very crude but working conceptual patch that makes
/archive/html/libtool/2010-01/msg00067.html (8,564 bytes)

82. Re: Extend libtool dll namespaces for mingw-w64 (score: 2)
Author: HIDDEN
Date: Thu, 28 Jan 2010 13:30:18 +0200
Well, my take is that except for people working on the *tools themselves* (meaning gcc, binutils etc), this is not really a problem. Sure, libtool is a tool used by developers, but the end result, D
/archive/html/libtool/2010-01/msg00059.html (10,065 bytes)

83. Re: Extend libtool dll namespaces for mingw-w64 (score: 2)
Author: HIDDEN
Date: Thu, 28 Jan 2010 06:46:16 +0100
* JonY wrote on Tue, Jan 26, 2010 at 04:26:32PM CET: MinGW and MinGW64 should cooperate on issues like this. Libtool has little to no bearing here, except to follow. Libtool cannot decide what the ru
/archive/html/libtool/2010-01/msg00055.html (8,576 bytes)

84. Re: Extend libtool dll namespaces for mingw-w64 (score: 2)
Author: HIDDEN
Date: Wed, 27 Jan 2010 23:49:31 +0200
mingw.org: lib<name>-<major>.dll (unchanged) Cygwin: cyg<name>-<major>.dll (unchanged) mingw-w64(64): lib64<name>-<major>.dll mingw-w64(32): lib32<name>-<major>.dll libtool should also check if GCC "
/archive/html/libtool/2010-01/msg00052.html (9,422 bytes)

85. Re: Extend libtool dll namespaces for mingw-w64 (score: 2)
Author: HIDDEN
Date: Wed, 27 Jan 2010 22:38:37 +0100
Wow, this is interesting. I remember that one guy asked about the dll prefix and he has been advised to strip the prefix from the library name and add the '-module' flag to libtool in order to silenc
/archive/html/libtool/2010-01/msg00051.html (9,210 bytes)

86. Re: Extend libtool dll namespaces for mingw-w64 (score: 2)
Author: HIDDEN
Date: Wed, 27 Jan 2010 22:19:40 +0100
mingw.org: lib<name>-<major>.dll (unchanged) Cygwin: cyg<name>-<major>.dll (unchanged) mingw-w64(64): lib64<name>-<major>.dll mingw-w64(32): lib32<name>-<major>.dll libtool should also check if GCC "
/archive/html/libtool/2010-01/msg00050.html (8,868 bytes)

87. Re: Extend libtool dll namespaces for mingw-w64 (score: 2)
Author: HIDDEN
Date: Wed, 27 Jan 2010 20:54:47 +0100
AFAIK if you use automake, you have to have something like the following line in Makefile.am: lib_LTLIBRARIES = libfoo.la This means that the 'lib' prefix doesn't actually come from mingw, but from y
/archive/html/libtool/2010-01/msg00049.html (7,812 bytes)

88. Extend libtool dll namespaces for mingw-w64 (score: 2)
Author: HIDDEN
Date: Tue, 26 Jan 2010 23:26:32 +0800
Hi, Currently, on Win32 platforms, Cygwin uses the "cyg" prefix for dlls, and MinGW based systems uses the "lib" prefix. This works fine, until mingw-w64 showed up with 64bit dlls. This problem is es
/archive/html/libtool/2010-01/msg00042.html (6,437 bytes)

89. Re: Installed libs wrongly used on 64-bit Linux? (score: 2)
Author: HIDDEN
Date: Thu, 22 Jan 2009 17:34:06 -0500
i'm not familiar with "GraphicsMagick" at all, and maybe i fail at searching, but i dont see it in the Gentoo portage tree. i do see imagemagick, but i'm guessing that's a different package ? my desk
/archive/html/libtool/2009-01/msg00038.html (6,310 bytes)

90. Re: multiarch procedure (score: 2)
Author: HIDDEN
Date: Fri, 9 May 2008 11:39:54 -0400
I agree with this. I started out using the default redhat method of lib64 and lib. After a while, and adding more platforms, compilers, versions, etc. I found it useful to almost always use different
/archive/html/libtool/2008-05/msg00029.html (7,573 bytes)

91. Re: multiarch procedure (score: 2)
Author: HIDDEN
Date: Fri, 9 May 2008 08:20:59 -0500 (CDT)
I've been using libtool quite happily for some time but have just started looking at packaging libraries for x86_64 systems. I'm trying to find out what the recommended method is for installation of
/archive/html/libtool/2008-05/msg00028.html (6,357 bytes)

92. GNU Libtool 2.1b released (alpha release) (score: 2)
Author: HIDDEN
Date: Fri, 1 Feb 2008 01:06:21 +0800
The Libtool Team is pleased to announce alpha release 2.1b of GNU Libtool. GNU Libtool hides the complexity of using shared libraries behind a consistent, portable interface. GNU Libtool ships with G
/archive/html/libtool/2008-01/msg00100.html (14,621 bytes)

93. GNU Libtool 1.5.24 released. (score: 2)
Author: HIDDEN
Date: Tue, 26 Jun 2007 20:52:23 -0500
The Libtool Team is pleased to announce the release of GNU Libtool 1.5.24. GNU Libtool hides the complexity of using shared libraries behind a consistent, portable interface. GNU Libtool ships with G
/archive/html/libtool/2007-06/msg00032.html (8,407 bytes)

94. Re: Libtool 1.5.23b (score: 2)
Author: HIDDEN
Date: Sun, 18 Feb 2007 09:48:09 -0800 (PST)
[snip] OK, I'll continue to build 2 versions of libtool. Thanks. -- Tim Rice Multitalents (707) 887-1469 address@hidden
/archive/html/libtool/2007-02/msg00017.html (5,062 bytes)

95. Re: Libtool 1.5.23b (score: 2)
Author: HIDDEN
Date: Sun, 18 Feb 2007 13:20:55 +0100
Hello Tim, Should a single libtool handle both 32bit & 64bit builds on Solaris with Sun Studio 11? No. I tried using it to build libiconv-1.10 and got ..... cd src && gmake all gmake[1]: Entering dir
/archive/html/libtool/2007-02/msg00016.html (5,871 bytes)

96. Re: RPATH on x86_64? (score: 2)
Author: HIDDEN
Date: Wed, 1 Mar 2006 08:21:03 +0100
Hi Pierre, * Pierre Ossman wrote on Mon, Feb 27, 2006 at 09:15:34AM CET: http://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=multilib&submit=Search%21&idxname=libtool&max=20&result=normal&sort=scor
/archive/html/libtool/2006-03/msg00000.html (5,203 bytes)

97. TODO for 2.x (was: branch-2-0 vs CVS HEAD) (score: 2)
Author: HIDDEN
Date: Tue, 23 Aug 2005 08:19:32 +0200
* Gary V. Vaughan wrote on Mon, Aug 22, 2005 at 10:00:50PM CEST: The following is not very well ordered, not very well cross-referenced, has nonempty overlap with the in-tree TODO file (sorry), is no
/archive/html/libtool/2005-08/msg00097.html (13,414 bytes)

98. deplib find algorithm (was: Problem found: libtool/ltmain.sh pulling in wrong stdc++) (score: 2)
Author: HIDDEN
Date: Thu, 18 Aug 2005 14:10:19 +0200
* Graham Leggett wrote on Fri, Aug 05, 2005 at 03:26:30PM CEST: So, one workaround would be: Don't put libstdc++ in a directory full of shared libs when you want to use more than one libstdc++. One s
/archive/html/libtool/2005-08/msg00085.html (9,868 bytes)

99. Re: path normalization (score: 2)
Author: HIDDEN
Date: Wed, 19 Jan 2005 13:10:46 +0000
Hallo Ralf! The implementation looks fine to me, and works on Good work! Tested with: ash-0.3.8, bash-2.05b, pdksh-5.2.14 and zsh-4.1.1, all using GNU sed 4.0.9. Here are some more ideas: 1. We could
/archive/html/libtool/2005-01/msg00229.html (6,370 bytes)

100. path normalization (score: 2)
Author: HIDDEN
Date: Tue, 18 Jan 2005 12:27:45 +0100
One step toward integrating Linux multilib support, but a Libtool requirement independent of that goal, is comparison of normalized paths. In a nutshell, I'd like to be able to decide that ../foo/../
/archive/html/libtool/2005-01/msg00210.html (11,195 bytes)


This search system is powered by Namazu