Re: [xml] Trying to make libxml2 for arm (TI DaVinci)



Helmut Forren wrote:
Then try ./configure ... --host=arm-none-linux-gnueabi
I expect in /opt/arm-2009q1/bin you to find a number of executables
prefixed by arm-none-linux-gnueabi- , as exemple
arm-none-linux-gnueabi-gcc . So before to run configure set PATH
PATH=/opt/arm-2009q1/bin:$PATH
export PATH

Roumen
"./configure --host=arm-none-linux-gnueabi" seems to work (I had no value
I wanted in your elipses marks).  "make" worked after that.  However,
"sudo make install" died with the following:
I guess when you run sudo path to XXX-ranlib is lost.

Lets try to install with following as non-root user
$ make install DESTDIR=/tmp/XXXX

If above install work then you should setup sudo path . I could not help more as I don't use sudo.

libtool: install: arm-none-linux-gnueabi-ranlib /usr/local/lib/libxml2.a
./libtool: line 1119: arm-none-linux-gnueabi-ranlib: command not found
make[2]: *** [install-libLTLIBRARIES] Error 127
[]

Roumen




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]