Re: [mico-devel] Building mico on Cygwin

2006-10-13 Thread Karel Gardas
Hi, please do not do it! The demos you've copied are for old basic object adapter which was already removed from the MICO 2.3.12 release. Please rather have a look into bundled examples in demo/poa directory. They are counterparts of old BOA demos and should just work. Cheers, Karel On

Re: [mico-devel] Building mico on Cygwin

2006-10-12 Thread Karel Gardas
Hi, I'm curious if the change in LDLIBS is unnecessary or not. Could you be so kind and: 1) check that you do have -lssl -lcrypto defined in CONFLIBS variable in top-level MakeVars file and 2) apply attached patch and test if it is working correctly? (you'll needed to revert your

Re: [mico-devel] Building mico on Cygwin

2006-10-12 Thread Arun Biyani
Karel Gardas wrote: Hi, I'm curious if the change in LDLIBS is unnecessary or not. Could you be so kind and: 1) check that you do have -lssl -lcrypto defined in CONFLIBS variable in top-level MakeVars file and 2) apply attached patch and test if it is working correctly? (you'll needed

Re: [mico-devel] Building mico on Cygwin

2006-10-10 Thread Patrick Gräbel
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