Forum

Compile error under Cygwin

Hugo Leisink
17 August 2005, 18:22
If you receive the following compile error under Cygwin

ld: crt1.o: No such file: No such file or directory


just redo the last compile line (the -pthread can be left out):

gcc  -g -O2 -o hiawatha.exe *.o -lcrypt -lssl -lcrypto
This topic has been closed.