I'm trying to compile BLT2.4y with Tcl/Tk 8.3.3 installed and I get the following error:
gcc -Wall -O6 -I. -I. -I/usr/openwin/include -I/export/home/seir/tcl/include -R /export/home/seir/tcl/lib:/ usr/openwin/lib -o bltwish \ -DTCLLIBPATH=\"/export/home/seir/tcl/lib/tcl8.3\" \ ./bltUnixMain.c libBLT.a -L/export/home/seir/tcl/lib -ltk8.3 -ltcl8.3 -L/usr/openwin/lib -lX11 -lm -l nsl -lsocket -ldl In file included from /export/home/seir/tcl/include/tk.h:83, from bltUnixMain.c:50: /usr/openwin/include/X11/Xlib.h:32: warning: ignoring #pragma ident collect2: ld terminated with signal 11 [Fallo de segmentacin] *** Error code 1 make: Fatal error: Command failed for target `bltwish' Current working directory /export/home/seir/tcl/blt2.4y/src *** Error code 1 make: Fatal error: Command failed for target `all'
It seems all objects files are created and linking fails, but I'm sure that the libs are installed in a correct way.
Thanks for any help.
Antonio.
Log in to post a comment.
I'm trying to compile BLT2.4y with Tcl/Tk 8.3.3 installed and I get the following
error:
gcc -Wall -O6 -I. -I. -I/usr/openwin/include -I/export/home/seir/tcl/include -R /export/home/seir/tcl/lib:/
usr/openwin/lib -o bltwish \ -DTCLLIBPATH=\"/export/home/seir/tcl/lib/tcl8.3\" \ ./bltUnixMain.c libBLT.a -L/export/home/seir/tcl/lib -ltk8.3 -ltcl8.3 -L/usr/openwin/lib -lX11 -lm -l
nsl -lsocket -ldl
In file included from /export/home/seir/tcl/include/tk.h:83,
from bltUnixMain.c:50:
/usr/openwin/include/X11/Xlib.h:32: warning: ignoring #pragma ident
collect2: ld terminated with signal 11 [Fallo de segmentacin]
*** Error code 1
make: Fatal error: Command failed for target `bltwish'
Current working directory /export/home/seir/tcl/blt2.4y/src
*** Error code 1
make: Fatal error: Command failed for target `all'
It seems all objects files are created and linking fails, but I'm sure that the libs are installed in a correct way.
Thanks for any help.
Antonio.