----------------------------------
You need a CVS version of ORBit to use Satellite!
-This does NOT work with ORBit 0.5.3 or earlier.
+This does NOT work with ORBit 0.5.5 or earlier.
-The latest version of ORBit in CVS requires glib-2.0 and has not been tested.
-Because of this we checkout a CVS version from a know safe date.
+The latest CVS version of ORBit in CVS requires glib-2.0 and has not been
+tested. Because of this we checkout a CVS version from a known safe date.
How to install ORBit from CVS
-----------------------------
http://download.2good.nu/satellite/ORBit-20000902.tgz
http://www.2good.com/satellite/ORBit-20000902.tgz
-(2) Run ./configure, gmake and gmake install
+(2) Set the environment variable CERTIFIED_GNOMIE to whatever you like.
+
+(3) Run ./configure, gmake and gmake install
+
dnl check for symbol giop_skip_atexit in libIIOP
AC_CHECK_LIB(IIOP, giop_skip_atexit, [true], [
- AC_MSG_ERROR([Your version of ORBit is out of date! You need a version newer than August 5, 2000.])
+ AC_MSG_ERROR([You need a CVS version of ORBit, please read ext/satallite/README])
], `$orbit_config --libs client`)
dnl ORBIT_CFLAGS=`$orbit_config --cflags client`