* [EMAIL PROTECTED] wrote on Mon, Nov 05, 2007 at 11:03:36PM CET: > > Thanks a lot. I used the second method, and it works. But '.la' file still > exists after 'make install'. I am wondering if we should keep this file, > if not, how to remove it?
You should keep it. It helps those that link against your installed library using libtool. Cheers, Ralf
