Re: Multiple link directories

2002-03-03 Thread Gary Hughes
Hi Tom, Yep, that was exactly what I asked. I tried the automake list however I got no response. Has this never been raised by anyone before? It would seem like a fairly common thing to do, certainly in the environments I've worked in. And given that you can specify multiple -L options to lin

Multiple link directories

2002-02-28 Thread Gary Hughes
Hi, Is there anyway to specify mutiple directories for a libtool library referenced in a _LIBADD statement? i.e. Instead of writing program_LIBADD=$(libdir)/libsomething.la Is there a way of telling automake that libsomething.la may be in any of several directories? The reason is th