Hello.
I want set curl on iLiad. I've downloaded sources from web site.
I made
./configure.sh host=arm-linux export=/usr/curl/;make;make install
And then i've past /usr/curl/ on iLiad.
When I do ./curl, I got the error :
curl word unexpected (expecting ")")
Must I copy libs in arm_linux/lib (toolchain) on iliad ?
Thanks