[mico-devel] Building mico on Cygwin
Patrick Gräbel
pgraebel at stud.fh-dortmund.de
Wed Oct 11 03:24:03 PDT 2006
Hi!
I experienced the same linking problem, but I solved it by adding the
lib "crypto" (and maybe "ssl") somewhere in the Makefile. Search for
gcc's "-l" parameter inside the Makefile (maybe more than a single one).
Seems that libssl depends on libcrypto which does not get linked via the
make procedure.
After building MICO you always have to link libcrypto/libssl to your
MICO-based projects.
-Patrick
More information about the Mico-devel
mailing list