Greetings, When making, try this:
make CROSS_COMPILE_PREFIX=<path to your target's root file system> The reason behind this is the libtool *.la files have something like this in them: $(CROSS_COMPILE_PREFIX)/usr/lib/<library name> You may be tempted to set this as an exported environment variable, but don't as it will wreck other parts of the build. See my previous post on build GTK+ for more info: http://thread.gmane.org/gmane.linux.davinci/5919 Regards, David DAVID A. KONDRAD Software Design Engineer On-Q/Legrand www.onqlegrand.com _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
