[OTR-users] Solaris 10 Compile problems
Al Banks
abanks at bcianswers.com
Mon Oct 31 16:05:51 EST 2005
Has anyone attempted to compile gaim-otr and libotr on Solaris 10?
./configure works fine, given the correct path to libgcrypt, but compile
stops here:
bash-3.00# make
make all-recursive
make[1]: Entering directory `/export/home/abanks/download/libotr-2.0.2'
Making all in src
make[2]: Entering directory `/export/home/abanks/download/libotr-2.0.2/src'
/bin/bash ../libtool --mode=link gcc -g -O2 -o libotr.la -rpath
/usr/local/lib -version-info 1:2:0 -L/opt/csw/lib -lgcrypt
-L/opt/csw/lib -lgpg-error privkey.lo context.lo proto.lo b64.lo dh.lo
mem.lo message.lo userstate.lo tlv.lo
rm -fr .libs/libotr.so .libs/libotr.so.1 .libs/libotr.so.1.0.2
gcc -shared -Wl,-h -Wl,libotr.so.1 -o .libs/libotr.so.1.0.2
.libs/privkey.o .libs/context.o .libs/proto.o .libs/b64.o .libs/dh.o
.libs/mem.o .libs/message.o .libs/userstate.o .libs/tlv.o
-R/opt/csw/lib -R/opt/csw/lib -L/opt/csw/lib /opt/csw/lib/libgcrypt.so
/opt/csw/lib/libgpg-error.so -lc
(cd .libs && rm -f libotr.so.1 && ln -s libotr.so.1.0.2 libotr.so.1)
(cd .libs && rm -f libotr.so && ln -s libotr.so.1.0.2 libotr.so)
false cru .libs/libotr.a privkey.o context.o proto.o b64.o dh.o mem.o
message.o userstate.o tlv.o
make[2]: *** [libotr.la] Error 1
make[2]: Leaving directory `/export/home/abanks/download/libotr-2.0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/abanks/download/libotr-2.0.2'
make: *** [all] Error 2
Any ideas?
Thanks!
-A
More information about the OTR-users
mailing list