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 to

Re: how to use circular dependencies

2005-08-12 Thread Ralf Wildenhues
Hi Tom, * tom fogal wrote on Fri, Aug 12, 2005 at 08:56:03PM CEST: [EMAIL PROTECTED]Ralf Wildenhues writes: * tom fogal wrote on Wed, Aug 10, 2005 at 09:52:07PM CEST: I think the --whole-archive reference would be a good thing to mention in the documentation. Maybe thats just my $0.02

Re: how to use circular dependencies

2005-08-11 Thread Ralf Wildenhues
Hi Tom, * tom fogal wrote on Wed, Aug 10, 2005 at 09:52:07PM CEST: Ralf Wildenhues writes: Convenience libraries are just collections of objects in an archive. When another libtool-created library is linked against the archive, it will be added as a whole, i.e., each object in the

Re: how to use circular dependencies

2005-08-10 Thread Ralf Wildenhues
Hi Tom, Sorry for the high response latency. I saw your post on the automake list. From your response below (you stated that you did not need libtool after all), I gathered that this bug report is not so urgent resp. that without using libtool things would work for you. More below. * tom

Re: how to use circular dependencies

2005-08-10 Thread tom fogal
[EMAIL PROTECTED]Ralf Wildenhues writes: Hi Tom, Sorry for the high response latency. I saw your post on the automake Oh, no worries. list. From your response below (you stated that you did not need libtool after all), I gathered that this bug report is not so urgent resp. that without

Re: how to use circular dependencies

2005-08-10 Thread Ralf Wildenhues
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 not need libtool after all), I gathered that this bug report is not so urgent resp. that without using libtool things would

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 Ralf Wildenhues
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 --preserve-dup-deps g77 -Wall -I../include -O0 -o

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