Helmut Forren wrote:
[SNIP ALL]

I think you succeed to build and install in "build environment".

make install DESTDIR=root_path_to_install could help you to pack all files and distribute 
to the "host enviroment".


Hint:
It is not recommend  to use /usr/local as default prefix as when you build a 
native application the configure script may found headers and libraries 
installed under prefix /usr/local .

...gcc -v -E -x c /dev/null will show headers search path
...gcc -print-search-dirs show library search path and etc....


Roumen
P.S. Another hint is configuration with --with-sysroot= . This require cross-tools to be build with sysroot support and libxml source tree to be refreshed with files from libtool 2.4.

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to