From: Rafael L. <rla...@us...> - 2003-03-03 00:43:18
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv2985a Modified Files: sysloc.in Log Message: Changed the occurences of -l{nn,csa} to $(top_builddir)/lib/*/lib*.la. When using Libtool, this is the Right Way (TM) of doing things. The lib*.la files should always be used for linking, even if those libraries will get installed in the system later. The problem with using -l{nn,csa} is that in some cases the library installed in the system (in /usr/lib, say) is used instead of those built in the source tree. I have been bitten by this bug already. |