Ralf Wildenhues writes:
> * tom fogal wrote on Tue, Feb 15, 2011 at 06:34:44PM CET:
> > I was still hitting issues, now with libtool trying to execute
> > "X--gcc" or something like that; it seemed to be a common problem,
> > from google searches, yet nobody had
Hi, sorry for the slow response.
Ralf Wildenhues writes:
> * tom fogal wrote on Sun, Feb 13, 2011 at 10:23:30PM CET:
> > A package we're converting to the autotools is having an issue
> > building a library; it seems to think gcc supports a -soname
> > option.
> >
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 H5Pa
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
me
<[EMAIL PROTECTED]>Ralf Wildenhues writes:
>Hi Tom,
>
>* tom fogal wrote on Wed, Aug 10, 2005 at 09:52:07PM CEST:
>> Ralf Wildenhues writes:
>> This is a \emph{lot} clearer after looking up what --whole-archive does.
>> Thank you. I think the --whole-archiv
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:
>>
>> >l
a
different, personal project that happens 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
<[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'
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
../share/