On Fri, Oct 31, 2003 at 12:53:49PM +0100, Florent Gilain wrote:
> Andreas,
> 
> Hee is the new output (in french, i try to translate it for you...)
> 
> g++  -g -O2 -Wall -fno-exceptions -O2 -I/usr/local/ssl/include   -o
> bincimap-up  arg-arg.o arg-error.o arg-parser.o authenticate.o base64.o
> bincimap-up.o broker.o convert.o greeting.o imapparser.o io.o io-ssl.o
> operator-authenticate.o operator-capability.o operator-noop.o
> operator-login.o operator-logout.o operator-starttls.o recursivedescent.o
> session.o session-initialize-bincimap-up.o status.o storage.o
> storageparser.o tools.o -ldl
> Symbole (symbol)                premiere reference (first reference)
>  non defini (undefined)                        dans le fichier (in file)
> SSL_set_wfd                         io-ssl.o

Try adding -L/usr/local/ssl/lib -lssl -lcrypto to LDFLAGS (or wherever you
find -ldl) in Makefiles and rerun make.


//Peter

Reply via email to