Am Freitag 29 April 2005 10:51 schrieb David Faure: > Sure python is installed. But how does a build system which doesn't create .la files > manage portability on systems where .la files are needed, e.g. for dlopening, > including dependent libraries (which are usually listed in the .la file)? Sure it can't do that? .la files are really pretty easy to write. Dependent libraries in .la files are only really needed when linking statically - and we do not support that anyway. So you would need to write out .la files to please lt_dlopen. > > scons is probably great on linux and *BSD, but did anyone try it on the > more "exotic" platforms that KDE supports? > Like Windows? I heared rumours ;) I'm also very interested in hearing problems with it on AIX and HP-UX, but I'm afraid we will hear after 4.0 about these problems ;( Greetings, Stephan >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<