gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] [axiom] libmport.a missing in Makefile?


From: Camm Maguire
Subject: Re: [Gcl-devel] [axiom] libmport.a missing in Makefile?
Date: 13 Jun 2002 22:59:58 -0400

Greetings!  And thanks for your post.

root <address@hidden> writes:

> I'm working on 
> Linux 2.4.7-10 Thu Sep 6 17:27:27 EDT 2001 i686 unknown
> with gcc-2.96
> 
> Louis Glassy pointed out that libmport is not used.
> 
> Per Camm's request I have downloaded and built the latest GCL
> from the CVS archives. In a new directory I do (./configure ; make)
> with the following failure:
> 
> 
> address@hidden gcl1]# ./configure
> creating cache ./config.cache
> checking system version (for dynamic loading)... Linux-2.4.7-10
> checking for gcc... gcc
> checking whether the C compiler (gcc  ) works... yes
> checking whether the C compiler (gcc  ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> ./configure: test: yes: integer expression expected
> checking finding DBEGIN... got 0x8000000
> checking finding CSTACK_ADDRESS... got -1073744112
> checking sizeof long long int... yes
> checking for getcwd... yes
> checking for getwd... yes
> checking for uname... yes
> checking for gettimeofday... yes
> checking how to run the C preprocessor... gcc -E
> checking for sys/ioctl.h... yes
> checking for BSDgettimeofday... no
> checking for gettimeofday... (cached) yes
> checking for gettimeofday declaration... present
> checking for sin in -lm... yes
> checking for sockets... checking for connect... yes
> checking for gethostbyname... yes
> checking For network code for nsocket.c... yes
> checking check for listen using fcntl... yes
> checking for profil... yes
> checking for setenv... yes
> checking for _cleanup... no
> checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
> checking host system type... i686-pc-linux-gnu
> host=i686-pc-linux-gnu
> checking check for SV_ONSTACK... yes
> checking check for SIGSYS... yes
> checking check for SIGEMT... no
> checking for asm/sigcontext.h... yes
> checking for asm/signal.h... yes
> sigcontext in signal.h
> checking emacs site lisp directory... Finished loading 
> /usr/share/emacs/site-lisp/egg/leim-list.el 
>    and load others...
> /usr/share/emacs/20.7/site-lisp
> checking emacs default.el... Finished loading 
> /usr/share/emacs/site-lisp/egg/leim-list.el 
>    and load others...
> /usr/share/emacs/20.7/site-lisp/default.el
> checking emacs info/dir... /usr/local/info/
> checking for tcl/tk... checking for tclsh... tclsh
> checking for tclsh8.0... (cached) tclsh
> checking for main in -llieee... no
> checking for dlopen in -ldl... yes
> using TK_VERSION=8.3 in /usr/lib
> enable_machine=
> use=386-linux
> checking alloca... yes
> checking use_gmp=yes, doing configure in gmp directory... ./configure: 
> ./configure: No such file or directory

Here is the problem.  Can you cd into gcl/gmp and try to run
./configure there?  Can you figure out why this is failing?  Its just
a shell script.  


> checking Checking for buggy gcc version from redhat... yes .. turning off -O4
> updating cache ./config.cache
> creating ./config.status
> creating makedefc
> sed: file conftest.s1 line 44: Unterminated `s' command

Here is another problem.  Are you using the latest cvs from the
following source:

cvs -z9 -q -d:pserver:address@hidden:/cvsroot/gcl co gcl

?  this looks like an older version on Dr. Schelter's old site.  Maybe
check the date of the configure file?

Take care,

> creating h/gclincl.h
> makedefc
> add-defs1 386-linux
> cc -DUNIX -o file-sub file-sub.c
> using 386-linux.defs
> inserting h/386-linux.defs in ..
>  makefile,
>  unixport/make_kcn,
>  bin/makefile,
>  clcs/makefile,
>  cmpnew/makefile,
>  comp/makefile,
>  doc/makefile,
>  dos/makefile,
>  elisp/makefile,
>  gcl-tk/makefile,
>  go/makefile,
>  info/makefile,
>  lsp/makefile,
>  mp/makefile,
>  o/makefile,
>  unixport/makefile,
> 
> patching o/makefile for gcc bug in 2.96
> address@hidden gcl1]# make
> cat h/config.h | sed -e "1,/Begin for cmpincl/d" \
>       -e "/End for cmpinclude/,50000d" > tmpx
> cat h/cmpincl1.h h/gclincl.h h/compbas.h h/enum.h h/object.h h/vs.h h/bds.h 
> h/frame.h h/lex.h h/eval.h    h/funlink.h h/att_ext.h h/new_decl.h 
> h/compbas2.h h//compat.h h//cmponly.h >> tmpx
> ./xbin/move-if-changed mv tmpx h/cmpinclude.h
> tmpx and h/cmpinclude.h were not the same.
> ln tmpx h/cmpinclude.h
> ./xbin/move-if-changed ln h/cmpinclude.h o/cmpinclude.h
> h/cmpinclude.h and o/cmpinclude.h were not the same.
> ln h/cmpinclude.h o/cmpinclude.h
> (cd bin; make all)
> make[1]: Entering directory `/home/gcl1/bin'
> cc -DUNIX -o dpp dpp.c
> make[1]: Leaving directory `/home/gcl1/bin'
> make mpfiles
> make[1]: Entering directory `/home/gcl1'
> make[1]: Nothing to be done for `mpfiles'.
> make[1]: Leaving directory `/home/gcl1'
> rm -f o/cmpinclude.h ; ln h/cmpinclude.h o
> (cd o; make all)
> make[1]: Entering directory `/home/gcl1/o'
> cc -c -O -I../gcl-tk -I../h/   main.c  
> In file included from ../h/include.h:74,
>                  from main.c:36:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   alloc.c  
> In file included from ../h/include.h:74,
>                  from alloc.c:27:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> alloc.c:1152:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   gbc.c  
> In file included from ../h/include.h:74,
>                  from gbc.c:31:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> In file included from gbc.c:1331:
> sgbc.c:799:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   bitop.c  
> In file included from ../h/include.h:74,
>                  from bitop.c:2:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   typespec.c  
> In file included from ../h/include.h:74,
>                  from typespec.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   eval.c  
> In file included from ../h/include.h:74,
>                  from eval.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   macros.c  
> In file included from ../h/include.h:74,
>                  from macros.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   lex.c  
> In file included from ../h/include.h:74,
>                  from lex.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   bds.c  
> In file included from ../h/include.h:74,
>                  from bds.c:28:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   frame.c  
> In file included from ../h/include.h:74,
>                  from frame.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   predicate.c  
> In file included from ../h/include.h:74,
>                  from predicate.c:28:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   reference.c  
> In file included from ../h/include.h:74,
>                  from reference.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   assignment.c  
> In file included from ../h/include.h:74,
>                  from assignment.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   bind.c  
> In file included from ../h/include.h:74,
>                  from bind.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   let.c  
> In file included from ../h/include.h:74,
>                  from let.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   conditional.c  
> In file included from ../h/include.h:74,
>                  from conditional.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   block.c  
> In file included from ../h/include.h:74,
>                  from block.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   iteration.c  
> In file included from ../h/include.h:74,
>                  from iteration.c:28:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   mapfun.c  
> In file included from ../h/include.h:74,
>                  from mapfun.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   prog.c  
> In file included from ../h/include.h:74,
>                  from prog.c:27:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   multival.c  
> In file included from ../h/include.h:74,
>                  from multival.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   catch.c  
> In file included from ../h/include.h:74,
>                  from catch.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp symbol
> dpp: symbol.d -> symbol.c
> cc -c -O -I../gcl-tk -I../h/   symbol.c 
> In file included from ../h/include.h:74,
>                  from symbol.d:25:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> rm symbol.c
> cc -c -O -I../gcl-tk -I../h/   cfun.c  
> In file included from ../h/include.h:74,
>                  from cfun.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   cmpaux.c  
> In file included from ../h/include.h:74,
>                  from cmpaux.c:27:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp package
> dpp: package.d -> package.c
> cc -c -O -I../gcl-tk -I../h/   package.c 
> In file included from ../h/include.h:74,
>                  from package.d:25:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> rm package.c
> cc -c -O -I../gcl-tk -I../h/   big.c  
> In file included from ../h/include.h:74,
>                  from big.c:47:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   number.c  
> In file included from ../h/include.h:74,
>                  from number.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> number.c: In function `init_number':
> number.c:274: warning: decimal constant is so large that it is unsigned
> cc -c -O -I../gcl-tk -I../h/   num_pred.c  
> In file included from ../h/include.h:74,
>                  from num_pred.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> num_pred.c: In function `number_oddp':
> num_pred.c:154: warning: assignment makes integer from pointer without a cast
> num_pred.c: In function `number_evenp':
> num_pred.c:168: warning: assignment makes integer from pointer without a cast
> cc -c -O -I../gcl-tk -I../h/   num_comp.c  
> In file included from ../h/include.h:74,
>                  from num_comp.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   num_arith.c  
> In file included from ../h/include.h:74,
>                  from num_arith.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> num_arith.c: In function `number_negate':
> num_arith.c:485: warning: decimal constant is so large that it is unsigned
> cc -c -O -I../gcl-tk -I../h/   num_sfun.c  
> In file included from ../h/include.h:74,
>                  from num_sfun.c:22:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   num_co.c  
> In file included from ../h/include.h:74,
>                  from num_co.c:32:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   num_log.c  
> In file included from ../h/include.h:74,
>                  from num_log.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> In file included from num_log.c:31:
> gmp_num_log.c: In function `log_op':
> gmp_num_log.c:43: warning: assignment makes pointer from integer without a 
> cast
> cc -c -O -I../gcl-tk -I../h/   num_rand.c  
> In file included from ../h/include.h:74,
>                  from num_rand.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   earith.c  
> In file included from ../h/include.h:74,
>                  from earith.c:2:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp character
> dpp: character.d -> character.c
> cc -c -O -I../gcl-tk -I../h/   character.c 
> In file included from ../h/include.h:74,
>                  from character.d:27:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> rm character.c
> ../bin/dpp sequence
> dpp: sequence.d -> sequence.c
> cc -c -O -I../gcl-tk -I../h/   sequence.c 
> In file included from ../h/include.h:74,
>                  from sequence.d:27:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> rm sequence.c
> ../bin/dpp list
> dpp: list.d -> list.c
> cc -c -O -I../gcl-tk -I../h/   list.c 
> In file included from ../h/include.h:74,
>                  from list.d:27:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> rm list.c
> ../bin/dpp hash
> dpp: hash.d -> hash.c
> cc -c -O -I../gcl-tk -I../h/   hash.c 
> In file included from ../h/include.h:74,
>                  from hash.d:22:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> rm hash.c
> cc -c -O -I../gcl-tk -I../h/   array.c  
> In file included from ../h/include.h:74,
>                  from array.c:22:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp string
> dpp: string.d -> string.c
> cc -c -O -I../gcl-tk -I../h/   string.c 
> In file included from ../h/include.h:74,
>                  from string.d:27:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> rm string.c
> cc -c -O -I../gcl-tk -I../h/   regexpr.c  
> In file included from ../h/include.h:74,
>                  from regexpr.c:23:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   structure.c  
> In file included from ../h/include.h:74,
>                  from structure.c:28:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   toplevel.c  
> In file included from ../h/include.h:74,
>                  from toplevel.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp file
> dpp: file.d -> file.c
> cc -c -O -I../gcl-tk -I../h/   file.c 
> In file included from ../h/include.h:74,
>                  from file.d:33:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> file.d:2202:8: warning: extra tokens at end of #endif directive
> rm file.c
> ../bin/dpp read
> dpp: read.d -> read.c
> cc -c -O -I../gcl-tk -I../h/   read.c 
> In file included from ../h/include.h:74,
>                  from read.d:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> rm read.c
> cc -c -O -I../gcl-tk -I../h/   backq.c  
> In file included from ../h/include.h:74,
>                  from backq.c:22:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp print
> dpp: print.d -> print.c
> cc -c -O -I../gcl-tk -I../h/   print.c 
> In file included from ../h/include.h:74,
>                  from print.d:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> print.d: In function `write_object':
> print.d:639: warning: initialization makes pointer from integer without a cast
> print.d: In function `Lfresh_line':
> print.d:1720: warning: initialization makes pointer from integer without a 
> cast
> rm print.c
> cc -c -O -I../gcl-tk -I../h/   format.c  
> In file included from ../h/include.h:74,
>                  from format.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp pathname
> dpp: pathname.d -> pathname.c
> cc -c -O -I../gcl-tk -I../h/   pathname.c 
> In file included from ../h/include.h:74,
>                  from pathname.d:28:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> rm pathname.c
> cc -c -O -I../gcl-tk -I../h/   unixfsys.c  
> In file included from ../h/include.h:74,
>                  from unixfsys.c:23:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   unixfasl.c  
> In file included from ../h/include.h:74,
>                  from unixfasl.c:23:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   error.c  
> In file included from ../h/include.h:74,
>                  from error.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   unixtime.c  
> In file included from ../h/include.h:74,
>                  from unixtime.c:28:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   unixsys.c  
> In file included from ../h/include.h:74,
>                  from unixsys.c:22:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   unixsave.c  
> In file included from ../h/include.h:74,
>                  from unixsave.c:28:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   funlink.c  
> In file included from ../h/include.h:74,
>                  from funlink.c:7:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   fat_string.c  
> In file included from ../h/include.h:74,
>                  from fat_string.c:6:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> fat_string.c: In function `fSread_externals':
> fat_string.c:131: warning: assignment makes integer from pointer without a 
> cast
> cc -c -O -I../gcl-tk -I../h/   run_process.c  
> In file included from ../h/include.h:74,
>                  from run_process.c:22:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   nfunlink.c  
> In file included from ../h/include.h:74,
>                  from nfunlink.c:18:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   usig.c  
> In file included from ../h/include.h:74,
>                  from usig.c:25:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   usig2.c  
> In file included from ../h/include.h:74,
>                  from usig2.c:25:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   utils.c  
> In file included from ../h/include.h:74,
>                  from utils.c:1:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   makefun.c  
> In file included from ../h/include.h:74,
>                  from makefun.c:1:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -I../gcl-tk -I../h/     -c  sockets.c
> In file included from ../h/include.h:74,
>                  from sockets.c:25:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -I../gcl-tk -I../h/      -c  clxsocket.c
> In file included from ../h/include.h:74,
>                  from clxsocket.c:12:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   init_pari.c  
> In file included from ../h/include.h:74,
>                  from init_pari.c:7:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -c -O -I../gcl-tk -I../h/   nsocket.c  
> In file included from ../h/include.h:74,
>                  from nsocket.c:2:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc  -o grab_defs  grab_defs.c
> make new_init.c       decls1 "INI_FILES=`echo main.o alloc.o gbc.o bitop.o 
> typespec.o eval.o macros.o lex.o bds.o frame.o predicate.o reference.o 
> assignment.o bind.o let.o conditional.o block.o iteration.o mapfun.o prog.o 
> multival.o catch.o symbol.o cfun.o cmpaux.o package.o big.o number.o 
> num_pred.o num_comp.o num_arith.o num_sfun.o num_co.o num_log.o num_rand.o 
> earith.o character.o  sequence.o list.o hash.o array.o string.o regexpr.o 
> structure.o toplevel.o file.o read.o backq.o print.o format.o pathname.o 
> unixfsys.o unixfasl.o error.o unixtime.o unixsys.o unixsave.o funlink.o 
> fat_string.o ./run_process.o nfunlink.o usig.o usig2.o utils.o makefun.o 
> sockets.o clxsocket.o init_pari.o nsocket.o      | sed -e 's:\.o:.ini:g'  -e 
> 's:new_init.o::g' `"
> make[2]: Entering directory `/home/gcl1/o'
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E main.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > main.ini
> In file included from ../h/include.h:74,
>                  from main.c:36:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E alloc.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > alloc.ini
> In file included from ../h/include.h:74,
>                  from alloc.c:27:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> alloc.c:1152:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E gbc.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > gbc.ini
> In file included from ../h/include.h:74,
>                  from gbc.c:31:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> In file included from gbc.c:1331:
> sgbc.c:799:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E bitop.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > bitop.ini
> In file included from ../h/include.h:74,
>                  from bitop.c:2:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E typespec.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > typespec.ini
> In file included from ../h/include.h:74,
>                  from typespec.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E eval.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > eval.ini
> In file included from ../h/include.h:74,
>                  from eval.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E macros.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > macros.ini
> In file included from ../h/include.h:74,
>                  from macros.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E lex.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > lex.ini
> In file included from ../h/include.h:74,
>                  from lex.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E bds.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > bds.ini
> In file included from ../h/include.h:74,
>                  from bds.c:28:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E frame.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > frame.ini
> In file included from ../h/include.h:74,
>                  from frame.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E predicate.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > predicate.ini
> In file included from ../h/include.h:74,
>                  from predicate.c:28:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E reference.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > reference.ini
> In file included from ../h/include.h:74,
>                  from reference.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E assignment.c | sed -e 's:\"[ 
> ]*):\"):g' | ./grab_defs > assignment.ini
> In file included from ../h/include.h:74,
>                  from assignment.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E bind.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > bind.ini
> In file included from ../h/include.h:74,
>                  from bind.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E let.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > let.ini
> In file included from ../h/include.h:74,
>                  from let.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E conditional.c | sed -e 's:\"[ 
> ]*):\"):g' | ./grab_defs > conditional.ini
> In file included from ../h/include.h:74,
>                  from conditional.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E block.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > block.ini
> In file included from ../h/include.h:74,
>                  from block.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E iteration.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > iteration.ini
> In file included from ../h/include.h:74,
>                  from iteration.c:28:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E mapfun.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > mapfun.ini
> In file included from ../h/include.h:74,
>                  from mapfun.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E prog.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > prog.ini
> In file included from ../h/include.h:74,
>                  from prog.c:27:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E multival.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > multival.ini
> In file included from ../h/include.h:74,
>                  from multival.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E catch.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > catch.ini
> In file included from ../h/include.h:74,
>                  from catch.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp symbol
> dpp: symbol.d -> symbol.c
> ./grab_defs < symbol.c > symbol.ini
> rm symbol.c
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E cfun.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > cfun.ini
> In file included from ../h/include.h:74,
>                  from cfun.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E cmpaux.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > cmpaux.ini
> In file included from ../h/include.h:74,
>                  from cmpaux.c:27:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp package
> dpp: package.d -> package.c
> ./grab_defs < package.c > package.ini
> rm package.c
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E big.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > big.ini
> In file included from ../h/include.h:74,
>                  from big.c:47:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E number.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > number.ini
> In file included from ../h/include.h:74,
>                  from number.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E num_pred.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > num_pred.ini
> In file included from ../h/include.h:74,
>                  from num_pred.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E num_comp.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > num_comp.ini
> In file included from ../h/include.h:74,
>                  from num_comp.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E num_arith.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > num_arith.ini
> In file included from ../h/include.h:74,
>                  from num_arith.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E num_sfun.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > num_sfun.ini
> In file included from ../h/include.h:74,
>                  from num_sfun.c:22:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E num_co.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > num_co.ini
> In file included from ../h/include.h:74,
>                  from num_co.c:32:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E num_log.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > num_log.ini
> In file included from ../h/include.h:74,
>                  from num_log.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E num_rand.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > num_rand.ini
> In file included from ../h/include.h:74,
>                  from num_rand.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E earith.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > earith.ini
> In file included from ../h/include.h:74,
>                  from earith.c:2:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp character
> dpp: character.d -> character.c
> ./grab_defs < character.c > character.ini
> rm character.c
> ../bin/dpp sequence
> dpp: sequence.d -> sequence.c
> ./grab_defs < sequence.c > sequence.ini
> rm sequence.c
> ../bin/dpp list
> dpp: list.d -> list.c
> ./grab_defs < list.c > list.ini
> rm list.c
> ../bin/dpp hash
> dpp: hash.d -> hash.c
> ./grab_defs < hash.c > hash.ini
> rm hash.c
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E array.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > array.ini
> In file included from ../h/include.h:74,
>                  from array.c:22:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp string
> dpp: string.d -> string.c
> ./grab_defs < string.c > string.ini
> rm string.c
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E regexpr.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > regexpr.ini
> In file included from ../h/include.h:74,
>                  from regexpr.c:23:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E structure.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > structure.ini
> In file included from ../h/include.h:74,
>                  from structure.c:28:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E toplevel.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > toplevel.ini
> In file included from ../h/include.h:74,
>                  from toplevel.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp file
> dpp: file.d -> file.c
> ./grab_defs < file.c > file.ini
> rm file.c
> ../bin/dpp read
> dpp: read.d -> read.c
> ./grab_defs < read.c > read.ini
> rm read.c
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E backq.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > backq.ini
> In file included from ../h/include.h:74,
>                  from backq.c:22:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp print
> dpp: print.d -> print.c
> ./grab_defs < print.c > print.ini
> rm print.c
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E format.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > format.ini
> In file included from ../h/include.h:74,
>                  from format.c:26:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> ../bin/dpp pathname
> dpp: pathname.d -> pathname.c
> ./grab_defs < pathname.c > pathname.ini
> rm pathname.c
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E unixfsys.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > unixfsys.ini
> In file included from ../h/include.h:74,
>                  from unixfsys.c:23:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E unixfasl.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > unixfasl.ini
> In file included from ../h/include.h:74,
>                  from unixfasl.c:23:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E error.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > error.ini
> In file included from ../h/include.h:74,
>                  from error.c:29:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E unixtime.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > unixtime.ini
> In file included from ../h/include.h:74,
>                  from unixtime.c:28:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E unixsys.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > unixsys.ini
> In file included from ../h/include.h:74,
>                  from unixsys.c:22:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E unixsave.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > unixsave.ini
> In file included from ../h/include.h:74,
>                  from unixsave.c:28:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E funlink.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > funlink.ini
> In file included from ../h/include.h:74,
>                  from funlink.c:7:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E fat_string.c | sed -e 's:\"[ 
> ]*):\"):g' | ./grab_defs > fat_string.ini
> In file included from ../h/include.h:74,
>                  from fat_string.c:6:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E run_process.c | sed -e 's:\"[ 
> ]*):\"):g' | ./grab_defs > run_process.ini
> In file included from ../h/include.h:74,
>                  from run_process.c:22:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E nfunlink.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > nfunlink.ini
> In file included from ../h/include.h:74,
>                  from nfunlink.c:18:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E usig.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > usig.ini
> In file included from ../h/include.h:74,
>                  from usig.c:25:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E usig2.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > usig2.ini
> In file included from ../h/include.h:74,
>                  from usig2.c:25:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E utils.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > utils.ini
> In file included from ../h/include.h:74,
>                  from utils.c:1:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E makefun.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > makefun.ini
> In file included from ../h/include.h:74,
>                  from makefun.c:1:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E sockets.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > sockets.ini
> In file included from ../h/include.h:74,
>                  from sockets.c:25:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E clxsocket.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > clxsocket.ini
> In file included from ../h/include.h:74,
>                  from clxsocket.c:12:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E init_pari.c | sed -e 's:\"[ ]*):\"):g' 
> | ./grab_defs > init_pari.ini
> In file included from ../h/include.h:74,
>                  from init_pari.c:7:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> cc -DNO_DEFUN -I../gcl-tk -I../h/   -E nsocket.c | sed -e 's:\"[ ]*):\"):g' | 
> ./grab_defs > nsocket.ini
> In file included from ../h/include.h:74,
>                  from nsocket.c:2:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> echo '#include "make-init.h"' > new_init.c
> echo 'NewInit(){' >> new_init.c
> cat main.ini alloc.ini gbc.ini bitop.ini typespec.ini eval.ini macros.ini 
> lex.ini bds.ini frame.ini predicate.ini reference.ini assignment.ini bind.ini 
> let.ini conditional.ini block.ini iteration.ini mapfun.ini prog.ini 
> multival.ini catch.ini symbol.ini cfun.ini cmpaux.ini package.ini big.ini 
> number.ini num_pred.ini num_comp.ini num_arith.ini num_sfun.ini num_co.ini 
> num_log.ini num_rand.ini earith.ini character.ini sequence.ini list.ini 
> hash.ini array.ini string.ini regexpr.ini structure.ini toplevel.ini file.ini 
> read.ini backq.ini print.ini format.ini pathname.ini unixfsys.ini 
> unixfasl.ini error.ini unixtime.ini unixsys.ini unixsave.ini funlink.ini 
> fat_string.ini ./run_process.ini nfunlink.ini usig.ini usig2.ini utils.ini 
> makefun.ini sockets.ini clxsocket.ini init_pari.ini nsocket.ini >> new_init.c
> echo '}' >> new_init.c
> echo '#include "make-decl.h"' > foo.c
> cat main.ini alloc.ini gbc.ini bitop.ini typespec.ini eval.ini macros.ini 
> lex.ini bds.ini frame.ini predicate.ini reference.ini assignment.ini bind.ini 
> let.ini conditional.ini block.ini iteration.ini mapfun.ini prog.ini 
> multival.ini catch.ini symbol.ini cfun.ini cmpaux.ini package.ini big.ini 
> number.ini num_pred.ini num_comp.ini num_arith.ini num_sfun.ini num_co.ini 
> num_log.ini num_rand.ini earith.ini character.ini sequence.ini list.ini 
> hash.ini array.ini string.ini regexpr.ini structure.ini toplevel.ini file.ini 
> read.ini backq.ini print.ini format.ini pathname.ini unixfsys.ini 
> unixfasl.ini error.ini unixtime.ini unixsys.ini unixsave.ini funlink.ini 
> fat_string.ini ./run_process.ini nfunlink.ini usig.ini usig2.ini utils.ini 
> makefun.ini sockets.ini clxsocket.ini init_pari.ini nsocket.ini >> foo.c
> cc -E -I../h/ foo.c | sed -n -e '/#/d' -e '/DO_/d' -e '/[a-zA-Z;]/p' > tmpx
> foo.c:574:103: warning: no newline at end of file
> ../xbin/move-if-changed mv tmpx ../h/new_decl.h
> tmpx and ../h/new_decl.h were not the same.
> ln tmpx ../h/new_decl.h
> make[2]: Leaving directory `/home/gcl1/o'
> cc -c -O -I../gcl-tk -I../h/   bcmp.c  
> cc -c -O -I../gcl-tk -I../h/   bcopy.c  
> cc -c -O -I../gcl-tk -I../h/   bzero.c  
> bzero.c:3: warning: conflicting types for built-in function `bzero'
> cc -c -O -I../gcl-tk -I../h/   user_init.c  
> cc -c -O -I../gcl-tk -I../h/   new_init.c  
> In file included from ../h/include.h:74,
>                  from ../h/make-init.h:1,
>                  from new_init.c:1:
> ../h/compbas2.h:39:8: warning: extra tokens at end of #endif directive
> rm -f gcllib.a
> ar qc gcllib.a bcmp.o bcopy.o bzero.o user_init.o user_init.o 
> ranlib gcllib.a
> make[1]: Leaving directory `/home/gcl1/o'
> (cd lsp; make all)
> make[1]: Entering directory `/home/gcl1/lsp'
> cc  -c -O -I../h  arraylib.c
> In file included from arraylib.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  arraylib.data  arraylib.o
> cc  -c -O -I../h  assert.c
> In file included from assert.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  assert.data  assert.o
> cc  -c -O -I../h  defmacro.c
> In file included from defmacro.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  defmacro.data  defmacro.o
> cc  -c -O -I../h  defstruct.c
> In file included from defstruct.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  defstruct.data  defstruct.o
> cc  -c -O -I../h  describe.c
> In file included from describe.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  describe.data  describe.o
> cc  -c -O -I../h  evalmacros.c
> In file included from evalmacros.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  evalmacros.data  evalmacros.o
> cc  -c -O -I../h  iolib.c
> In file included from iolib.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  iolib.data  iolib.o
> cc  -c -O -I../h  listlib.c
> In file included from listlib.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  listlib.data  listlib.o
> cc  -c -O -I../h  mislib.c
> In file included from mislib.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  mislib.data  mislib.o
> cc  -c -O -I../h  module.c
> In file included from module.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  module.data  module.o
> cc  -c -O -I../h  numlib.c
> In file included from numlib.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  numlib.data  numlib.o
> cc  -c -O -I../h  packlib.c
> In file included from packlib.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  packlib.data  packlib.o
> cc  -c -O -I../h  predlib.c
> In file included from predlib.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  predlib.data  predlib.o
> cc  -c -O -I../h  seq.c
> In file included from seq.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  seq.data  seq.o
> cc  -c -O -I../h  seqlib.c
> In file included from seqlib.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  seqlib.data  seqlib.o
> cc  -c -O -I../h  setf.c
> In file included from setf.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  setf.data  setf.o
> cc  -c -O -I../h  top.c
> In file included from top.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  top.data  top.o
> cc  -c -O -I../h  trace.c
> In file included from trace.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  trace.data  trace.o
> cc  -c -O -I../h  sloop.c
> In file included from sloop.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  sloop.data  sloop.o
> cc  -c -O -I../h  debug.c
> In file included from debug.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  debug.data  debug.o
> cc  -c -O -I../h  info.c
> In file included from info.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  info.data  info.o
> cc  -c -O -I../h  serror.c
> In file included from serror.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  serror.data  serror.o
> make[1]: Leaving directory `/home/gcl1/lsp'
> (cd cmpnew; make all)
> make[1]: Entering directory `/home/gcl1/cmpnew'
> cc  -c -O -I../h  cmpbind.c
> In file included from cmpbind.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpbind.data  cmpbind.o
> cc  -c -O -I../h  cmpblock.c
> In file included from cmpblock.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpblock.data  cmpblock.o
> cc  -c -O -I../h  cmpcall.c
> In file included from cmpcall.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpcall.data  cmpcall.o
> cc  -c -O -I../h  cmpcatch.c
> In file included from cmpcatch.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpcatch.data  cmpcatch.o
> cc  -c -O -I../h  cmpenv.c
> In file included from cmpenv.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpenv.data  cmpenv.o
> cc  -c -O -I../h  cmpeval.c
> In file included from cmpeval.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpeval.data  cmpeval.o
> cc  -c -O -I../h  cmpflet.c
> In file included from cmpflet.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpflet.data  cmpflet.o
> cc  -c -O -I../h  cmpfun.c
> In file included from cmpfun.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpfun.data  cmpfun.o
> cc  -c -O -I../h  cmpif.c
> In file included from cmpif.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpif.data  cmpif.o
> cc  -c -O -I../h  cmpinline.c
> In file included from cmpinline.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpinline.data  cmpinline.o
> cc  -c -O -I../h  cmplabel.c
> In file included from cmplabel.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmplabel.data  cmplabel.o
> cc  -c -O -I../h  cmplam.c
> In file included from cmplam.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmplam.data  cmplam.o
> cc  -c -O -I../h  cmplet.c
> In file included from cmplet.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmplet.data  cmplet.o
> cc  -c -O -I../h  cmploc.c
> In file included from cmploc.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmploc.data  cmploc.o
> cc  -c -O -I../h  cmpmap.c
> In file included from cmpmap.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpmap.data  cmpmap.o
> cc  -c -O -I../h  cmpmulti.c
> In file included from cmpmulti.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpmulti.data  cmpmulti.o
> cc  -c -O -I../h  cmpspecial.c
> In file included from cmpspecial.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpspecial.data  cmpspecial.o
> cc  -c -O -I../h  cmptag.c
> In file included from cmptag.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmptag.data  cmptag.o
> cc  -c -O -I../h  cmptop.c
> In file included from cmptop.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmptop.data  cmptop.o
> cc  -c -O -I../h  cmptype.c
> In file included from cmptype.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmptype.data  cmptype.o
> cc  -c -O -I../h  cmputil.c
> In file included from cmputil.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmputil.data  cmputil.o
> cc  -c -O -I../h  cmpvar.c
> In file included from cmpvar.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpvar.data  cmpvar.o
> cc  -c -O -I../h  cmpvs.c
> In file included from cmpvs.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpvs.data  cmpvs.o
> cc  -c -O -I../h  cmpwt.c
> In file included from cmpwt.c:2:
> ../h/cmpinclude.h:2790:8: warning: extra tokens at end of #endif directive
> ../xbin/append  cmpwt.data  cmpwt.o
> make[1]: Leaving directory `/home/gcl1/cmpnew'
> (cd unixport; make saved_gcl)
> make[1]: Entering directory `/home/gcl1/unixport'
> cc -c  -I../h   -c -o ../mp/mpi.o ../mp/mpi.c
> cc -c  -I../h   -c -o ../mp/mp2.o ../mp/mp2.c
> make[1]: *** No rule to make target `../mp/libmport.a', needed by `raw_gcl'.  
> Stop.
> make[1]: Leaving directory `/home/gcl1/unixport'
> make: *** [all] Error 2
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

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