curl-library
RE: libcurl with ssl on HP-11
Date: Tue, 13 Aug 2002 17:13:16 +0300
Can you send me a sample of that Makefile please? I have tried to set CFLAGS
and nothing was changed. Maybe I am not doing that correctly...
:) Have a good day.
Ofira Shaer
ext. 4518
-----Original Message-----
From: Combes, Chris M. [mailto:ccombes_at_northropgrumman.com]
Sent: Tuesday, August 13, 2002 4:19 PM
To: Shaer, Ofira
Cc: Daniel Stenberg; libcurl Mailing list
Subject: Re: libcurl with ssl on HP-11
In our local setup we use a top-level makefile
which contains...
export CC := cc
export CFLAGS := $(CFLAGS) -Wl,+n \
-I$(PROJECT)/<path>/openssl-0.9.6/include \
-L$(PROJECT)/<path>/openssl-0.9.6/
Perhaps setting CFLAGS makes a difference?
Chris
Daniel Stenberg wrote:
>
> On Tue, 13 Aug 2002, Shaer, Ofira wrote:
>
> > I am trying, for a few days now, to compile libcurl with ssl .
> > This is what I do:
> > --------------------------------------------------
> > tar -xvf curl-7.9.8.tar
> > cd curl-7.9.8
> > export CPPFLAGS="-I/users/oshaer/openssl/include"
> > export LDFLAG="-L/users/oshaer/openssl/lib"
> > CC=cc ./configure --prefix=/users/oshaer/curlssl
> > --with-ssl=/users/oshaer/openssl
> > gmake
> > gmake test
> > gmake install
-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
Received on 2002-08-13