libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple link directories


From: Tom Tromey
Subject: Re: Multiple link directories
Date: 28 Feb 2002 21:24:52 -0700

>>>>> "Albert" == Albert Chin <address@hidden> writes:

>> program_LIBADD    =    $(libdir)/libsomething.la
>> Is there a way of telling automake that libsomething.la may be in any of 
>> several directories?

Albert> What version of automake are you using? This isn't a libtool
Albert> question but an automake one. I think automake 1.5 will allow
Albert> you to specify separate directories for _LIBADD and handle the
Albert> dependencies correctly. You can reach the automake mailing
Albert> list at <address@hidden>.

I think he's asking: libsomething.la might appear in one of several
directories.  How do I tell automake and/or libtool that?

Gary, the only answer might be that you have to make this decision at
configure time.  Well, or do something unusually ugly like:

    program_LIBADD = `find-the-library-script libsomething.la`

I don't know if that will even work.  (It certainly isn't supported.)

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]