I had a problem similar to yours, I have a networking library with some
example programs. I have it set up to compile the sample programs after the
library, but before anything is installed. This works, even though my simple
knowledge tells me the sample program requires the lib to be installed. I
Ok, thanks for the help. Right now I'm building the lib with:
make libprogram.la install-data // to export the header files and
make libprogram.la install-libLTLIBRARIES // for the library itself
I'll try the example you showed me,
Take Care ...
On 10/8/07, Ralf Wildenhues <[EMAIL PROTECTED]
Hello Roberto,
* Roberto Alejandro Espí Muñoz wrote on Sun, Oct 07, 2007 at 04:25:57AM CEST:
> I have 4 targets defined in my program. Three are binaries and one is a
> library. One of those programs depends on the library being built and
> installed in it's proper location in the system with it