libtool archive search

Search String: Display: Description: Sort:

Results:

References: [ multilib: 123 ]

Total 123 documents matching your query.

41. Re: another 1.5 release (score: 4)
Author: HIDDEN
Date: Fri, 3 Dec 2004 13:55:09 -0500 (EST)
The GCC-specific code operates (and must operate) per libtool invocation, not at configure time. GCC is used to find the files if a) GCC is in use (as determined by configure) and b) the GCC in use s
/archive/html/libtool/2004-12/msg00034.html (8,631 bytes)

42. Re: GNU Libtool 1.5.8 released. (score: 4)
Author: HIDDEN
Date: 08 Sep 2004 19:12:22 -0300
God, no! It means every package would have to use this option at configure time, otherwise it wouldn't work. I think the best we can do is to run something like: case `$CC $CFLAGS -print-file-name=li
/archive/html/libtool/2004-09/msg00029.html (6,428 bytes)

43. Re: GNU Libtool 1.5.8 released. (score: 4)
Author: HIDDEN
Date: Mon, 16 Aug 2004 09:23:07 -0500 (CDT)
Hi Bob, Joe, libtoolers: Bob Friesenhahn wrote: It seems that the only valid test to determine the default output architecture is to compile code and then use 'file' or some other utility to determi
/archive/html/libtool/2004-08/msg00090.html (7,586 bytes)

44. Re: GNU Libtool 1.5.8 released. (score: 4)
Author: HIDDEN
Date: Thu, 12 Aug 2004 21:15:45 -0500 (CDT)
Well, the difference, in my little mind at least, is that the commercial unixes can all be identified in libtool using $host, Right, you can identify $host and in case of Solaris even the OS version
/archive/html/libtool/2004-08/msg00072.html (9,220 bytes)

45. Re: GNU Libtool 1.5.8 released. (score: 4)
Author: HIDDEN
Date: Thu, 12 Aug 2004 09:00:12 +0900
On 2004-08-11T10:06+0900, Peter O'Gorman wrote: ) Daniel Reed wrote: ) > > libtool-1.4.2-multilib.patch ) > This patch is needed for multilib support. It has been sent upstream ) > but basically rej
/archive/html/libtool/2004-08/msg00050.html (10,247 bytes)

46. Re: GNU Libtool 1.5.8 released. (score: 4)
Author: HIDDEN
Date: Wed, 11 Aug 2004 12:21:48 -0400 (EDT)
On 2004-08-11T10:06+0900, Peter O'Gorman wrote: ) Daniel Reed wrote: ) > > libtool-1.4.2-multilib.patch ) > This patch is needed for multilib support. It has been sent upstream ) > but basically reje
/archive/html/libtool/2004-08/msg00046.html (9,814 bytes)

47. Re: GNU Libtool 1.5.8 released. (score: 4)
Author: HIDDEN
Date: Wed, 11 Aug 2004 10:06:19 +0900
(Hiya. I have recently become Red Hat's libtool package maintainer.) Hi Daniel, On 2004-08-11T00:32+0900, Peter O'Gorman wrote: ) Joe Orton wrote: ) > It always disappoints me to do so too, that's w
/archive/html/libtool/2004-08/msg00040.html (10,963 bytes)

48. Re: GNU Libtool 1.5.8 released. (score: 4)
Author: HIDDEN
Date: Tue, 10 Aug 2004 12:37:03 -0400 (EDT)
(Hiya. I have recently become Red Hat's libtool package maintainer.) On 2004-08-11T00:32+0900, Peter O'Gorman wrote: ) Joe Orton wrote: ) > It always disappoints me to do so too, that's why I'm makin
/archive/html/libtool/2004-08/msg00036.html (9,410 bytes)

49. Re: linking problems on SL6 (score: 3)
Author: HIDDEN
Date: Mon, 21 Nov 2011 15:22:25 -0600
Peter I am not setting these myself and they don't seem to be coming from any library dependencies. The section of the Makefile.am that deals with the library is essentially: INCLUDES = -I$(top_build
/archive/html/libtool/2011-11/msg00013.html (7,771 bytes)

50. Re: Extend libtool dll namespaces for mingw-w64 (score: 3)
Author: HIDDEN
Date: Mon, 01 Feb 2010 08:45:10 +0800
On 2/1/2010 01:18, Roumen Petrov wrote: JonY wrote: On 1/31/2010 02:14, Roumen Petrov wrote: I don't understand request as the usually final result is .../libfool.la .../libfool.dll.a .../libfool.dll
/archive/html/libtool/2010-01/msg00087.html (8,091 bytes)

51. Re: Extend libtool dll namespaces for mingw-w64 (score: 3)
Author: HIDDEN
Date: Sat, 30 Jan 2010 18:45:23 +0100
* JonY wrote on Sat, Jan 30, 2010 at 05:29:31PM CET: No, you're getting it wrong again. If all systems you're interested in do skip incompatible DLLs properly, then there is *absolutely* no reason an
/archive/html/libtool/2010-01/msg00073.html (8,183 bytes)

52. Re: Extend libtool dll namespaces for mingw-w64 (score: 3)
Author: HIDDEN
Date: Thu, 28 Jan 2010 18:06:50 +0800
This works fine, until mingw-w64 showed up with 64bit dlls. This problem is especially apparent with trying to build mingw-w64 cross compilers. For example, both mingw and mingw-w64 builds libstdc++-
/archive/html/libtool/2010-01/msg00058.html (10,915 bytes)

53. Re: Extend libtool dll namespaces for mingw-w64 (score: 3)
Author: HIDDEN
Date: Tue, 26 Jan 2010 10:17:30 -0600 (CST)
libtool should also check if GCC "-m32" or "-m64" is used, and select the proper namespace accordingly (mingw-w64 GCC can do multilib). Comments? This is highly none standard naming convention... Han
/archive/html/libtool/2010-01/msg00045.html (7,431 bytes)

54. Re: Extend libtool dll namespaces for mingw-w64 (score: 3)
Author: HIDDEN
Date: Tue, 26 Jan 2010 23:45:53 +0800
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 especi
/archive/html/libtool/2010-01/msg00044.html (7,950 bytes)

55. Re: Extend libtool dll namespaces for mingw-w64 (score: 3)
Author: HIDDEN
Date: Tue, 26 Jan 2010 17:52:10 +0200
This is highly none standard naming convention... Handling w32 and w64 should be the same as handling multilib at Linux for example. Alon.
/archive/html/libtool/2010-01/msg00043.html (7,045 bytes)

56. Re: GNU Libtool 1.5.23b released (alpha release). (score: 3)
Author: HIDDEN
Date: Sat, 24 Feb 2007 18:22:53 +0800 (CST)
HI , I have tested 1.5.23b in mingw in Windows XP, but I still find the bug of libtool. The bug is : If I build my project in directory same as source code directory, the built file can't be run. for
/archive/html/libtool/2007-02/msg00026.html (9,371 bytes)

57. GNU Libtool 1.5.23b released (alpha release). (score: 3)
Author: HIDDEN
Date: Sat, 17 Feb 2007 10:53:23 +0100
The Libtool Team would like to announce alpha release 1.5.23b of GNU Libtool. GNU Libtool hides the complexity of using shared libraries behind a consistent, portable interface. GNU Libtool ships wit
/archive/html/libtool/2007-02/msg00014.html (8,237 bytes)

58. Re: GNU Libtool 1.5.8 released. (score: 3)
Author: HIDDEN
Date: Fri, 13 Aug 2004 08:48:29 +0200
AFAIU, all'd you do here, is to invent a convention to be able to apply a similar hack to libtool addressing sparc-sun-solaris as the RH patch does. This does not solve the troubles libtool is facing
/archive/html/libtool/2004-08/msg00075.html (8,304 bytes)

59. Re: GNU Libtool 1.5.8 released. (score: 3)
Author: HIDDEN
Date: Thu, 12 Aug 2004 23:37:18 -0400 (EDT)
In the scheme we use, $host would be sparc64-sun-solaris2.8 . -- Daniel Reed <address@hidden> http://people.redhat.com/djr/ http://naim.n.ml.org/ The reasonable man adapts himself to the world; the u
/archive/html/libtool/2004-08/msg00073.html (8,365 bytes)

60. Re: GNU Libtool 1.5.8 released. (score: 3)
Author: HIDDEN
Date: Thu, 12 Aug 2004 13:00:07 -0400 (EDT)
Actually, it wouldn't. :) The actual problem is that software packaged with stock Libtool does not build properly in our multilib build roots. Right now, we have to manually re-bootstrap several of o
/archive/html/libtool/2004-08/msg00069.html (7,892 bytes)


This search system is powered by Namazu