* Tcl/Tk under ultrapenguin-1.0.9
@ 1998-10-28 13:25 Thierry Lafage
1998-10-28 14:05 ` David S. Miller
1998-10-29 9:02 ` Thierry Lafage
0 siblings, 2 replies; 3+ messages in thread
From: Thierry Lafage @ 1998-10-28 13:25 UTC (permalink / raw)
To: ultralinux
Hello,
I want to use a shared library with `wish', and it currently does not
work:
[thierry@paranormale tkisem]$ wish
% load ./tkisem.so
couldn't load file "./tkisem.so": /usr/lib/libstdc++.so.2.7.2: undefined symbol: __find_first_exception_table_match
% ^D
[thierry@paranormale tkisem]$ nm -P /usr/lib/gcc-lib/sparc-redhat-linux/2.7.2.3/libgcc.a | grep '__find_first_exception_table_match'
__find_first_exception_table_match T 0000000000000078
[thierry@paranormale tkisem]$ rpm -qf `which wish`
tk-8.0-12
[thierry@paranormale tkisem]$
So I guess the package `tk-8.0-12' was not compiled with the same gcc
version. Or I missed something.
On the other hand, I tried to re-compile re-build Tcl/Tk from
`tcltk-8.0-12.src.rpm'. But `configure' sometimes hangs on doing
nothing (as reported by `top'). Typing Control-D allows to go on, but
the configuration seems to be wrong (it "pseudo-segfaults").
[root@paranormale SPECS]# rpm -bb --buildarch sparc tcltk-8.0.spec
[...]
+ cd ../..
+ cd expect-5.24
+ CFLAGS=-O2 -D_REENTRANT
+ ./configure --enable-gcc --enable-shared --prefix=/usr
[...]
checking whether using a cross-compiler... /* It waits here */
^D
./configure: line 1449: 11995 Segmentation fault ( ./conftest; exit )2>/dev/null
Any help appreciated.
Thierry.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~1998-10-29 9:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1998-10-28 13:25 Tcl/Tk under ultrapenguin-1.0.9 Thierry Lafage
1998-10-28 14:05 ` David S. Miller
1998-10-29 9:02 ` Thierry Lafage
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.