From kde-commits Mon Nov 01 12:43:40 1999 From: weis Date: Mon, 01 Nov 1999 12:43:40 +0000 To: kde-commits Subject: Re: Anyone want to look at a libtool problem? ;-) X-MARC-Message: https://marc.info/?l=kde-commits&m=94146030512105 Hi, Had the same problem with killustrator. However, adding --L../filter -lfilter to the LIBADD line of killustrator seemed to work, but I think it did not really. The executable links libkillustrator.la which means that the executable links the *.a files and not the shared lib. So coolo, if you fix that in kdvi tell me what to do with killu, too :-) Bye Torben On Sun, 31 Oct 1999, Mosfet wrote: > Hi. As the earlier logs show I ported kdvi to KParts/Konq. In doing this > I needed to make most of it a shared library (libkdvi) and I hacked the > Makefile.am to link to the kpathsea static library in the kdvi > directory. > > Regretfully, my hack didn't work - it's linking to the system kpathsea > library and everything I try makes libtool error with "Cannot link to > non-libtool objects". KPathsea doesn't use libtool tho and is built > static so I am hurting with this. Can anyone look at it? > > BTW: The shared library libkdvi *must* be the one linked to kpathsea, > *not* the kdvi executable. > > -- > Daniel M. Duley - Unix developer & sys admin. > mosfet@mandrakesoft.com > mosfet@kde.org > mosfet@jorsm.com > >