cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl with ssl on HP-11

From: Combes, Chris M. <ccombes_at_northropgrumman.com>
Date: Tue, 13 Aug 2002 09:18:39 -0400

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