cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Building libcurl for QNX

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 21 Aug 2009 10:14:00 +0200 (CEST)

On Fri, 21 Aug 2009, puneet sharma wrote:

> I am not able to do that with README instructions. Can someone help me in
> building libcurl for QNX with cares ?

So exactly at what step do you fail? What did you you try? How do you normally
build *nix/POSIX-like programs for QNX?

For just about everyone (on *nix-like systems) you first run

  $ ./configure && make && make isntall

in the c-ares dir, and then you run

  $ ./configure && make && make isntall

in the curl directory... I figure you typically cross-compile for QNX so you'd
also need to add some funky --target= options to the configure invokes.

-- 
  / daniel.haxx.se
Received on 2009-08-21