gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Error compiling gcl-2.6.3 on Solaris 8


From: Andrew F. Seila
Subject: [Gcl-devel] Error compiling gcl-2.6.3 on Solaris 8
Date: Thu, 15 Jul 2004 21:53:32 -0400 (EDT)

I encountered an error when compiling gcl-2.6.3 on Solaris 8.  I am using
gcc and all GNU tools (rather than Sun tools).  Apparently, the error has
something to do with loading tkl.o.  Has anyone seen this error before?
What can I do to fix it?  

Thanks.

Andy Seila

Here are the final lines in the output of make:

>gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer
-I/usr/local/src/gcl-2.6.3/o -I../o -I../h -I/usr/local/lib/../include
-I/usr/local/lib/../include -I/usr/openwin/include   guis.c
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer
-I/usr/local/src/gcl-2.6.3/o -I../o -I../h -I/usr/local/lib/../include
-I/usr/local/lib/../include -I/usr/openwin/include   tkAppInit.c
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
In file included from /usr/local/include/tk.h:83,
                 from tkAppInit.c:32:
/usr/openwin/include/X11/Xlib.h:32: warning: ignoring #pragma ident 
gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer
-I/usr/local/src/gcl-2.6.3/o -I../o -I../h -I/usr/local/lib/../include
-I/usr/local/lib/../include -I/usr/openwin/include   tkMain.c
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
In file included from /usr/local/include/tk.h:83,
                 from tkMain.c:38:
/usr/openwin/include/X11/Xlib.h:32: warning: ignoring #pragma ident 
tkMain.c: In function `TkX_Wish':
tkMain.c:207: warning: passing arg 4 of `Tk_ParseArgv' from incompatible
pointer type
tkMain.c:259: warning: passing arg 2 of `Tcl_Merge' from incompatible
pointer type
gcc guis.o tkAppInit.o tkMain.o -o gcltkaux  -L/usr/local/lib -ltk8.3
-L/free3/SOURCES/S8/tk8.3.3/unix -ltk8.3 -L/usr/openwin/lib -lX11
-I/usr/openwin/include -L/usr/local/lib -ltcl8.3  `echo -ldl -lsocket
-lnsl -lpthread -lm | sed -e s:-lieee::g`  -lm  -lbfd -liberty -lsocket
-lnsl -lreadline -lncurses ../o/gcllib.a
(cd demos ; \
echo '(load "../tkl.o")(TK::GET-AUTOLOADS (directory "*.lisp"))' |
../../unixport/saved_gcl) 
GCL (GNU Common Lisp)  2.6.3 CLtL1   Jul 15 2004 21:15:21
Source License: LGPL(gcl,gmp), GPL(unexec,bfd)
Binary License:  GPL due to GPL'ed components: (READLINE BFD UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.

>
Loading ../tkl.o

Error: Caught fatal error [memory may be damaged]
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by EVAL.
Broken at LOAD.  Type :H for Help.
TK>>
Error: The function GET-AUTOLOADS is undefined.
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by EVALHOOK.
Backtrace: system:universal-error-handler > EVALHOOK

Broken at LOAD.
TK>>make[1]: *** [all] Error 255
make[1]: Leaving directory `/usr/local/src/gcl-2.6.3/gcl-tk'
make: *** [do-gcl-tk] Error 2







reply via email to

[Prev in Thread] Current Thread [Next in Thread]