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 Thu

Re: [mico-devel] Building mico on Cygwin

2006-10-12 Thread Arun Biyani
I am trying to build & execute the example (client + server in 1 file) from the book "Mico An Open Source..." by Arno Puder... I copied the directory *boa* into mico/demo. First I had compile errors because iostream.h was not included. I also had to change Account_skel to Account since account.

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 t

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 changes

Re: [mico-devel] Building mico on Cygwin

2006-10-11 Thread Arun Biyani
Patrick Gräbel wrote: 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

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 pro

[mico-devel] Building mico on Cygwin

2006-10-10 Thread Arun Biyani
I am trying to build "mico" under Cygwin. I have read INSTALL.txt and have installed the tools (gcc) as well as openssl package. Still, I get the following errors while building - ../libs/libmico2.3.12.a(ssl.o):ssl.cc:(.text+0x53db): undefined reference to `_BIO_ctrl' ../libs/libmico2.3.12.a(s