Quoting Teresa Tao ([EMAIL PROTECTED]): > Hi there, > > Has anyone build the DirectFB under the Mips platform and actually run a directfb > application? Could you instruct how to make the DirectFB library under the mips? > Where to define the cross-compiler......?
You have to export the environment variables CC and LD, e.g. export CC=mips-linux-gcc export LD=mips-linux-ld After that you just need to run configure or autogen.sh, but make sure that there is no config.cache, otherwise it might not use the new compiler. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
