compiling libxml with iconv for mips and arm
deepthi.kallahakalla_at_lntinfotech.com
Date: 08/04/05
- Next message: Dharmesh Patel: "using "diff""
- Previous message: Aaron Gray: "Re: Lions' Commentary on Unix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 3 Aug 2005 22:10:33 -0700
Hai All,
I am facing problem while parsing a xml file which has enu-kr encoding.
I am able to run my program on linux...but on the mips, since this
library is not present, I have compiled libxml with iconv library. But
still it is not able to parse the xml file which has enu-kr encoding.
I have downloaded libiconv-1.9.1 inconv library. i crosscompiled it for
mips.
i configured it using this configure command..
./configure --prefix=$HOME/deepthi/temp/ --without-python
--host=mips-hardhat-linux
CC=/opt/montavista/pro/devkit/mips/fp_be/bin/mips_fp_be-gcc
CXX=/opt/montavista/pro/devkit/mips/fp_be/bin/mips_fp_be-g++
RANLIB=/opt/montavista/pro/devkit/mips/fp_be/bin/mips_fp_be-ranlib
and did make and make install.
It compiled without any errors.
Then i recompiled xml library libxml2-2.6.8 with iconv library
1.9.1,using --with-iconv and --with-iconv-dir options.
The libxml is getting compiled, but i am not able to resolve the issue
on the mips board.
The xml lib is not able to parse the file.
One more thing is, when i compile iconv for mips, its not creating
iconv.a static file, it creates only iconv.la and other .so files.
Does anyone have any idea on this.
Please let me know.
This is very urgent and important for us...
Thanks and regards,
Deepthi
- Next message: Dharmesh Patel: "using "diff""
- Previous message: Aaron Gray: "Re: Lions' Commentary on Unix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|