-soname passed directly to the compiler

2011-02-13 Thread tom fogal
A package we're converting to the autotools is having an issue building a library; it seems to think gcc supports a -soname option. /bin/sh ../libtool --tag=CC --mode=link mpicc -I/home/tfogal/sw/include -L/home/tfogal/sw/lib -o libH5Part.la -rpath /home/tfogal/dev/install-h5part/lib

doc: clarification of convenience archi and --preserve-dup-deps

2005-08-24 Thread tom fogal
=== RCS file: /cvsroot/libtool/libtool/ChangeLog,v retrieving revision 1.2028 diff -u -r1.2028 ChangeLog --- ChangeLog 23 Aug 2005 16:04:24 - 1.2028 +++ ChangeLog 24 Aug 2005 02:53:23 - @@ -1,3 +1,14 @@ + ChangeLog +2005-08-23 Tom Fogal [EMAIL PROTECTED] +Ralf

Documentation patch

2005-08-19 Thread tom fogal
Alright, I'm very new at this so feel free to berate me mention if I did something wrong here. Attached is a short doc patch that (I think) provides better information on how convenience libraries work, and mentions that the ordering is important to --preserve-dup-deps. For the latter, I've

Re: how to use circular dependencies

2005-08-12 Thread tom fogal
[EMAIL PROTECTED]Ralf Wildenhues writes: Hi Tom, * tom fogal wrote on Wed, Aug 10, 2005 at 09:52:07PM CEST: Ralf Wildenhues writes: snip This is a \emph{lot} clearer after looking up what --whole-archive does. Thank you. I think the --whole-archive reference would be a good thing

Re: how to use circular dependencies

2005-08-10 Thread tom fogal
to have circular dependencies too, but theres no way I can avoid circular dependencies here =) * tom fogal wrote on Mon, Jul 11, 2005 at 10:24:34PM CEST: [EMAIL PROTECTED]Ralf Wildenhues writes: * tom fogal wrote on Fri, Jul 08, 2005 at 08:14:51PM CEST: Hi all, I'm trying to get libtool to link

Re: how to use circular dependencies

2005-08-10 Thread tom fogal
I have devised a test for this. More near the bottom, in the appropriate context. [EMAIL PROTECTED]Ralf Wildenhues writes: Hi Tom, * tom fogal wrote on Wed, Aug 10, 2005 at 04:58:50PM CEST: [EMAIL PROTECTED]Ralf Wildenhues writes: list. From your response below (you stated that you did

Re: how to use circular dependencies

2005-07-11 Thread tom fogal
[EMAIL PROTECTED]Ralf Wildenhues writes: Hi Tom, * tom fogal wrote on Fri, Jul 08, 2005 at 08:14:51PM CEST: Hi all, I'm trying to get libtool to link a program that depends on a circular list of static (libtool) libraries. I'm using a command line like: ../../libtool --mode=link

how to use circular dependencies

2005-07-08 Thread tom fogal
Hi all, I'm trying to get libtool to link a program that depends on a circular list of static (libtool) libraries. I'm using a command line like: ../../libtool --mode=link --preserve-dup-deps g77 -Wall -I../include -O0 -o partrj -static *.o ../ui/libParTrjUI.la ../models/libSPPModels.la