From kde-core-devel Sat Jan 01 20:50:55 2000 From: Alex Zepeda Date: Sat, 01 Jan 2000 20:50:55 +0000 To: kde-core-devel Subject: Re: libkonqueror? EH? X-MARC-Message: https://marc.info/?l=kde-core-devel&m=94675989818510 On Fri, 31 Dec 1999, Stephan Kulow wrote: > Do you get undefined references right from htmlview? > In any case, you seem to mix libltdl and libtool Well libltdl is part of libtool, so I use the names interchangably. Needless to say, libltdl seems to just slow things down, and makes debugging very hard. > as libtool doesn't do any dlsyms. In case you have real trouble (which > seems to be true :), try to use -dlopen on the generated libraries > while linking the executable. Where? > This should also work on libraries, but will only affect the generated > .la file to make libtool do the real -dlopen while creating konqueror. > Note that all of this is a bit tricky to do portable (and having > possible static libs in mind - which we do not have, but has support > for that, which we used for kcontrol and koffice once) What exactly does it do? - alex