I managed to compile mico after commenting the appropriate definitions in /include/mico/config.h, amongst others: HAVE_ASINL, HAVE_CEILL etc.
But now I got some linking issues, here's a little extract: ../libs/libmico2.3.12RC1.a(ssl.o):ssl.cc:(.text+0x5048): undefined reference to `_BIO_new' ../libs/libmico2.3.12RC1.a(ssl.o):ssl.cc:(.text+0x509b): undefined reference to `_BIO_ctrl' ../libs/libmico2.3.12RC1.a(ssl.o):ssl.cc:(.text+0x50a8): undefined reference to `_SSL_new' ... I hope, I get this solved, too. -Patrick Karel Gardas wrote: > On Mon, 26 Sep 2005, Patrick Gräbel wrote: > >> Hi, >> >> the INSTALL.txt of version 2.3.11 instructs to use the standard Unix >> procedure for compilation and installation. >> >> ./configure succeeds with creating config.h, but make gets stuck. It >> seems that Cygwin's math.h/cmath does not provide the required >> asinl-function: >> >> ../include/mico/os-math.h:413: error: `asinl' undeclared (first use this >> function) >> ../include/mico/os-math.h:413: error: (Each undeclared identifier is >> reported only once for each function it appears in.) >> >> I always running an updated Cygwin environment, currently using gcc >> 3.4.4. >> >> What am I doing wrong? Do I have to use older versions of the compiler >> and/or Mico? > > > Could you be so kind and let us know if when you use gcc 3.3.x, you are > or not able to compile MICO? > > Thanks, > Karel > -- > Karel Gardas [EMAIL PROTECTED] > ObjectSecurity Ltd. http://www.objectsecurity.com > --- > Need experienced, fast, reliable technical MICO support? > ---> http://www.objectsecurity.com/commsup.html <--- > --- _______________________________________________ Mico-devel mailing list [email protected] http://www.mico.org/mailman/listinfo/mico-devel
