The right way to go in automake plus libtool

2008-01-31 Thread Roger Ferrer Ibanez
Hi, maybe this sounds quite a naive question about using libtool in automake but I don't know how to do it right. I have an automake project with several directories, e.g A, B, C, where A and B build both shared libraries, let's say them libA.la and libB.la. C directory creates an

Re: The right way to go in automake plus libtool

2008-01-31 Thread Bob Friesenhahn
On Thu, 31 Jan 2008, Roger Ferrer Ibanez wrote: This works fine all the time (both running from the build directory and from the installe executable) but libtool complains, when doing 'make install' that it has to relink libB.la so I suspect that this is not the proper way to go. This