Re: strang dual-architecture problem under OS X

2014-03-07 Thread Peter O'Gorman
On Mar 2, 2014, at 8:48 PM, Werner LEMBERG wrote: > > Some weeks ago I wrote: > >> I've now found out that it *is* a libtool problem: >> >>> libtool: link: \ >>>(cd >>> /Users/wl/harfbuzz-0.9.26/src/.libs/libharfbuzz.lax/libhb-ucdn.a/unfat-91266/libhb-ucdn.a-i386 >>> \ >>> && ar x

Re: static linking problem on Mac OS X Lion

2012-03-23 Thread Peter O'Gorman
[I replied to Werner without copying the list by mistake. Here is the reply.] On 03/23/2012 09:50 AM, Werner LEMBERG wrote: I get this link command together with the error message. /bin/sh ../libtool \ --tag=CXX \ --mode=link \ g++ -pipe -O2 Please add a --debug after the ../libt

Re: make check and LD_LIBRARY_PATH

2012-03-23 Thread Peter O'Gorman
On 03/23/2012 06:40 AM, Christian Egli wrote: libtool --mode=execute -dlopen ../liblouis/liblouis.la -n python $(TEST_SCRIPT) What is the drawback of just setting LD_LIBRARY_PATH in TESTS_ENVIRONMENT? Not all systems use LD_LIBRARY_PATH. You can find the variable that libtool sets by checkin

Re: static linking problem on Mac OS X Lion

2012-03-23 Thread Peter O'Gorman
Hi, On 03/23/2012 07:58 AM, Werner LEMBERG wrote: I have a problem with libtool on Mac OS X Lion, trying to link statically to (a statically compiled version of) Qt. Saying make LDFLAGS="-all-static" V=1 I get this link command together with the error message. /bin/sh ../libtool \ --t

Re: LD_LIBRARY_PATH - disappear of libdir after patch

2012-03-16 Thread Peter O'Gorman
5d54d8ce Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Fri, 16 Mar 2012 13:23:13 -0500 Subject: [PATCH] Fix typo that caused sys_lib_search_path_spec to be wrong. * m4/libtool.m4: s/lt_fooi/lt_foo/. Reported by Paul Seidler --- m4/libtool.m4 |2 +- 1 files changed, 1 insertions(+)

Re: LD_LIBRARY_PATH - disappear of libdir after patch

2012-03-12 Thread Peter O'Gorman
Hi Paul, On 03/12/2012 10:47 AM, Paul Seidler wrote: Hello, running the test suite of eina-1.1 with 1.0 installed and libtool-2.4{.2,} the tests will fail (symbol lookup errors) because of the LD_LIBRARY_PATH (same with glib, gst-plugins-base, ...). The libdir is in front of the "test-path": LD

Re: Libtool error reporting.

2012-02-19 Thread Peter O'Gorman
n Oak Ridge National Laboratory On Dec 8, 2011, at 12:19 AM, Peter O'Gorman wrote: On 12/05/2011 11:48 AM, Shamis, Pavel wrote: Hi, As have been mentioned on the list, libtool error reporting - "file not found" is not perfect. People suggested to fix it (hxxp://www.mail-archiv

Re: The case of libkmod's .so versioning attempts, and induced collisions

2012-02-07 Thread Peter O'Gorman
On 02/07/2012 07:06 PM, Lucas De Marchi wrote: Yes. We can always learn. It seems that this is not the case here. There are other projects releasing like this and no one pointed out to a reasonable argument against it. That means these arguments are not valid in our case: Again, use -version-n

Re: The case of libkmod's .so versioning attempts, and induced collisions

2012-02-07 Thread Peter O'Gorman
On 02/06/2012 06:35 PM, Jan Engelhardt wrote: Much to my disappointment, I found that the newly-released libkmod v5 has made the following non-trivial change to its source tree, the latter of which I want to bring to attention: commit e479598b7d19ae7be45bf5329d6e4df32d646c16 diff

Re: Libtool mishandling of C++ libraries requiring -pthread

2012-02-01 Thread Peter O'Gorman
On 02/01/2012 05:49 PM, Bob Friesenhahn wrote: The libltdl module loader does need to load the dependency libraries since the system might not do this at all, or might not do it fully or correctly. It can't do this without knowing the libraries used. This has been known to be a definite factor f

Re: dlopen, DESTDIR, library dependencies and "cannot install" error

2012-01-09 Thread Peter O'Gorman
On 01/09/2012 09:31 AM, Diab Jerius wrote: make DESTDIR=/home/dj/stage prefix=/rbtree-1.0.9 exec_prefix=/rbtree-1.0.9/x86 install The resultant file hierarchy is shallower: /home/dj/stage /home/dj/stage/rbtree-1.0.9 /home/dj/stage/rbtree-1.0.9/x86 /home/dj/stage/rbtree-1.0.9/x86/lib /home/dj/

Re: dlopen, DESTDIR, library dependencies and "cannot install" error

2012-01-09 Thread Peter O'Gorman
On 01/09/2012 08:50 AM, Diab Jerius wrote: On Sat, 2012-01-07 at 13:31 -0600, Bob Friesenhahn wrote: On Fri, 6 Jan 2012, Diab Jerius wrote: and the installation is performed via make AM_MAKEFLAGS="DESTDIR=/proj/axaf/simul/pkgs prefix=/lua_udunits2-0.1.2_01 exec_prefix=/lua_udunits2-0.1.2_01/

Re: Several questions about libtool

2012-01-06 Thread Peter O'Gorman
On 01/06/2012 12:31 PM, Peter O'Gorman wrote: On 01/06/2012 11:21 AM, Stepan Kasal wrote: 1) .la file always contains the recursively evaluated list of libraries. While this is necessary for static linking and dumb dynamic linkers, it is an issue for dyn. linkers that can do recu

Re: Several questions about libtool

2012-01-06 Thread Peter O'Gorman
On 01/06/2012 11:21 AM, Stepan Kasal wrote: 1) .la file always contains the recursively evaluated list of libraries. While this is necessary for static linking and dumb dynamic linkers, it is an issue for dyn. linkers that can do recursive resolution (which is the case on GNU/Linux distributions

Re: Fwd: http://www.gnu.org/software/libtool/future.html is outdated

2011-12-21 Thread Peter O'Gorman
Hi Max, Thanks, I did as you suggested and removed future.html. Peter On 12/21/2011 10:30 AM, Max Horn wrote: Hi Peter, I tried two times now to send the following email to webmast...@www.gnu.org, but the address seems to be dead and not accepting any delivery; after several days, each with

Re: Libtool, rpath, and libGL.so

2011-12-07 Thread Peter O'Gorman
On 11/29/2011 11:48 PM, Adam Mercer wrote: On Mon, Nov 28, 2011 at 23:30, Andy Spencer wrote: This seems to be caused by libtool adding a -rpath flag which forces the application to use the /usr/lib64 version provided by mesa even though ld.so.conf has been properly configured to use the nvidi

Re: Libtool error reporting.

2011-12-07 Thread Peter O'Gorman
On 12/05/2011 11:48 AM, Shamis, Pavel wrote: Hi, As have been mentioned on the list, libtool error reporting - "file not found" is not perfect. People suggested to fix it (http://www.mail-archive.com/libtool@gnu.org/msg12156.html) but it seems, that the changes have never been incorporated int

Re: Local function in shared object?

2011-12-07 Thread Peter O'Gorman
On 12/07/2011 11:45 AM, Mark R Bannister wrote: Hi, I wonder if someone could point out my error. I've defined a function, nothing special, takes a couple of args and returns a pointer to a structure. The function is not declared with any special keywords. It is not static. Yet, when compiled

daily snapshot broken again

2011-11-28 Thread Peter O'Gorman
Hi, Looks like there was no daily snapshot for a couple of weeks because the script was doing (the apparently naive): git pull ./bootstrap ./configure make make distcheck and the gnulib submodule never got updated, so bootstrap failed with: top/README-release top/maint.mk 2 out of 2 hunks

Re: linking problems on SL6

2011-11-23 Thread Peter O'Gorman
On 11/22/2011 11:36 PM, Adam Mercer wrote: On Mon, Nov 21, 2011 at 15:39, Peter O'Gorman wrote: Glad it works around it. The problem is libtool brokenness, most vendors patch around it in their packaged libtool, e.g. http://pkgs.fedoraproject.org/gitweb/?p=libtool.git;a=blob;f=libtool-2

Re: linking problems on SL6

2011-11-21 Thread Peter O'Gorman
On 11/21/2011 03:22 PM, Adam Mercer wrote: Setting lt_cv_sys_lib_dlsearch_path_spec="/lib64 /usr/lib64" at configure time results in "-Wl,-rpath -Wl,/usr/lib64" not being passed and the correct libraries linked. So this is a workaround but I'd like to understand why these flags are being added in

Re: linking problems on SL6

2011-11-21 Thread Peter O'Gorman
Hi, On 11/19/2011 01:03 AM, Adam Mercer wrote: Hi In building a development snapshot of one of my projects, to a custom path, on SL6 I am running into what appears to be a linking problem. The libtool command used to link the library is as follows: libtool: link: gcc -std=gnu99 -shared -fPIC

Re: [gnu.org #701121] Duplicate content?

2011-10-24 Thread Peter O'Gorman via RT
On 10/24/2011 01:54 PM, Peter O'Gorman wrote: > On 10/24/2011 11:05 AM, Jason Self via RT wrote: >> Hello libtool maintainers, just forwarding the above feedback to you for >> your consideration. Perhaps one option might be linking to the GNU Emacs >> manual instead of

Re: [gnu.org #701121] Duplicate content?

2011-10-24 Thread Peter O'Gorman via RT
On 10/24/2011 11:05 AM, Jason Self via RT wrote: > Josh wrote: >> Hi, >> >> I search the Emacs manual using Google's "site:" operator. For example: >> >> http://www.google.com/search?q=site:www.gnu.org/software/emacs+EXAMPLE >> >> I've been noticing that pages in the manual don't always show up in

Re: [gnu.org #701121] Duplicate content?

2011-10-24 Thread Peter O'Gorman
On 10/24/2011 11:05 AM, Jason Self via RT wrote: Josh wrote: Hi, I search the Emacs manual using Google's "site:" operator. For example: http://www.google.com/search?q=site:www.gnu.org/software/emacs+EXAMPLE I've been noticing that pages in the manual don't always show up in the search result

Re: potential linking issue with Xcode-4.2 on Lion

2011-10-17 Thread Peter O'Gorman
On 10/17/2011 05:02 PM, Adam Mercer wrote: On Mon, Oct 17, 2011 at 16:40, Peter O'Gorman wrote: Peter Does it work if you remove -mmacosx-version-min=10.4? That resulted in the same error, but your idea led me to remove each flag one by one and it turns out that the insane optimiz

Re: potential linking issue with Xcode-4.2 on Lion

2011-10-17 Thread Peter O'Gorman
On 10/17/2011 01:48 PM, Adam Mercer wrote: Hi I testing some software I maintain using the recently release Xcode-4.2 on Mac OS X 10.7.2, and am running into the follow error during link: Hi, Does it work if you remove -mmacosx-version-min=10.4? Peter /bin/sh ../../../libtool --tag=CC

Re: Help needed to build shared library with libtool

2011-10-14 Thread Peter O'Gorman
On 10/14/2011 08:45 AM, David Aldrich wrote: Hi Peter Thanks for your reply. -shared is not a libtool flag Oh, that's weird! We've been using that option for building other shared libraries for a long time. Yes, and older libtools used to pass it along to the compiler driver, so on system

Re: Help needed to build shared library with libtool

2011-10-14 Thread Peter O'Gorman
On 10/14/2011 02:10 AM, David Aldrich wrote: Hi I am using libtool in a makefile to create a shared library containing my application code, which also links to wxWidgets libraries. As a consequence of changing both platform (including gcc version) and wxWidgets packages, my makefile ceases t

Re: Shared library versioning

2011-06-14 Thread Peter O'Gorman
On 06/14/2011 11:26 AM, Lasse Collin wrote: On 2011-06-14 Bob Friesenhahn wrote: On Tue, 14 Jun 2011, Lasse Collin wrote: Please read the section "Understanding shared libraries number rules" (it's short): http://www.openbsd.org/faq/ports/specialtopics.html If this web page text is corre

Re: What makes a convenience library (use --whole-archive)?

2011-06-07 Thread Peter O'Gorman
On 06/07/2011 08:07 PM, Michael Poole wrote: Some of the files in my convenience libraries have static initializers. By default, the linker discards these symbols because they are not referenced. I am trying to figure out how to keep them in an automake-driven build. Mailing list threads I hav

Re: why does libtool strip my -lm away on mingw32 builds?

2011-04-27 Thread Peter O'Gorman
On 04/27/2011 07:25 AM, Ed Hartnett wrote: Howdy all! Hi Ed, Recently I managed to get my C library building and testing cleanly on Linux for windows, using mingw32 and wine. This is the greatest idea since sliced bread. (In fact, I would rather live without sliced bread!) I am building i

Re: shared library problem on macos with free software scientific package...

2011-01-31 Thread Peter O'Gorman
On 01/31/2011 11:21 AM, Ed Hartnett wrote: Peter O'Gorman writes: /usr/bin/libtool: unknown option character `f' in: -force_load Usage: /usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] Usage: /usr/bin/libtool -dynami

Re: RFC: on AIX, which "soname"-equivalent to prefer with runtime linking?

2011-01-22 Thread Peter O'Gorman
On 01/21/2011 08:19 AM, Michael Haubenwallner wrote: Hello! Hi. Library versioning for AIX would be a great feature. After playing around with different ways[1], this is my proposed one, using an AIX feature called "Import Files": *) Create the shared object "shr.o" (using '-G' linker flag

Re: shared library problem on macos with free software scientific package...

2011-01-07 Thread Peter O'Gorman
On 01/07/2011 06:30 AM, Ed Hartnett wrote: libtool: link: g95 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libnetcdff.0.dylib .libs/fort-attio.o .libs/fort-control.o .libs/fort-dim.o .libs/fort-genatt.o .libs/fort-geninq.o .libs/fort-genvar.o .libs/fort-lib.o .libs/fort

Re: How does one specify linking to 64 bit libraries when there is a choice?

2010-12-20 Thread Peter O'Gorman
On 12/20/2010 10:54 AM, Bruce Korb wrote: If the default build is 64 bit, why does it make sense that the default library directory is the 32 bit library? Because the user may not be building for multiple architectures, in which case a default of $prefix/lib for libdir makes perfect sense an

Re: How does one specify linking to 64 bit libraries when there is a choice?

2010-12-17 Thread Peter O'Gorman
On 12/17/2010 02:59 PM, Peter O'Gorman wrote: On 12/17/2010 11:09 AM, Nelson H. F. Beebe wrote: I normally do builds on the AMD64 platforms with something like this (at a minimum): env LDFLAGS='-L/usr/local/lib64 -Wl,-rpath,/usr/local/lib64' ./configure make all check make inst

Re: How does one specify linking to 64 bit libraries when there is a choice?

2010-12-17 Thread Peter O'Gorman
On 12/17/2010 11:09 AM, Nelson H. F. Beebe wrote: I normally do builds on the AMD64 platforms with something like this (at a minimum): env LDFLAGS='-L/usr/local/lib64 -Wl,-rpath,/usr/local/lib64' ./configure make all check make install libdir=/usr/local/lib64 It does no

Re: Libtool and CUDA

2010-12-06 Thread Peter O'Gorman
On 12/06/2010 03:25 PM, Ralf Wildenhues wrote: Where do you see that? As far as I understand, Paweł hasn't actually tried configuring Libtool with something like Yeah, I failed to read your entire email this morning, definitely didn't have enough coffee. It makes sense now :) We have some

Re: Libtool and CUDA

2010-12-06 Thread Peter O'Gorman
On 12/06/2010 01:07 AM, Ralf Wildenhues wrote: OK to apply? Unless Pawel reports that it works for him, no. This doesn't make sense to me. Hi Ralf, Why? Well, perhaps I haven't been drinking enough coffee, but... _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' This assign

Re: Libtool and CUDA

2010-12-05 Thread Peter O'Gorman
On 12/05/2010 09:34 PM, Ralf Wildenhues wrote: Does this patch fix things for you? As far as I see, you should be getting -fPIC passed instead of -fno-common, so it's not completely clear that this is right, or what other changes MacPorts has done to their glibtool code over upstream Libtool.

Re: [RFC] [PATCH] libltdl error reporting

2010-06-18 Thread Peter O'Gorman
On 06/14/2010 04:41 PM, Peter O'Gorman wrote: dlopen nonexisting file dlopen existing file check dlerror() Ok, systems that return an error in this case: Solaris, AIX, HPUX/IA64, FreeBSD systems that don't return an error: HP-UX/HPPA, Tru64 5.1, IRIX 6.5, linux/glibc, Mac O

test coverage

2010-06-18 Thread Peter O'Gorman
I just tried to figure out lcov, and ran the testsuite with --coverage. http://pogma.com/lcov/libltdl/index.html I'll try at some stage to automate the process and do it weekly or so. Peter ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: [RFC] [PATCH] libltdl error reporting

2010-06-14 Thread Peter O'Gorman
On 06/10/2010 12:33 AM, Peter O'Gorman wrote: At least glibc and Mac OS X reset the dlerror() string to NULL every time a dl*() api is called (I will check what other systems do in the next few days). This is so programmers can do: Sigh, but FreeBSD doesn't. dlopen nonexisting f

Re: [RFC] [PATCH] libltdl error reporting

2010-06-10 Thread Peter O'Gorman
On 06/10/2010 02:28 PM, Bob Friesenhahn wrote: On Thu, 10 Jun 2010, Peter O'Gorman wrote: As I am sure many are aware, libltdl's error reporting is pretty dumb, lt_dlerror() regularly reports things like "file not found" where the actual problem might be something complet

Re: rewrite of ltdl and c++ (was: Re: [RFC] [PATCH] libltdl error reporting)

2010-06-10 Thread Peter O'Gorman
On 06/10/2010 09:45 AM, Gary V. Vaughan wrote: I think it would be better in c++. No, that would mean you have to jump through hoops to use it from C. And it would make me cry myself to sleep at night. I avoid C++, Perl, McDonalds and suicide bomber recruiters as much as I possibly can. I'm

Re: [RFC] [PATCH] libltdl error reporting

2010-06-10 Thread Peter O'Gorman
Aside: I'm leaning away from upholding the 'drop-in-with-minimum-edits' philosophy for my rewrite, since the dlfcn.h API seems like a pretty bad design to me. After all, all people really need to do is call functions with a known name and known signature which happen to be in another library. I'm

[RFC] [PATCH] libltdl error reporting

2010-06-09 Thread Peter O'Gorman
Hi, As I am sure many are aware, libltdl's error reporting is pretty dumb, lt_dlerror() regularly reports things like "file not found" where the actual problem might be something completely different, and a reasonable error string may be readily available from dlerror(). When I looked at the

Re: use of shrext_cmds on mac os x (fwd)

2010-04-24 Thread Peter O'Gorman
On 04/23/2010 01:30 PM, Vincent Torri wrote: > > > -- Forwarded message -- > Date: Fri, 23 Apr 2010 12:27:27 -0600 > From: Eric Blake > To: Vincent Torri > Cc: autoc...@gnu.org > Subject: Re: use of shrext_cmds on mac os x > > On 04/23/2010 12:09 PM, Vincent Torri wrote: >> >>

Re: module name on mac os x

2010-04-21 Thread Peter O'Gorman
On 04/22/2010 12:01 AM, Vincent Torri wrote: > > > On Wed, 21 Apr 2010, Peter O'Gorman wrote: > >> On 04/21/2010 04:00 PM, Vincent Torri wrote: >>> >>> Hey, >>> >>> A guy mentioned that problem: on mac os x, a "standard" share

Re: module name on mac os x

2010-04-21 Thread Peter O'Gorman
On 04/21/2010 04:00 PM, Vincent Torri wrote: > > Hey, > > A guy mentioned that problem: on mac os x, a "standard" shared lib has > suffix name .dylib: > > lib_LTLIBRARIES = libfoo.la --> libfoo.dylib > > but with a "module": > > pkg_LTLIBRARIES = bar.la > bar_la_LDFLAGS = -module -avoid-versi

Re: genarating map files for libraries

2010-01-25 Thread Peter O'Gorman
version of libtool is generating this? Where is the -r coming from? Why are you passing -Map instead of -map? Passing -Wl,-map,libbuffer.map will likely work, but I am not sure why the -Wl, quoting was removed above. Nor am I sure why gcc generates no warning or error when i

Re: genarating map files for libraries

2010-01-20 Thread Peter O'Gorman
't help you, then I suggest you post the > output of the failing 'make' command. Hi Ralf, Prokash, Apple's ld takes a -map argument that generates a map file along with the output. A quick test using ./libtool --mode=link --tag=CC gcc -o libfoo.la foo.lo -rpath /foo -Wl,-map,

Re: use of -flat_namespace on darwin

2009-12-23 Thread Peter O'Gorman
(there used to be one flat namespace X11 library, I think that changed). Two level namespace is faster, and solves numerous portability problems. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: MacOSX module linking with static archive libtool problem

2009-12-02 Thread Peter O'Gorman
problem on Mac OS X. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: release procedure

2009-11-16 Thread Peter O'Gorman
ly covered, please let us know. libltdl itself does not even build with g++, that check does not belong, really. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

release procedure

2009-11-16 Thread Peter O'Gorman
nk that's about all, I will provide patches for HACKING and Makefile.maint later. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Backport of libltdl changes to branch-1-5

2009-11-16 Thread Peter O'Gorman
If you happen to be stuck using an older libltdl for some reason, the attached untested patch should give you the same changes in behavior as the badly numbered 2.2.6b release. Peter -- Peter O'Gorman http://pogma.com diff -urN libtool-1.5.26.orig/libltdl/ltdl.c libtool-1.5.26/libltdl/l

Re: GNU Libtool 2.2.6b released

2009-11-16 Thread Peter O'Gorman
On 11/16/2009 09:32 AM, Jeff Squyres wrote: On Nov 16, 2009, at 7:21 AM, Peter O'Gorman wrote: We are intending to release 2.2.8 sometime (hopefully soon) with all the new features and lots of bug fixes from git HEAD. So why not call this release 2.2.8 and bump the version number of the

Re: GNU Libtool 2.2.6b released

2009-11-16 Thread Peter O'Gorman
ugfixes to libltdl that were deemed important enough to warrant a separate release from the "stable" 2.2.6 series. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

retagged 2.2.6b

2009-11-16 Thread Peter O'Gorman
So, I screwed up ... Yes, I know it's not best. I tagged 2.2.6b yesterday, and moved the tag this morning, so you may have the tag pointing at the wrong commit. Sorry, Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.o

GNU Libtool 2.2.6b released

2009-11-16 Thread Peter O'Gorman
We are pleased to announce the release of GNU Libtool 2.2.6b. GNU Libtool hides the complexity of using shared libraries behind a consistent, portable interface. GNU Libtool ships with GNU libltdl, which hides the complexity of loading dynamic runtime libraries (modules) behind a consistent, port

Re: [2.2.7a Test Results] SLES 10 on pentiumpro with gcc 4.1.2 20070115 (SUSE Linux)

2009-11-11 Thread Peter O'Gorman
tches and rerun the testsuite in a timely fashion for any advances made by fellow libtoolers. I just looked at this, and would guess that most are the same - bash: {CXX:-g++}: command not found Missing a $. Peter -- Peter O'Gorman http:/

Re: Better soname linking

2009-11-01 Thread Peter O'Gorman
ibtool, it is a packaging issue. If libfoo went from 22.0.0 (provided by foo-2.0.0) to 22.1.0 (provided by foo-2.0.2) then new binary packages created that use the new libfoo need to have a versioned dependency >= foo-2.0.2, end of story. Peter -- Peter O'Gorma

Re: libltdl is inefficient and a security hazard

2009-10-26 Thread Peter O'Gorman
is passed an absolute path, it shouldn't really be searching at all. I'd call that a different bug though. Feel free to delve in and propose patches. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

repository updated

2009-06-02 Thread Peter O'Gorman
I just did git push --all; git push --tags; to update savannah's copy of the repository. So much easier than last time :) Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: unexpected emergence of --whole-archive

2009-03-15 Thread Peter O'Gorman
This libjpeg.la is a libtool created file that instructs libtool that the libjpeg.a sitting next to it is a libtool convenience archive. How was the file libjpeg.la, in the directory /home/bubla/projects/devil_modular/lib created? Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: unexpected emergence of --whole-archive

2009-03-15 Thread Peter O'Gorman
ular/lib/libjpeg.la is a libtool convenience library (or at least libtool thinks it is). How was it created? What is the Makefile.am rule for it? Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: libtool problem with library dependencies on ppc64

2008-11-11 Thread Peter O'Gorman
/lib64/ libbfd.a? Sorry for the length of this message. Thanks in advance for any help. Regards, -Maynard Johnson -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: fixing linkage against uninstalled libtool archives on macos?

2008-11-11 Thread Peter O'Gorman
10.dylib". I tested replacing the "-L -l" combination with the path to the dylib, and that seems to work. So it seems to be a bug in libtool. Sorry, I did not get back to you. Could you please send the output of ./libtool --config. Thanks, Peter -- Peter O'Gorman http://pogma.

[sr #106497] Broken download link ("2.2.6" instead of "2.2.6a")

2008-09-17 Thread Peter O'Gorman
Update of sr #106497 (project libtool): Status:None => Done Assigned to:None => pogma Open/Closed:Open => Closed _

Re: Libtool 2.2.6a

2008-09-17 Thread Peter O'Gorman
html/autotools-announce/2008-09/msg1.html I can only suggest you mv libtool-2.2.6a.tar.gz libtool-2.2.6.tar.gz and pass that tarball to your auto-build scripts. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: libtool 2 and dsohowto's comments?

2008-09-15 Thread Peter O'Gorman
a linker script to limit exported symbols on linux if ld supports it. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Problem with shrext on Mac OS X

2008-07-31 Thread Peter O'Gorman
$ /usr/bin/glibtool --version ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) on a more recent libtool-2.2.x, I get: libtool: link: /usr/bin/g++ -Wl,-undefined -Wl,dynamic_lookup -o .libs/java.jnilib -bundle .libs/java.o libtool: link: dsymutil .libs/java.jnilib || : P

Re: libtool causing oprofile build failure when configuring with --with-binutils

2008-07-31 Thread Peter O'Gorman
ame failure) Your configure script adds spaces after -I and -L before the directory. GCC is ok with this, libtool not so much. Peter -- Peter O'Gorman http://pogma.com --- configure.in~ 2008-07-17 18:04:22.0 -0500 +++ configure.in 2008-07-31 14:13:35.0 -0500 @@ -39,9 +

Re: 1 compiler (called from 2 symbolic links) -> 2 different libtool scripts

2008-07-24 Thread Peter O'Gorman
s do things differently > depending on a symlink name? The test is: case $cc_basename in CC*) So this does not match 'sunCC'. I guess we can change the test to match sunCC*|CC*). Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Libool picking the wrong library for dbus

2008-07-16 Thread Peter O'Gorman
ke use of lt_dlopen, I would suggest using sed to modify the .la files after the root is complete. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Libool picking the wrong library for dbus

2008-07-16 Thread Peter O'Gorman
root so that they contain the actual location of the libraries in libdir. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Libool picking the wrong library for dbus

2008-07-15 Thread Peter O'Gorman
Sandeep Puddupakkam (spuddupa) wrote: > The log file generated is big (400k) and my mail is not going thru. If > anyone wants to look at the logfile, I can mail it to you directly. > Please compress it and send it to the list. Peter -- Peter O'Gorman ht

Re: extra copy of manual on www.gnu.org

2008-07-03 Thread Peter O'Gorman
-obsolete version. Thanks, fixed. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: shared libraries on darwin using Intel compiler

2008-06-13 Thread Peter O'Gorman
Christopher Hulbert wrote: > On Fri, Jun 13, 2008 at 11:55 AM, Peter O'Gorman <[EMAIL PROTECTED]> wrote: >> Christopher Hulbert wrote: >> >>> GIT version still reports that the ifort linker does not support >>> shared libraries. The config.log is

Re: shared libraries on darwin using Intel compiler

2008-06-13 Thread Peter O'Gorman
Christopher Hulbert wrote: > GIT version still reports that the ifort linker does not support > shared libraries. The config.log is attached. Hi Chris, Your config.log confirms that ifort does not define __GNUC__, thanks. Could you confirm that this patch fixes it. Peter -- Peter O&

Re: shared libraries on darwin using Intel compiler

2008-06-12 Thread Peter O'Gorman
ibtool using package (or from libtool itself) without this patch applied. Thanks, Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: building but not installing shared library...

2008-05-13 Thread Peter O'Gorman
is being installed with the archive. dump -X32_64 -H /path/to/libnetcdf.a should show you the shared members. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: libtool 2.2.2, darwin and target prefixes

2008-05-01 Thread Peter O'Gorman
Peter O'Gorman wrote: > Richard Purdie wrote: >> Hi, >> >> As previously mentioned, I've been stress testing libtool 2.2.2 with >> Poky a bit. >> >> I've found one issue when I tested the darwin builds, specifically that >> it tried to

Re: libtool 2.2.2, darwin and target prefixes

2008-05-01 Thread Peter O'Gorman
rsions with the host > prefix which my setup has. I fixed this with the patch below which is > fine for Poky since its always cross compiling but its a sign a better > fix is probably needed in general. Thanks, I have pushed this, it also cleans up the sed sed ech

Re: Libtool performance status (part 1.2965)

2008-04-23 Thread Peter O'Gorman
ment is almost entirely due to Ralf, so I encourage everyone who is subscribed to this list to seek him out and buy him many beers. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Problems with libtool 2.2.2 and /bin/sh pointing to dash

2008-04-22 Thread Peter O'Gorman
_compiler_wl eval gtk_export_dynamic=\"$export_dynamic_flag_spec\" For C++, it would be wl=$lt_prog_compiler_wl_CXX etc. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Problems with libtool 2.2.2 and /bin/sh pointing to dash

2008-04-22 Thread Peter O'Gorman
, of course, it is preferred to use the vars directly, creating libtool just to check these is expensive and pointless. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: _lt_libltdl_LTX_preloaded_symbols in consistence.

2008-04-12 Thread Peter O'Gorman
mbols. This causes > link time error. I fixed this problem by changing the name in the ltdl.h > file to match the symbol in the libraries. When linking libltdl? What are the errors that you saw? And what changes did you have to make? Peter -- Peter O

Re: Announcing Dolt, a drop-in Libtool replacement which cuts build times in half

2008-04-09 Thread Peter O'Gorman
Ralf Wildenhues wrote: > * Bob Friesenhahn wrote on Thu, Apr 10, 2008 at 07:51:57AM CEST: >> On Wed, 9 Apr 2008, Peter O'Gorman wrote: >>> This is a list off shell functions that appear in the generated libtool >>> script on my linux system (one of Ralf's p

Re: Announcing Dolt, a drop-in Libtool replacement which cuts build times in half

2008-04-09 Thread Peter O'Gorman
Bob Friesenhahn wrote: > On Wed, 9 Apr 2008, Peter O'Gorman wrote: >> >> (using bash) >> $ for y in {1..100}; do echo "func_notused${y} () {" >> parse.sh; for x >> in {1..1}; do echo foo >> parse.sh; done; echo '}' >> par

Re: Announcing Dolt, a drop-in Libtool replacement which cuts build times in half

2008-04-09 Thread Peter O'Gorman
fer_tag () func_generate_dlsyms () func_extract_an_archive () func_extract_archives () func_write_libtool_object () func_mode_compile () func_mode_execute () func_mode_finish () func_mode_install () func_emit_wrapper () func_emit_cwrapperexe_src () func_mode_link () func_mode_uninstall () Peter -- Pet

Re: Announcing Dolt, a drop-in Libtool replacement which cuts build times in half

2008-04-09 Thread Peter O'Gorman
s On mac os x: $ time zsh parse.sh Done real0m1.429s user0m1.176s sys 0m0.193s $ time bash parse.sh Done real0m4.921s user0m4.706s sys 0m0.215s $ time ksh parse.sh Done real5m31.311s *** user5m29.284s sys 0m1.876s I know that

Re: Announcing Dolt, a drop-in Libtool replacement which cuts build times in half

2008-04-09 Thread Peter O'Gorman
compile mode too. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Announcing Dolt, a drop-in Libtool replacement which cuts build times in half

2008-04-09 Thread Peter O'Gorman
opyright assignment forms etc. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Customizing soname

2008-03-27 Thread Peter O'Gorman
lease present a more convincing argument. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Customizing soname

2008-03-27 Thread Peter O'Gorman
Alon Bar-Lev wrote: > On 3/27/08, Peter O'Gorman <[EMAIL PROTECTED]> wrote: >> Why? I can understand wanting to change the extension, we have -shrext >> for that. But why do you want the user to have the option to set the name? > > Hi! > > Because I generat

Re: Customizing soname

2008-03-27 Thread Peter O'Gorman
Why? I can understand wanting to change the extension, we have -shrext for that. But why do you want the user to have the option to set the name? Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: git mirror of Libtool CVS repo

2008-03-13 Thread Peter O'Gorman
chunk of changelog), but if it is decided that we do, then we can just make do with the topmost date in the changelog file. Peter -- Peter O'Gorman http://pogma.com ___ http://lists.gnu.org/mailman/listinfo/libtool

  1   2   3   4   5   >