Re: libtool picks the wrong library

2000-03-29 Thread Michael Bletzinger
The multi-language-branch does not have this problem. I'll go ahead and use this baseline for now. Michael Michael Bletzinger wrote: > > Hello, > I found a couple of problems that were causing this. The first is that > ltmain.sh does not like a space between the -L and the pat

Re: libtool picks the wrong library

2000-03-28 Thread Michael Bletzinger
Hello, I found a couple of problems that were causing this. The first is that ltmain.sh does not like a space between the -L and the path so: -L @RPM_PREFIX@/lib -lrpm should be -L@RPM_PREFIX@/lib -lrpm I don't have an answer for this right now because the fix involves saving previous a

libtool picks the wrong library

2000-03-27 Thread Michael Bletzinger
Hello Everyone, I have an automake target that looks like this: noinst_LTLIBRARIES = liblocate_paths.la liblocate_paths_la_SOURCES = \ locate_paths.c \ locate_paths.h liblocate_paths_la_LIBADD = -L @RPM_PREFIX@/lib -lrpm Which generates the following libtool command /bin/sh