On Thu, 7 Mar 2002 12:20:44 +0100, Mateo Garcia, Carlos wrote: >What is the easiest way to compile and link against the libraries installed in the >embedded system? (provided I don't want to downgrade the libraries in my development >machine.
I've never used differing version of glib on my systems so I'm not much help. I either use the same or I use uClibc (http://uclibc.org). I suggest you go look at the uClibc build system wrapper as it does exactly what you want. I remember in the old version of uclibc there were several options that you provied to the compiler and ld that told it where to go find things. So you had to go add those to each makefile you used but uclibc now has a nifty little program that does all that for you allowing you to replace the CC=gcc in makefiles with CC=gcc-uclibc and it handles the rest. You should be able to customize that for you needs. There are also several crosss compiler howtos for all the various platforms. Going over those will probally help as well. -- Richard A. Smith Bitworks, Inc. [EMAIL PROTECTED] 501.846.5777 x204 Sr. Design Engineer http://www.bitworks.com -- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the command "unsubscribe linux-embedded" in the message body. For more information, see <http://waste.org/mail/linux-embedded>.