cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Possible Curl-7.28.1 compiler error message on aCC compiler

From: Yang Tse <yangsita_at_gmail.com>
Date: Wed, 12 Dec 2012 00:50:25 +0100

On Tue, Dec 11, 2012 at 6:56 PM, Frank Chang <frank_chang91_at_hotmail.com> wrote:

> On HPUX B.11.11 using the aCC compiler, we obtain the
> following compile error shown below, Error 20: "/usr/include/sys/rw_lock.h",
> line 169 # ';' expected before 'probably'.
> This is probably not a good thing....
>
> Could anyone suggest how we might get around this problem? Thank you.

aCC compiler is HP-UX C++ compiler. You should use the C compiler instead.

cc is HP-UX C compiler.

Use CC=cc instead of CC=aCC

-- 
-=[Yang]=-
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-12-12