From kde-devel Fri May 14 13:56:25 2004 From: Luciano Montanaro Date: Fri, 14 May 2004 13:56:25 +0000 To: kde-devel Subject: Can the autotools handle cross-compilation? Message-Id: <200405141556.25444.mikelima () virgilio ! it> X-MARC-Message: https://marc.info/?l=kde-devel&m=108454303203473 Here is my problem: Currently, to build kdenox (the embedded version of konqueror), an installed version of kdelibs is required. It is needed, I think, only for the dcopidl - dcopidl2cpp programs. I'd like to bundle the needed dcop files in the tarball. That's easy enough to do. The problem is that kdenox main use is on embedded systems, and it is cross-compiled. So I have to build the dcop programs with the native compiler of the machine used for the build, and the rest with the cross compiler. Is there some autotools macro that can be used to specify what compiler to use for each? Given that configure has --build and --host parameters, this should be doable. Can some autotools expert out there help me? Thanks, Luciano >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<