curl-library
RE: libcurl with ssl on HP-11
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 13 Aug 2002 13:20:34 +0200 (MET DST)
Date: Tue, 13 Aug 2002 13:20:34 +0200 (MET DST)
On Tue, 13 Aug 2002, Shaer, Ofira wrote:
> curl-7.9.8: curl-config --libs
> -L/users/oshaer/curlssl/lib -lcurl -L/users/oshaer/openssl/lib -lssl
> -lcrypto
>
> curl-7.9.8: curl-config --cflags
> -I/users/oshaer/curlssl/include
So what if you compile your example program with the arguments in that same
order?
Like with a one-liner like this:
$ `curl-config --cc --cflags --libs` -o ftpget ftpget.c
-- Daniel Stenberg -- curl related mails on curl related mailing lists please ------------------------------------------------------- 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=31Received on 2002-08-13