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