cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: problem when install curl on IBM AIX

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 24 Jan 2007 13:28:17 +0100 (CET)

On Wed, 24 Jan 2007, liuyy_at_cma.gov.cn wrote:

> still 64 bits problem. When I install curl on IBM AIX and I want to
> compile 64 bits curl library . I set CFLAGS=-maix64(gcc). But on IBM AIX ,
> make 64 bits library need command "ar -X64". I cann't find the place to
> configure ar flags.
> So how can I set -X64 flags to ar?

The running of 'ar' is made by the 'libtool' script, so you could probably
just edit that file ($buildroot/libtool) and change the AR or AR_FLAGS
assignment to use your desired options there and rerun make.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2007-01-24