cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: library build failure for ARM platform "../lib/.libs/libcurl.so: No such file or directory"

From: Rob Desbois <rob.desbois_at_gmail.com>
Date: Wed, 13 Feb 2008 12:17:06 +0000

On Feb 13, 2008 11:51 AM, Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Wed, 13 Feb 2008, Rob Desbois wrote:
>
> > $ strace arm-none-linux-gnueabi-gcc -g -O2 -o .libs/curl main.o
> > hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o
> > curlutil.o strtoofft.o strdup.o ../lib/.libs/libcurl.so -Wl,--rpath
> > -Wl,/usr/local/lib
> > arm-none-linux-gnueabi-gcc: ../lib/.libs/libcurl.so: No such file or directory
>
> and does "ls -l ../lib/.libs/libcurl.so" (run in the same directory) really
> show you the file?

Yes, but it's a symbolic link.

> If so, it sounds like your toolchain is broken somehow.

Further investigation, now along the right lines :-) shows that this
doesn't work under the toolchain but does under Cygwin's default
toolchain. For some reason it seems unable to follow the symlink.

--rob
Received on 2008-02-13