error in cross-compiling libwww
"Mildred Frisco" <[email protected]> Thu, 6 Feb 2003 18:50:31 +0800
| Newsgroups | gmane.comp.web.viewml.devel |
|---|---|
| Message-ID | <[email protected]> |
Yes I have set the environment variable for compilers to that of arm linux,
e.g. CC=arm-linux-gcc CXX=arm-linux-g++ then make -e, as what Jason Kingan
said. But I had this error ....
checking size of char.... configure error:can not run test program while
cross
compiling.
What could be wrong ?
Mildred
From: "???" <[email protected]>
Subject: Re: Re: viewml binary, help in ldconfig and shared
libraries
Date: Thu, 6 Feb 2003 11:46:00 +0900 (KST)
To: [email protected]
You can compile w3c lib as changin the variable CC in all Makefile
of subdirctory.
Change gcc to arm-linux-gcc or your cross compile command.
After that run install. Then all library file copied in /usr/lib of
your host.
And compile vieml. Copy all library on /usr/lib of your target system.
run viewml on your target.
Good Luck.