Hi, Scott A McConnell <[EMAIL PROTECTED]> writes:
> I am trying to figure out what needs to be changed in configuration to > support cross compilation. I don't think DirectFB needs to be changed at all. We use the standard tools autoconf/automake/make that provide support for cross compilation and we have successfully cross-compiled it. > At first glance I thought 'DESTDIR' was the solution to my problems but > I have not been able to figure out how to use it. DESTDIR is the standard way to solve your problem. Just configure and build the packages with the target-prefix, then install into the directory <dir> by using make DESTDIR=<dir> install Salut, Sven -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
