[bt-devel] compile qt static

Joachim Ansorg bt-devel@crosswire.org
Thu, 3 May 2001 16:50:43 +0200


Hi!

> Joachim Ansorg wrote:
> > Hi Brook!
> >
> > This looks like a missing X11 library. Try to add -lXext and -lLX11 to
> > the linker line (try to edit the makefile).
> >
> > Was it really possible to compile KDE as static lib? I never got it
> > working.
>
> Yes mandrake 8.0 comes with the kde and qt static libs as packages.
> the only thing I had to do was move on of the kde dynamic libs out of
> the way, in my case it was libkfile.so, then I edited the makefile in
> the bibletime directory and added -static before -lkfile and the next
> time I compiled it all the kde libs compiled in static.
>
> I already know that -lXext is already linked in but not sure about the
> other one.

I just noticed it is a typo. It should be -lX11 .


Joachim