Re: Search paths with duplicated .la libraries

2001-07-04 Thread Brian May
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> Yep. In general, you can't have multiple libraries Alexandre> with the same base name. This is a real problem when compiling a package in a non-standard location (eg. when creating Debian packages). If an old c

Re: Search paths with duplicated .la libraries

2001-07-04 Thread Alexandre Oliva
On Jun 25, 2001, [EMAIL PROTECTED] wrote: > If I: > libtool --mode-link cc -L/opt/dir2 -L/opt/dir1 ... > then libtool uses /opt/dir2/libfoo.la. However, if I: > libtool --mode-link cc -L/opt/dir1 -L/opt/dir2 ... > then libtool uses /opt/dir1/libfoo.la even though a shared library > exists in