[Activetcl] problems building sybtcl
by Larry W. Virden other posts by this author
Jun 17 2008 4:24AM messages near this date
view in the new Beta List Site
Re: [Activetcl] okay, I think I found my problem
|
[Activetcl] Need help on Telnet to Linux(Solaris SPARC) machine
I'm trying to build sybtcl, using ActiveTcl 8.4.19 as my base tcl.
Sybtcl has a configure in its top level directory, and it has a unix
sub-directory.
When I build in the unix subdirectory, the developers tell me the
results are missing symbols, and I see there is no reference to tcl stubs
library there.
So today, I try using the top level configure and makefile, which do reference
the tcl stubs directory.
I type:
./configure --enable-shared --enable-symbols --prefix=/vol/tcl_linux/extras --with-tcl=/vol
/tcl_linux/ActiveTcl-8.4.19/lib
However, when the makefile goes to create the shared library, I get:
gcc -shared -g -fPIC -o libsybtcl3.0g.so sybtcl.o -L/vol/tcl_linux/ActiveTcl-8.4.19/lib
-ltclstub8.4 -Wl,-rpath,/vol/sybin/15.0/lib -L/vol/sybin/15.0/lib -lsybdb
/usr/bin/ld: skipping incompatible /vol/tcl_linux/ActiveTcl-8.4.19/lib/libtclstub8.4.a when
searching for -ltclstub8.4
/usr/bin/ld: cannot find -ltclstub8.4
collect2: ld returned 1 exit status
gmake: *** [libsybtcl3.0g.so] Error 1
I am using ActiveTcl8.4.19.0.285137-linux-ix86.tar.gz as the base and
the latest cvs head for sybtcl.
My system says:
$ uname -a
Linux mymachine 2.6.9-42.0.10.ELlargesmp #1 SMP Fri Feb 16 17:25:40 EST 2007 x86_64
Has anyone any idea what is going wrong here?
--
Tcl - The glue of a new generation. <URL: http://wiki.tcl.tk/ >
Larry W. Virden <mailto:lvirden@[...].org> <URL: http://www.purl.org/NET/lvirden/ >
Even if explicitly stated to the contrary, nothing in this posting should
be construed as representing my employer's opinions.
-> <-
_______________________________________________
ActiveTcl mailing list
ActiveTcl@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
|