help compiling orbit



I have no idea if this is the right mailing list or not but here it goes. . i'm trying to compile ORBit 0.3.98 but it's never finishes compiling and gives two undefined references:
 
 
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../../src -I../../../src  -I/usr/local/lib/glib/include -I/usr/local/include    -g -O2 -c name-client.c
/bin/sh ../../../libtool --mode=link gcc  -g -O2  -o name-client  name-client.o ../../../src/orb/libORBit.la                       ../../../src/IIOP/libIIOP.la                             ../../../src/ORBitutil/libORBitutil.la                  libORBitCosNaming.la
                                                -L/usr/local/lib -lglib                                                         -lm
gcc -g -O2 -o .libs/name-client name-client.o -Wl,--rpath -Wl,/usr/local/lib ../../../src/orb/.libs/libORBit.so -L/usr/local/lib -lglib -lm -Wl,--rpath -Wl,/usr/local/lib ../../../src/IIOP/.libs/libIIOP.so -Wl,--rpath -Wl,/usr/local/lib ../../../src/ORBitutil/.libs/libORBitutil.so -Wl,--rpath -Wl,/usr/local/lib .libs/libORBitCosNaming.so -L/usr/local/lib -lglib -lm
../../../src/IIOP/.libs/libIIOP.so: undefined reference to `allow_severity'
../../../src/IIOP/.libs/libIIOP.so: undefined reference to `deny_severity'
collect2: ld returned 1 exit status
make[4]: *** [name-client] Error 1
make[4]: Leaving directory `/home/capsta/gnome/compile/ORBit-0.3.98/src/services/name'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/capsta/gnome/compile/ORBit-0.3.98/src/services'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/capsta/gnome/compile/ORBit-0.3.98/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/capsta/gnome/compile/ORBit-0.3.98'
make: *** [all-recursive-am] Error 2
 
I have absolutely no idea what to do next.  i'm running the configure script with configure --disable-nls.
 
help please :(
 
-Sinh
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]