Operating System - HP-UX
1834150 Members
1968 Online
110064 Solutions
New Discussion

generating LIBCURL for 11i using aCC

 
SOLVED
Go to solution
nuwendam
Occasional Advisor

generating LIBCURL for 11i using aCC

Hi,

I downloaded CURL library from haxx site

I tried to generate libcurl using aCC instead of gcc

the CC=aCC ./configure step is done

Now I just dont' know what must be done in order to get the library

The makefiles not correct : make rejects them

Thanks.
2 REPLIES 2
rick jones
Honored Contributor
Solution

Re: generating LIBCURL for 11i using aCC

is cURL written in C, or C++? If C, you should probably use the ANSI C compiler, not aCC, which is a C++ compiler.
there is no rest for the wicked yet the virtuous have no pillows
linuxfan
Honored Contributor

Re: generating LIBCURL for 11i using aCC

Hi,

I have never used libCurl but looking at its documentation you can achieve the same functionality using libwww, wget and i know they both work on HP.

Also on their website
http://curl.haxx.se/download.html
they have binaries (in swinstall format for 10.20 and 11.0 but none for 11i, also i didn't see any reference to 11i in their documentation so i am not sure if it works on 11i yet or not)

Meanwhile you can get wget (in swinstall format from)

http://hpux.cs.utah.edu/hppd/hpux/Gnu/wget-1.7

or if you want to compile from the source
http://www.gnu.org/software/wget/wget.html


-HTH
Ramesh
They think they know but don't. At least I know I don't know - Socrates