Dear list, I configured like this:
./configure --prefix=/usr/local/mico-2.3.11 --enable-threads --enable-pthreads --without-x And here is the error from compiling with gcc-3.3.4 on solaris: c++ -I../include -O2 -Wall -D_REENTRANT -DPIC -fPIC -c os-unix.cc -o os-unix.pic.o In file included from ../include/mico/os-thread.h:116, from ../include/CORBA.h:159, from ../include/CORBA-SMALL.h:52, from os-unix.cc:34: ../include/mico/os-thread/pthreads.h:402: error: 'pthread_rwlock_t' is used as a type, but is not defined as a type. ../include/mico/os-thread/pthreads.h: In member function `void MICOMT::RWLock::rdlock()': ../include/mico/os-thread/pthreads.h:366: error: `_rwlock' undeclared (first use this function) ../include/mico/os-thread/pthreads.h:366: error: (Each undeclared identifier is reported only once for each function it appears in.) ../include/mico/os-thread/pthreads.h:366: error: `pthread_rwlock_rdlock' undeclared (first use this function) ../include/mico/os-thread/pthreads.h: In member function `void MICOMT::RWLock::wrlock()': ../include/mico/os-thread/pthreads.h:382: error: `pthread_rwlock_wrlock' undeclared (first use this function) ../include/mico/os-thread/pthreads.h: In member function `void MICOMT::RWLock::unlock()': ../include/mico/os-thread/pthreads.h:398: error: `pthread_rwlock_unlock' undeclared (first use this function) make.3.77[1]: *** [os-unix.pic.o] Error 1 make.3.77[1]: Leaving directory `/export/home/v605909/scheduler.threadsafe/mico/orb' make.3.77: *** [system] Error 1 Thanks to any and all... Don --------- Original Message -------- From: Karel Gardas <[EMAIL PROTECTED]> To: Donald Dade <[EMAIL PROTECTED]> Cc: [email protected] Subject: Re: [mico-devel] 2.3.11 compile problems on Solaris Date: 19/09/05 17:57 > > > Hello, > > first of all, I would highly recommend you to test MICO 2.3.12 RC1, > downloadable from here: > http://www.mico.org/snapshots/ > > And If there are any problems, please report them here. Also if the issue > it a compilation error, then please do not forget to post copy of the > error together with your message. > > 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 <--- > --- > > On Mon, 19 Sep 2005, Donald Dade wrote: > > > Hello list, > > > > Are there any known issues with 2.3.11 on Solaris with gcc 3.3.4? > > > > When I configure with --enable-threads --enable-pthreads, I get compile > > errors in os-threads.cpp. A different but similar error when I configure > > with --enable-solaris-threads. I can post the exact error message soon; I am > > recompiling now. > > > > I can easily switch gcc versions, but has anyone else encountered this? > > > > Thank you, > > > > Don > > > > _______________________________________________ > > Mico-devel mailing list > > [email protected] > > http://www.mico.org/mailman/listinfo/mico-devel > > > > > > > > _______________________________________________ Mico-devel mailing list [email protected] http://www.mico.org/mailman/listinfo/mico-devel
