libtool archive search

Search String: Display: Description: Sort:

Results:

References: [ multilib: 123 ]

Total 123 documents matching your query.

61. Re: libtool RFE (score: 3)
Author: HIDDEN
Date: Wed, 26 Sep 2001 19:02:15 -0500
G'day Bruce: I think it would help you envision a solution in Libtool to look at what gcc builds currently do. I'm sure the gcc guys would like it if Libtool could handle all of the multilib combinat
/archive/html/libtool/2001-09/msg00150.html (7,039 bytes)

62. Re: libtool problem (score: 2)
Author: HIDDEN
Date: Tue, 26 Jun 2018 17:10:12 -0700
I think the problem must be with audacity. I tried building several other packages with the new gcc, including orc from the GStreamer project that requires libtool to build and I made sure (in mock b
/archive/html/libtool/2018-06/msg00009.html (9,914 bytes)

63. Re: libtool problem (score: 2)
Author: HIDDEN
Date: Tue, 26 Jun 2018 16:51:33 -0500
You are somehow mixing parts of libtool from different versions.  --tag has been required since version 1.5, so some part of what you've built uses something even older, circa 2002.  First, try re-
/archive/html/libtool/2018-06/msg00008.html (8,292 bytes)

64. libtool problem (score: 2)
Author: HIDDEN
Date: Tue, 26 Jun 2018 14:09:09 -0700
Hello, Very low bandwidth user, my only connection is using my phone as a hotspot which limits me to ~60 Kbits once I use the very low monthly allotment (that broadband users usually have used in two
/archive/html/libtool/2018-06/msg00007.html (7,459 bytes)

65. Re: libtool: lib: command not found (score: 2)
Author: HIDDEN
Date: Fri, 5 Sep 2014 19:26:49 +0200
Thank you! Peter your comments pointed me in the right direction, CXX and LD in the env seem to be not needed --host is enough, LT_INIT need [win32-dll] and libexample_la_LDFLAGS need -no-undefined.
/archive/html/libtool/2014-09/msg00006.html (7,759 bytes)

66. Re: libtool woes (score: 2)
Author: HIDDEN
Date: Tue, 17 Sep 2013 10:50:43 +0300
Any chance that this patch, or a patch that fixes bug #15321 [1], gets applied any time? -- O.S. [1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15321
/archive/html/libtool/2013-09/msg00034.html (12,004 bytes)

67. Re: libtool woes (score: 2)
Author: HIDDEN
Date: Wed, 11 Sep 2013 13:32:17 +0300
I can confirm that with this applied to libtool-git, I can build a dll using cross-toolchains on linux. The `libtool --config` output for sys_lib_search_path_spec contains, - for a i686-pc-mingw32 to
/archive/html/libtool/2013-09/msg00033.html (11,237 bytes)

68. Re: libtool woes (score: 2)
Author: HIDDEN
Date: Wed, 11 Sep 2013 12:00:00 +0200
More background [1], [2]: Alan Modra hints in [1] that -print-search-dirs was fixed in GCC 4.2, so that it nowadays automatically appends -print-multi-os-directory for the applicable directories. I.e
/archive/html/libtool/2013-09/msg00032.html (10,375 bytes)

69. Re: libtool woes (score: 2)
Author: HIDDEN
Date: Tue, 10 Sep 2013 16:00:27 +0300
No, it does not. With this patch applied, I see sys_lib_search_path_spec="/opt/W64_180676/lib/gcc " .. in the libtool --config output. (Note that, this is not a multilib compiler: it targets only win
/archive/html/libtool/2013-09/msg00022.html (10,316 bytes)

70. Re: libtool woes (score: 2)
Author: HIDDEN
Date: Tue, 10 Sep 2013 16:29:42 +0300
Thanks, this one makes it to work. ./libtool --config output now has: sys_lib_search_path_spec="/opt/W64_180676/lib/gcc /opt/W64_180676/x86_64-w64-mingw32/lib64 /opt/cross_win64/mingw/lib64 /opt/W64_
/archive/html/libtool/2013-09/msg00029.html (9,017 bytes)

71. Re: libtool woes (score: 2)
Author: HIDDEN
Date: Tue, 10 Sep 2013 13:52:15 +0300
[...] That effectively cripples libtool for cross-compilers. Can the behavior be refined instead? Can you contact Charles Wilson about this? -- O.S.
/archive/html/libtool/2013-09/msg00021.html (9,991 bytes)

72. Re: libtool woes (score: 2)
Author: HIDDEN
Date: Tue, 10 Sep 2013 15:41:54 +0300
OK, I sent a message to bug-libtool about this (hopefully it arrives there.) -- O.S.
/archive/html/libtool/2013-09/msg00028.html (9,590 bytes)

73. Re: libtool woes (score: 2)
Author: HIDDEN
Date: Tue, 10 Sep 2013 12:45:20 +0200
They will break libtool for those using native MinGW compilers from with Cygwin or with Wine. Yes, some people do that sort of thing. That last hunk will evade the multilib loop by redoing the -print
/archive/html/libtool/2013-09/msg00011.html (21,506 bytes)

74. Re: libtool woes (score: 2)
Author: HIDDEN
Date: Tue, 10 Sep 2013 12:30:02 +0200
A bunch of things? :-] Anyway, I could reproduce locally after I did: mkdir /usr/x86_64-w64-mingw32/sys-root/mingw/lib64 With that dir in place, libtool no longer finds any import libraries, and I ge
/archive/html/libtool/2013-09/msg00010.html (17,992 bytes)

75. Re: RFC: on AIX, which "soname"-equivalent to prefer with runtime linking? (score: 2)
Author: HIDDEN
Date: Fri, 21 Jan 2011 10:48:13 -0600
Michael,   The "-brtl" isn't a "run-time linking" flag, but more exactly, it's a system-5 shared library compatibility mode flag.   It is intended to provide a more familiar shared library style,
/archive/html/libtool/2011-01/msg00024.html (13,694 bytes)

76. RFC: on AIX, which "soname"-equivalent to prefer with runtime linking? (score: 2)
Author: HIDDEN
Date: Fri, 21 Jan 2011 15:19:14 +0100
Hello! On AIX, with runtime linking (-brtl linker flag) enabled, the current way how libtool creates shared libraries prevents any form of "soname" support, as there is no way to have the runtime loa
/archive/html/libtool/2011-01/msg00023.html (11,846 bytes)

77. Re: How does one specify linking to 64 bit libraries when there is a choice? (score: 2)
Author: HIDDEN
Date: Mon, 20 Dec 2010 15:30:54 +0100
I am not at all an expert on guile-config, but I will help if I can. Thank you to all who responded. Usually if you have 64-bit libs in lib64, you have to pass --libdir explicitly. We've now conclude
/archive/html/libtool/2010-12/msg00056.html (9,013 bytes)

78. Problem when a 32-bit library is linked instead of a 64-bit library (score: 2)
Author: HIDDEN
Date: Tue, 13 Jul 2010 00:06:09 +0100
On OpenSolaris, like Solaris, the default it to build 32-bit objects. For most applications, setting CFAGS=-m64 LDFLAGS=-m64 configure make works. However, one or two applications don't work well. In
/archive/html/libtool/2010-07/msg00030.html (6,259 bytes)

79. Re: how to "parse" gcc -v output (score: 2)
Author: HIDDEN
Date: Mon, 05 Apr 2010 13:42:04 +0100
Essentially, libtool needs to know about gcc's specs, and what they do to a command-line. ISTM that using "-##" and the appropriate language-dependent driver should do most things that libtool needs,
/archive/html/libtool/2010-04/msg00010.html (6,197 bytes)

80. Re: Extend libtool dll namespaces for mingw-w64 (score: 2)
Author: HIDDEN
Date: Sun, 31 Jan 2010 00:29:31 +0800
If any of the Libtool users come and complain about libtool not linking against their old (or new) libraries after we've made the change, I want to be able to point to your documentation site and tel
/archive/html/libtool/2010-01/msg00072.html (9,001 bytes)


This search system is powered by Namazu