Re: SSL and LIBWWW: compiling error in program

2001-01-31 Thread Lutz Jaenicke
On Wed, Jan 31, 2001 at 04:42:47PM +0100, Sven Laaks wrote: > Hi, > I use this commandline: > gcc -o test `libwww-config --cflags` ssltest.c `libwww-config > --libs` > I tried it also with: > gcc -static -o test . > The libwww-library is compiled with ssl-support and the > libwww-confi

Re: SSL and LIBWWW: compiling error in program

2001-01-31 Thread Sven Laaks
Hi, I use this commandline: gcc -o test `libwww-config --cflags` ssltest.c `libwww-config --libs` I tried it also with: gcc -static -o test . The libwww-library is compiled with ssl-support and the libwww-config-file is not modified. The example "wwwssl" in the example-dir works fine,