Linux Arm & Expat
Mark Buster <[email protected]> Tue, 08 Jan 2008 09:01:47 -0600
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Hopefully this isn't too stupid of a request. I am new to cross compiling & linux in general. I have installed expat with the following sequence (hopefully correctly) as needed for my Cross compiler. Maybe this is where I'm lost.. ./configure --prefix=/usr/local/arm/3.4 --host=arm-linux CC=arm-linux-gcc make CC=arm-linux-gcc make install I am able to compile and link an example program like so: arm-linux-gcc ./outline.c -lexpat -o outline This compiles with no errors. When I transfer the executable over to the target and run it, I get the following error: " can't load library 'libexpat.so.1' " Now it is my understanding that this should have all been included during the build. Am I linking improperly? I'm not overly familiar with the process. Any help would be greatly appreciated. -- Mark Buster Systems Design & Consulting 217 Swan Street West Burlington, IA 52655 (319) 572-6617 [email protected]