cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Not able to cross-compile curl for ARM uClinux

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 14 Dec 2012 22:56:14 +0100 (CET)

On Fri, 14 Dec 2012, Bernard Evensrud wrote:

> Can I in some way compile this manually, without running configure?

The problem isn't configure - the problem is that your compiler is built to
not use the basic C environment setup automatically. You can probably convince
configure to go through by using LIBS=-lc to start with, and possibly by
adding more libraries and possibly crt0.o etc manually.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-12-14