On Wed, 18 Jul 2001, Thiago Vinhas de Moraes wrote:

> Bero,
>
> How can I change the application to compile with the kde1 compat libs ??
> Porting the application is too much for my brain at this time. Maybe in a
> near future! ;-)

It's a bit tricky because the compat libraries are compiled with egcs to
preserve binary compatibility (after all, they are just compat packages
and shouldn't be used for anything new).

This (or something similar) should work:

export KDEDIR=/usr/lib/kde1-compat
export QTDIR=/usr/lib/qt-1.45
export CC="egcs -L/usr/lib"
export CXX="egcs++ -L/usr/lib"
./configure --whatever
make


LLaP
bero




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to