gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: gcl 2.4.3


From: Camm Maguire
Subject: [Gcl-devel] Re: gcl 2.4.3
Date: 19 Jun 2002 16:11:49 -0400

Greetings!  Try doing a 

export C_INCLUDE_PATH=/lusr/gnu/include:$C_INCLUDE_PATH

before ./configure ; make.

Take care,

Michael Bogomolny <address@hidden> writes:

> Camm,
> 
> I don't have the appropriate permission to install a package, but I can
> install in some public area.
> 
> Thanks for helping pinpoint the compilation problem. After checking
> further, I found that the appropriate headers are already installed on our
> system in the directory /lusr/gnu/include/readline
> However, the configure option doesn't seem to set that correctly.
> 
> Perhaps you could help me get this to compile. Is the appropriate thing to
> do modify the h/386-linux.defs file and add -I/lusr/gnu/include/readline to
> the CC line that is there? (Then configure and make again?) Or do I need to
> add an option to configure (like --x_includes=/lusr/gnu/include or maybe
> --x_libraries=/lusr/gnu/include/readline)? Or does it need to be added
> somewhere else? These makes and dependencies are always hard for me to
> track down, and if you know offhand where it should go I'd really
> appreciate it.
> 
> thanks,
> -bogo
> 
> 
> On Jun 17, 2002 10:42, Camm Maguire wrote:
> | Greetings!
> | 
> | 1) Nice to see a Debian user!
> | 
> | 2) There is a Debian package of the latest cvs version, which you may
> |    or may not want to use.  It seems to work as well as any other
> |    gcl.  2.4.3 is there to distinguish between the stabilization of
> |    Dr. Schelter's work and the new support being added.  If you are
> |    running stable, you can build the source with 'fakeroot apt-get -b
> |    source gcl', though you might need to install the Build Dependency
> |    packages listed at the top of debian/control.  If you are running
> |    testing or unstable, just 'apt-get install gcl'
> | 
> | 3) 2.4.3 actually also has a debian build directory, but no released
> |    Debian package.  To build gcl, with full features, you need to
> |    install the following:
> | 
> |     debhelper, emacsen, libreadline4-dev, m4, tk8.2-dev, tetex-bin, 
> texinfo, binutils-dev, texi2html
> | 
> |    In particular, you are apparently missing libreadline4-dev, and due
> |    to a bug in the configure script, readline support was added in as
> |    the script found libreadline, but did not check that it could
> |    compile by verifying the existence of headers supplied by
> |    libreadline-dev.   I'll try to address this if we ever do a 2.4.4. 
> | 
> |    Again, due to an oversight on my part, the Debian directory in
> |    2.4.3 has changelog information from current cvs, so while you can
> |    actually build 2.4.3 into a binary .deb which you can install (with
> |    'fakeroot debian/rules binary'), the .deb will have a 2.5.0cvs
> |    name.   I'll try to clean this up too.  Maybe its worth doing a
> |    2.4.3 .deb package for release into the distribution.
> | 
> | Take care,
> | 
> | Michael Bogomolny <address@hidden> writes:
> | 
> | > --G4iJoqBmSsgzjUCe
> | > Content-Type: text/plain; charset=us-ascii
> | > Content-Disposition: inline
> | > 
> | > Hello, Camm,
> | > 
> | > I'm a student at UT who works with J Moore (one of the authors of ACL2) 
> and
> | > Gordon Novak (another user of gcl whose name you might recognize.)
> | > 
> | > I was having some problems building gcl-2.4.3 on the machines here at
> | > school, and was wondering if you could take a look and see if you see any
> | > problems. 
> | > 
> | > The first log file is my attempt to build gcl on some Debian Linux
> | > machines, the second is my attempt to build on a sparc Solaris machine.
> | > 
> | > On the bright side, I was able to compile it without any trouble on a
> | > RedHat-7.2 Linux machine! (By the way, thanks for releasing version 2.4.1
> | > back in February, the first version to work with RedHat-7.x. Nice to
> | > finally be able to use the same common lisp on my laptop as I use at
> | > school.)
> | > 
> | > -bogo
> | > 
> | > --G4iJoqBmSsgzjUCe
> | > Content-Type: text/plain; charset=us-ascii
> | > Content-Disposition: attachment; filename="buildlog.linux.txt"
> | > 
> | > tcsh: No entry for terminal type "emacs"
> | > tcsh: using dumb terminal settings.
> | > scapa:/p/src/gcl-2.4.3-linux> uname -a
> | > Linux scapa.cs.utexas.edu 2.2.19 #1 SMP Thu Mar 29 11:13:53 CST 2001 i686 
> unknown
> | > scapa:/p/src/gcl-2.4.3-linux> ./configure --prefix=/p
> | > loading cache ./config.cache
> | > checking system version (for dynamic loading)... checking for gawk... 
> (cached) gawk
> | > checking for makeinfo... (cached) makeinfo
> | > Linux-2.2.19
> | > checking for gcc... (cached) 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... (cached) yes
> | > checking whether gcc accepts -g... (cached) yes
> | > checking finding DBEGIN... got 0x8000000
> | > checking finding CSTACK_ADDRESS... got 2147482324
> | > checking sizeof long long int... yes
> | > checking for getcwd... (cached) yes
> | > checking for getwd... (cached) yes
> | > checking for uname... (cached) yes
> | > checking for gettimeofday... (cached) yes
> | > checking how to run the C preprocessor... (cached) gcc -E
> | > checking for sys/ioctl.h... (cached) yes
> | > checking for BSDgettimeofday... (cached) no
> | > checking for gettimeofday... (cached) yes
> | > checking for gettimeofday declaration... present
> | > checking for sin in -lm... (cached) yes
> | > checking for main in -lmingwex... (cached) no
> | > checking for math.h... (cached) yes
> | > checking for isnormal... yes
> | > checking for sockets... checking for connect... (cached) yes
> | > checking for gethostbyname... (cached) yes
> | > checking for main in -lreadline... (cached) yes
> | > checking for bfd.h... (cached) no
> | > checking For network code for nsocket.c... yes
> | > checking check for listen using fcntl... yes
> | > checking for profil... (cached) yes
> | > checking for setenv... (cached) yes
> | > checking for _cleanup... (cached) 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... (cached) yes
> | > checking for asm/signal.h... (cached) yes
> | > sigcontext in signal.h
> | > checking for emacs... (cached) /lusr/bin/emacs
> | > checking emacs site lisp directory... /lusr/gnu/share/emacs/20.7/site-lisp
> | > checking emacs default.el... 
> /lusr/gnu/share/emacs/20.7/site-lisp/default.el
> | > checking emacs info/dir... /usr/local/info/
> | > checking for tcl/tk... checking for tclsh... (cached) tclsh
> | > checking for main in -llieee... (cached) no
> | > checking for dlopen in -ldl... (cached) yes
> | > using TK_VERSION=8.3 in /usr/local/lib
> | > enable_machine=
> | > use=386-linux
> | > checking alloca... yes
> | > checking use_gmp=yes, doing configure in gmp directory... loading cache 
> ./config.cache
> | > checking host system type... (cached) pentium3-pc-linux-gnu
> | > checking target system type... (cached) pentium3-pc-linux-gnu
> | > checking build system type... (cached) pentium3-pc-linux-gnu
> | > checking for a BSD compatible install... (cached) /usr/bin/install -c
> | > checking whether build environment is sane... yes
> | > checking for mawk... (cached) mawk
> | > checking whether make sets ${MAKE}... (cached) yes
> | > checking whether to enable maintainer-specific portions of Makefiles... no
> | > checking for BSD-compatible nm... (cached) /usr/bin/nm -B
> | > checking for gcc... gcc
> | > checking if the C compiler (gcc) works with flags -g -O 
> -fomit-frame-pointer... yes
> | > checking whether gcc accepts -mcpu=pentiumpro... yes
> | > checking whether the C compiler (gcc -g -O -fomit-frame-pointer 
> -mcpu=pentiumpro  ) works... yes
> | > checking whether the C compiler (gcc -g -O -fomit-frame-pointer 
> -mcpu=pentiumpro  ) is a cross-compiler... no
> | > checking whether we are using GNU C... (cached) yes
> | > (cached) checking how to run the C preprocessor... (cached) gcc -E
> | > checking for a BSD compatible install... /usr/bin/install -c
> | > checking whether ln -s works... (cached) yes
> | > checking for suitable m4... (cached) m4
> | > checking for ar... (cached) ar
> | > checking how to switch to text section... (cached) .text
> | > checking how to switch to data section... (cached) .data
> | > checking how to export a symbol... (cached) .globl
> | > checking what assembly label suffix to use... (cached) :
> | > checking how the .type assembly directive should be used... (cached) 
> .type        $1,@$2
> | > checking if the .size assembly directive works... (cached) .size  $1,$2
> | > checking what prefix to use for a local label... (cached) .L
> | > checking how to define a 32-bit word... (cached) .long
> | > checking if symbols are prefixed by underscore... (cached) no
> | > checking if .align assembly directive is logarithmic... (cached) no
> | > checking if the assembler takes cl with shldl... (cached) yes
> | > checking if the .align directive accepts an 0x90 fill in .text... 
> (cached) yes
> | > checking if the assembler knows about MMX instructions... (cached) yes
> | > checking for Cygwin environment... (cached) no
> | > checking for mingw32 environment... (cached) no
> | > checking for EMX OS/2 environment... (cached) no
> | > checking for executable suffix... (cached) no
> | > checking for object suffix... (cached) o
> | > checking build system type... (cached) pentium3-pc-linux-gnu
> | > checking for ld used by GCC... (cached) /lusr/gnu/i686-pc-linux-gnu/bin/ld
> | > checking if the linker (/lusr/gnu/i686-pc-linux-gnu/bin/ld) is GNU ld... 
> (cached) yes
> | > checking for /lusr/gnu/i686-pc-linux-gnu/bin/ld option to reload object 
> files... (cached) -r
> | > checking how to recognise dependant libraries... (cached) file_magic ELF 
> [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
> | > checking for file... (cached) /usr/bin/file
> | > checking for ranlib... (cached) ranlib
> | > checking for strip... (cached) strip
> | > loading cache ./config.cache within ltconfig
> | > checking for objdir... .libs
> | > checking for gcc option to produce PIC... (cached)  -fPIC
> | > checking if gcc PIC flag  -fPIC works... (cached) yes
> | > checking if gcc static flag -static works... (cached) yes
> | > checking if gcc supports -c -o file.o... yes
> | > checking if gcc supports -c -o file.lo... yes
> | > checking if gcc supports -fno-rtti -fno-exceptions ... yes
> | > checking whether the linker (/lusr/gnu/i686-pc-linux-gnu/bin/ld) supports 
> shared libraries... yes
> | > checking how to hardcode library paths into programs... immediate
> | > checking whether stripping libraries is possible... yes
> | > checking dynamic linker characteristics... Linux ld.so
> | > checking command to parse /usr/bin/nm -B output... ok
> | > checking if libtool supports shared libraries... yes
> | > checking whether to build shared libraries... yes
> | > checking whether to build static libraries... yes
> | > creating libtool
> | > loading cache ./config.cache
> | > checking whether optarg is declared... (cached) no
> | > checking for ANSI C header files... (cached) yes
> | > checking for getopt.h... (cached) yes
> | > checking for unistd.h... (cached) yes
> | > checking for sys/sysctl.h... (cached) yes
> | > checking for sys/time.h... (cached) yes
> | > checking for void... (cached) yes
> | > checking for preprocessor stringizing operator... (cached) yes
> | > checking for getopt_long... (cached) yes
> | > checking for getpagesize... (cached) yes
> | > checking for popen... (cached) yes
> | > checking for processor_info... (cached) no
> | > checking for strtoul... (cached) yes
> | > checking for sysconf... (cached) yes
> | > checking for sysctlbyname... (cached) no
> | > checking if ansi2knr should be used... (cached) no
> | > creating config.m4
> | > creating ./config.status
> | > creating Makefile
> | > creating mpf/Makefile
> | > creating mpz/Makefile
> | > creating mpn/Makefile
> | > creating mpq/Makefile
> | > creating mpf/tests/Makefile
> | > creating mpz/tests/Makefile
> | > creating mpq/tests/Makefile
> | > creating mpn/tests/Makefile
> | > creating tests/Makefile
> | > creating tests/rand/Makefile
> | > creating demos/Makefile
> | > creating tune/Makefile
> | > creating mpbsd/Makefile
> | > creating mpbsd/tests/Makefile
> | > creating mpfr/Makefile
> | > creating mpfr/tests/Makefile
> | > creating config.h
> | > config.h is unchanged
> | > linking ./mpn/x86/udiv.asm to mpn/udiv.asm
> | > linking ./mpn/x86/umul.asm to mpn/umul.asm
> | > linking ./mpn/generic/inlines.c to mpn/inlines.c
> | > linking ./mpn/x86/aors_n.asm to mpn/add_n.asm
> | > linking ./mpn/x86/aors_n.asm to mpn/sub_n.asm
> | > linking ./mpn/x86/mul_1.asm to mpn/mul_1.asm
> | > linking ./mpn/x86/p6/aorsmul_1.asm to mpn/addmul_1.asm
> | > linking ./mpn/x86/p6/aorsmul_1.asm to mpn/submul_1.asm
> | > linking ./mpn/x86/pentium/mmx/lshift.asm to mpn/lshift.asm
> | > linking ./mpn/x86/pentium/mmx/rshift.asm to mpn/rshift.asm
> | > linking ./mpn/x86/p6/diveby3.asm to mpn/diveby3.asm
> | > linking ./mpn/generic/divrem.c to mpn/divrem.c
> | > linking ./mpn/x86/p6/mmx/divrem_1.asm to mpn/divrem_1.asm
> | > linking ./mpn/generic/divrem_2.c to mpn/divrem_2.c
> | > linking ./mpn/x86/p6/mmx/mod_1.asm to mpn/mod_1.asm
> | > linking ./mpn/generic/mod_1_rs.c to mpn/mod_1_rs.c
> | > linking ./mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
> | > linking ./mpn/generic/dump.c to mpn/dump.c
> | > linking ./mpn/generic/mul.c to mpn/mul.c
> | > linking ./mpn/generic/mul_fft.c to mpn/mul_fft.c
> | > linking ./mpn/generic/mul_n.c to mpn/mul_n.c
> | > linking ./mpn/x86/mul_basecase.asm to mpn/mul_basecase.asm
> | > linking ./mpn/x86/p6/sqr_basecase.asm to mpn/sqr_basecase.asm
> | > linking ./mpn/generic/random.c to mpn/random.c
> | > linking ./mpn/generic/random2.c to mpn/random2.c
> | > linking ./mpn/generic/sqrtrem.c to mpn/sqrtrem.c
> | > linking ./mpn/generic/get_str.c to mpn/get_str.c
> | > linking ./mpn/generic/set_str.c to mpn/set_str.c
> | > linking ./mpn/generic/scan0.c to mpn/scan0.c
> | > linking ./mpn/generic/scan1.c to mpn/scan1.c
> | > linking ./mpn/x86/p6/p3mmx/popham.asm to mpn/popcount.asm
> | > linking ./mpn/x86/p6/p3mmx/popham.asm to mpn/hamdist.asm
> | > linking ./mpn/generic/cmp.c to mpn/cmp.c
> | > linking ./mpn/generic/perfsqr.c to mpn/perfsqr.c
> | > linking ./mpn/generic/bdivmod.c to mpn/bdivmod.c
> | > linking ./mpn/generic/gcd_1.c to mpn/gcd_1.c
> | > linking ./mpn/generic/gcd.c to mpn/gcd.c
> | > linking ./mpn/generic/gcdext.c to mpn/gcdext.c
> | > linking ./mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
> | > linking ./mpn/generic/bz_divrem_n.c to mpn/bz_divrem_n.c
> | > linking ./mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c
> | > linking ./mpn/generic/jacbase.c to mpn/jacbase.c
> | > linking ./mpn/x86/copyi.asm to mpn/copyi.asm
> | > linking ./mpn/x86/copyd.asm to mpn/copyd.asm
> | > linking ./mpn/x86/pentium/mmx/gmp-mparam.h to gmp-mparam.h
> | > checking Checking for buggy gcc version from redhat... no
> | > creating ./config.status
> | > creating makedefc
> | > creating h/gclincl.h
> | > makedefc
> | > 
> | > # begin makedefs
> | > 
> | > # use=386-linux
> | > 
> | > # for main link of raw_gcl
> | > LIBS= -lm -lreadline -lncurses
> | > 
> | > #The multi precision library stuff
> | > MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
> | > 
> | > 
> | > # root for the installation, eg /usr/local
> | > # This would cause make install to create /usr/local/bin/gcl and
> | > # /usr/local/lib/gcl-2-??/* with some basic files.
> | > prefix=/p
> | > 
> | > # where to place the info files
> | > INFO_DIR=/usr/local/info/
> | > 
> | > # where to put emacs lisp files.
> | > EMACS_SITE_LISP=/lusr/gnu/share/emacs/20.7/site-lisp
> | > 
> | > # the default.el file
> | > EMACS_DEFAULT_EL=/lusr/gnu/share/emacs/20.7/site-lisp/default.el
> | > 
> | > # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
> | > # if these are found.
> | > TK_CONFIG_PREFIX=/usr/local/lib
> | > TK_LIBRARY=/usr/local/lib/tk8.3
> | > TCL_LIBRARY=/usr/local/lib/tcl8.3
> | > TK_XINCLUDES=-I/lusr/X11R6/include
> | > TK_INCLUDE=-I/usr/local/lib/../include
> | > TCL_INCLUDE=-I/usr/local/lib/../include
> | > TK_LIB_SPEC=-L/lusr/lib -ltk8.3
> | > TK_BUILD_LIB_SPEC=-L/v/antivenin/v1/CVSBUILD/tk_tcl/tk/unix -ltk8.3
> | > TK_XLIBSW=-L/lusr/X11R6/lib -lX11
> | > TK_XINCLUDES=-I/lusr/X11R6/include
> | > TCL_LIB_SPEC=-L/lusr/lib -ltcl8.3${TCL_DBGX}
> | > TCL_DL_LIBS=-ldl
> | > TCL_LIBS=-ldl  -lm
> | > 
> | > NOTIFY=yes
> | > GCC=gcc
> | > 
> | > RL_OBJS=readline.o
> | > 
> | > RL_LIB=lsp/readline.o
> | > 
> | > MAKEINFO=makeinfo
> | > 
> | > MP_INCLUDE=h/gmp.h
> | > add-defs1 386-linux
> | > using 386-linux.defs
> | > scapa:/p/src/gcl-2.4.3-linux> 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/gmp.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 `/stage/public/share/src/gcl-2.4.3-linux/bin'
> | > make[1]: Nothing to be done for `all'.
> | > make[1]: Leaving directory `/stage/public/share/src/gcl-2.4.3-linux/bin'
> | > make mpfiles
> | > make[1]: Entering directory `/stage/public/share/src/gcl-2.4.3-linux'
> | > (cd gmp/mpn ; make)
> | > make[2]: Entering directory 
> `/stage/public/share/src/gcl-2.4.3-linux/gmp/mpn'
> | > Making all in tests
> | > make[3]: Entering directory 
> `/stage/public/share/src/gcl-2.4.3-linux/gmp/mpn/tests'
> | > make[3]: Nothing to be done for `all'.
> | > make[3]: Leaving directory 
> `/stage/public/share/src/gcl-2.4.3-linux/gmp/mpn/tests'
> | > make[3]: Entering directory 
> `/stage/public/share/src/gcl-2.4.3-linux/gmp/mpn'
> | > make[3]: Nothing to be done for `all-am'.
> | > make[3]: Leaving directory 
> `/stage/public/share/src/gcl-2.4.3-linux/gmp/mpn'
> | > make[2]: Leaving directory 
> `/stage/public/share/src/gcl-2.4.3-linux/gmp/mpn'
> | > (cd gmp/mpz ; make)
> | > make[2]: Entering directory 
> `/stage/public/share/src/gcl-2.4.3-linux/gmp/mpz'
> | > Making all in tests
> | > make[3]: Entering directory 
> `/stage/public/share/src/gcl-2.4.3-linux/gmp/mpz/tests'
> | > make[3]: Nothing to be done for `all'.
> | > make[3]: Leaving directory 
> `/stage/public/share/src/gcl-2.4.3-linux/gmp/mpz/tests'
> | > make[3]: Entering directory 
> `/stage/public/share/src/gcl-2.4.3-linux/gmp/mpz'
> | > make[3]: Nothing to be done for `all-am'.
> | > make[3]: Leaving directory 
> `/stage/public/share/src/gcl-2.4.3-linux/gmp/mpz'
> | > make[2]: Leaving directory 
> `/stage/public/share/src/gcl-2.4.3-linux/gmp/mpz'
> | > (cd gmp ; make `echo *.c | sed -e "s!\.c!.o !g"` )
> | > make[2]: Entering directory `/stage/public/share/src/gcl-2.4.3-linux/gmp'
> | > make[2]: `assert.o' is up to date.
> | > make[2]: `compat.o' is up to date.
> | > make[2]: `errno.o' is up to date.
> | > make[2]: `extract-dbl.o' is up to date.
> | > make[2]: `insert-dbl.o' is up to date.
> | > make[2]: `memory.o' is up to date.
> | > make[2]: `mp_bpl.o' is up to date.
> | > make[2]: `mp_clz_tab.o' is up to date.
> | > make[2]: `mp_minv_tab.o' is up to date.
> | > make[2]: `mp_set_fns.o' is up to date.
> | > make[2]: `rand.o' is up to date.
> | > make[2]: `randclr.o' is up to date.
> | > make[2]: `randlc.o' is up to date.
> | > make[2]: `randlc2x.o' is up to date.
> | > make[2]: `randraw.o' is up to date.
> | > make[2]: `randsd.o' is up to date.
> | > make[2]: `randsdui.o' is up to date.
> | > make[2]: `stack-alloc.o' is up to date.
> | > make[2]: `version.o' is up to date.
> | > make[2]: Leaving directory `/stage/public/share/src/gcl-2.4.3-linux/gmp'
> | > (cd gmp ; rm -f libgmp.a ;  ar qc libgmp.a *.o */*.o)
> | > make[1]: Leaving directory `/stage/public/share/src/gcl-2.4.3-linux'
> | > rm -f o/cmpinclude.h ; ln h/cmpinclude.h o
> | > (cd o; make all)
> | > make[1]: Entering directory `/stage/public/share/src/gcl-2.4.3-linux/o'
> | > ../bin/dpp readline
> | > dpp: readline.d -> readline.c
> | > gcc -pipe -fwritable-strings  -DVOL=volatile -I/p/src/gcl-2.4.3-linux/o 
> -fsigned-char -c -O  -I../gcl-tk -I../h/ -O4   readline.c 
> | > readline.d:47:31: readline/readline.h: No such file or directory
> | > readline.d:48:30: readline/history.h: No such file or directory
> | > readline.d: In function `rl_completion':
> | > readline.d:98: warning: return makes pointer from integer without a cast
> | > readline.d: In function `rl_getc_em':
> | > readline.d:118: warning: assignment makes pointer from integer without a 
> cast
> | > readline.d: In function `siLreadline_init':
> | > readline.d:227: `rl_readline_name' undeclared (first use in this function)
> | > readline.d:227: (Each undeclared identifier is reported only once
> | > readline.d:227: for each function it appears in.)
> | > readline.d: In function `init_readline_function':
> | > readline.d:294: `rl_readline_name' undeclared (first use in this function)
> | > readline.d:296: `rl_attempted_completion_function' undeclared (first use 
> in this function)
> | > readline.d:296: `CPPFunction' undeclared (first use in this function)
> | > readline.d:296: parse error before ')' token
> | > make[1]: *** [readline.o] Error 1
> | > make[1]: Leaving directory `/stage/public/share/src/gcl-2.4.3-linux/o'
> | > make: *** [all] Error 2
> | > scapa:/p/src/gcl-2.4.3-linux> 
> | > --G4iJoqBmSsgzjUCe
> | > Content-Type: text/plain; charset=us-ascii
> | > Content-Disposition: attachment; filename="buildlog.solaris.txt"
> | > 
> | > tcsh: using dumb terminal settings.
> | > > uname -a
> | > SunOS tantallon.cs.utexas.edu 5.8 Generic_108528-12 sun4u sparc 
> SUNW,Ultra-2
> | > > pwd
> | > /stage/public/share/src/gcl-2.4.3-solaris
> | > > ./configure --prefix=/p
> | > loading cache ./config.cache
> | > checking system version (for dynamic loading)... checking for gawk... 
> (cached) gawk
> | > checking for makeinfo... (cached) makeinfo
> | > SunOS-5.8
> | > checking for gcc... (cached) 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... (cached) yes
> | > checking whether gcc accepts -g... (cached) yes
> | > checking finding DBEGIN... got 0x0
> | > checking finding CSTACK_ADDRESS... got -4261084
> | > checking sizeof long long int... yes
> | > checking for getcwd... (cached) yes
> | > checking for getwd... (cached) yes
> | > checking for uname... (cached) yes
> | > checking for gettimeofday... (cached) yes
> | > checking how to run the C preprocessor... (cached) gcc -E
> | > checking for sys/ioctl.h... (cached) yes
> | > checking for BSDgettimeofday... (cached) no
> | > checking for gettimeofday... (cached) yes
> | > checking for gettimeofday declaration... present
> | > checking for sin in -lm... (cached) yes
> | > checking for main in -lmingwex... (cached) no
> | > checking for math.h... (cached) yes
> | > checking for isnormal... checking for fpclass in ieeefp.h... yes
> | > checking for sockets... checking for connect... (cached) no
> | > checking for main in -lsocket... (cached) yes
> | > checking for gethostbyname... (cached) yes
> | > checking for main in -lreadline... (cached) no
> | > checking for bfd.h... (cached) yes
> | > checking for bfd_init in -lbfd... (cached) yes
> | > gawk: cmd. line:1: warning: escape sequence `\.' treated as plain `.'
> | > checking For network code for nsocket.c... yes
> | > checking check for listen using fcntl... yes
> | > checking for profil... (cached) yes
> | > checking for setenv... (cached) yes
> | > checking for _cleanup... (cached) yes
> | > checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
> | > checking host system type... sparc-sun-solaris2.8
> | > host=sparc-sun-solaris2.8
> | > checking check for SV_ONSTACK... no
> | > checking check for SIGSYS... yes
> | > checking check for SIGEMT... yes
> | > checking for asm/sigcontext.h... (cached) no
> | > checking for asm/signal.h... (cached) no
> | > sigcontext in signal.h
> | > checking for emacs... (cached) /lusr/bin/emacs
> | > checking emacs site lisp directory... /lusr/gnu/share/emacs/20.3/site-lisp
> | > checking emacs default.el... 
> /lusr/gnu/share/emacs/20.3/site-lisp/default.el
> | > checking emacs info/dir... /usr/local/info/
> | > checking for tcl/tk... checking for tclsh... (cached) tclsh
> | > checking for main in -llieee... (cached) no
> | > checking for dlopen in -ldl... (cached) yes
> | > using TK_VERSION=8.3 in /usr/local/lib
> | > enable_machine=
> | > use=solaris
> | > checking alloca... yes
> | > checking use_gmp=yes, doing configure in gmp directory... loading cache 
> ./config.cache
> | > checking host system type... (cached) sparcv9-sun-solaris2.8
> | > checking target system type... (cached) sparcv9-sun-solaris2.8
> | > checking build system type... (cached) sparcv9-sun-solaris2.8
> | > checking for a BSD compatible install... (cached) /lusr/gnu/bin/install -c
> | > checking whether build environment is sane... yes
> | > checking for mawk... (cached) gawk
> | > checking whether make sets ${MAKE}... (cached) yes
> | > checking whether to enable maintainer-specific portions of Makefiles... no
> | > checking for BSD-compatible nm... (cached) /usr/ccs/bin/nm -p
> | > checking for gcc... gcc
> | > checking if the C compiler (gcc) works with flags -g -O2 
> -Wa,-xarch=v8plus... yes
> | > checking if the C compiler (gcc) works with flags -g -O2 -m64 -mptr64 
> -Wa,-xarch=v9 -mcpu=v9... no
> | > checking for cc... cc
> | > checking if the C compiler (cc) works with flags -xtarget=native 
> -xarch=v8 -xO4... yes
> | > checking if the C compiler (cc) works with flags -xtarget=native 
> -xarch=v9 -xO4... yes
> | > checking whether the C compiler (cc) is 64-bit capable... yes
> | > checking whether the C compiler (cc -xtarget=native -xarch=v9 -xO4  ) 
> works... yes
> | > checking whether the C compiler (cc -xtarget=native -xarch=v9 -xO4  ) is 
> a cross-compiler... yes
> | > checking whether we are using GNU C... (cached) no
> | > (cached) checking how to run the C preprocessor... (cached) cc -E
> | > checking for a BSD compatible install... /lusr/gnu/bin/install -c
> | > checking whether ln -s works... (cached) yes
> | > checking for suitable m4... (cached) m4
> | > checking for ar... (cached) ar
> | > checking how to switch to text section... (cached) .text
> | > checking how to switch to data section... (cached) .data
> | > checking how to export a symbol... (cached) .globl
> | > checking what assembly label suffix to use... (cached) :
> | > checking how the .type assembly directive should be used... (cached) 
> .type        $1,#$2
> | > checking if the .size assembly directive works... (cached) .size  $1,$2
> | > checking what prefix to use for a local label... (cached) .L
> | > checking how to define a 32-bit word... (cached) .long
> | > checking if symbols are prefixed by underscore... (cached) no
> | > checking if .align assembly directive is logarithmic... (cached) no
> | > checking for Cygwin environment... (cached) no
> | > checking for mingw32 environment... (cached) no
> | > checking for EMX OS/2 environment... (cached) no
> | > checking for executable suffix... (cached) no
> | > checking for object suffix... (cached) o
> | > checking build system type... (cached) sparcv9-sun-solaris2.8
> | > checking for non-GNU ld... (cached) /usr/ccs/bin/ld
> | > checking if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no
> | > checking for /usr/ccs/bin/ld option to reload object files... (cached) -r
> | > checking how to recognise dependant libraries... (cached) pass_all
> | > checking for ranlib... (cached) ranlib
> | > checking for strip... (cached) strip
> | > loading cache ./config.cache within ltconfig
> | > checking for objdir... .libs
> | > checking for cc option to produce PIC... (cached)  -KPIC
> | > checking if cc PIC flag  -KPIC works... (cached) yes
> | > checking if cc static flag  works... (cached) no
> | > checking if cc supports -c -o file.o... yes
> | > checking if cc supports -c -o file.lo... no
> | > checking whether the linker (/usr/ccs/bin/ld) supports shared 
> libraries... yes
> | > checking how to hardcode library paths into programs... immediate
> | > checking whether stripping libraries is possible... no
> | > checking dynamic linker characteristics... solaris2.8 ld.so
> | > checking command to parse /usr/ccs/bin/nm -p output... ok
> | > checking if libtool supports shared libraries... yes
> | > checking whether to build shared libraries... yes
> | > checking whether to build static libraries... yes
> | > creating libtool
> | > loading cache ./config.cache
> | > checking whether optarg is declared... (cached) yes
> | > checking for ANSI C header files... (cached) yes
> | > checking for getopt.h... (cached) no
> | > checking for unistd.h... (cached) yes
> | > checking for sys/sysctl.h... (cached) no
> | > checking for sys/time.h... (cached) yes
> | > checking for void... (cached) no
> | > checking for preprocessor stringizing operator... (cached) yes
> | > checking for getopt_long... (cached) no
> | > checking for getpagesize... (cached) yes
> | > checking for popen... (cached) yes
> | > checking for processor_info... (cached) yes
> | > checking for strtoul... (cached) yes
> | > checking for sysconf... (cached) yes
> | > checking for sysctlbyname... (cached) no
> | > checking if ansi2knr should be used... (cached) no
> | > creating config.m4
> | > updating cache ./config.cache
> | > creating ./config.status
> | > creating Makefile
> | > creating mpf/Makefile
> | > creating mpz/Makefile
> | > creating mpn/Makefile
> | > creating mpq/Makefile
> | > creating mpf/tests/Makefile
> | > creating mpz/tests/Makefile
> | > creating mpq/tests/Makefile
> | > creating mpn/tests/Makefile
> | > creating tests/Makefile
> | > creating tests/rand/Makefile
> | > creating demos/Makefile
> | > creating tune/Makefile
> | > creating mpbsd/Makefile
> | > creating mpbsd/tests/Makefile
> | > creating mpfr/Makefile
> | > creating mpfr/tests/Makefile
> | > creating config.h
> | > config.h is unchanged
> | > linking ./mpn/generic/inlines.c to mpn/inlines.c
> | > linking ./mpn/sparc64/add_n.asm to mpn/add_n.asm
> | > linking ./mpn/sparc64/sub_n.asm to mpn/sub_n.asm
> | > linking ./mpn/sparc64/mul_1.asm to mpn/mul_1.asm
> | > linking ./mpn/sparc64/addmul_1.asm to mpn/addmul_1.asm
> | > linking ./mpn/sparc64/submul_1.asm to mpn/submul_1.asm
> | > linking ./mpn/sparc64/lshift.asm to mpn/lshift.asm
> | > linking ./mpn/sparc64/rshift.asm to mpn/rshift.asm
> | > linking ./mpn/generic/diveby3.c to mpn/diveby3.c
> | > linking ./mpn/generic/divrem.c to mpn/divrem.c
> | > linking ./mpn/generic/divrem_1.c to mpn/divrem_1.c
> | > linking ./mpn/generic/divrem_2.c to mpn/divrem_2.c
> | > linking ./mpn/generic/mod_1.c to mpn/mod_1.c
> | > linking ./mpn/generic/mod_1_rs.c to mpn/mod_1_rs.c
> | > linking ./mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
> | > linking ./mpn/generic/dump.c to mpn/dump.c
> | > linking ./mpn/generic/mul.c to mpn/mul.c
> | > linking ./mpn/generic/mul_fft.c to mpn/mul_fft.c
> | > linking ./mpn/generic/mul_n.c to mpn/mul_n.c
> | > linking ./mpn/generic/mul_basecase.c to mpn/mul_basecase.c
> | > linking ./mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c
> | > linking ./mpn/generic/random.c to mpn/random.c
> | > linking ./mpn/generic/random2.c to mpn/random2.c
> | > linking ./mpn/generic/sqrtrem.c to mpn/sqrtrem.c
> | > linking ./mpn/generic/get_str.c to mpn/get_str.c
> | > linking ./mpn/generic/set_str.c to mpn/set_str.c
> | > linking ./mpn/generic/scan0.c to mpn/scan0.c
> | > linking ./mpn/generic/scan1.c to mpn/scan1.c
> | > linking ./mpn/generic/popcount.c to mpn/popcount.c
> | > linking ./mpn/generic/hamdist.c to mpn/hamdist.c
> | > linking ./mpn/generic/cmp.c to mpn/cmp.c
> | > linking ./mpn/generic/perfsqr.c to mpn/perfsqr.c
> | > linking ./mpn/generic/bdivmod.c to mpn/bdivmod.c
> | > linking ./mpn/generic/gcd_1.c to mpn/gcd_1.c
> | > linking ./mpn/generic/gcd.c to mpn/gcd.c
> | > linking ./mpn/generic/gcdext.c to mpn/gcdext.c
> | > linking ./mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
> | > linking ./mpn/generic/bz_divrem_n.c to mpn/bz_divrem_n.c
> | > linking ./mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c
> | > linking ./mpn/generic/jacbase.c to mpn/jacbase.c
> | > linking ./mpn/sparc64/copyi.asm to mpn/copyi.asm
> | > linking ./mpn/sparc64/gmp-mparam.h to gmp-mparam.h
> | > checking Checking for buggy gcc version from redhat... no
> | > creating ./config.status
> | > creating makedefc
> | > creating h/gclincl.h
> | > makedefc
> | > 
> | > # begin makedefs
> | > 
> | > # use=solaris
> | > 
> | > # for main link of raw_gcl
> | > LIBS= -lm -lsocket  
> /lusr/gnu/lib/gcc-lib/sparc-sun-solaris2.7/3.0.3/../../../libbfd.a 
> /lusr/gnu/lib/gcc-lib/sparc-sun-solaris2.7/3.0.3/../../../libiberty.a
> | > 
> | > #The multi precision library stuff
> | > MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
> | > 
> | > 
> | > # root for the installation, eg /usr/local
> | > # This would cause make install to create /usr/local/bin/gcl and
> | > # /usr/local/lib/gcl-2-??/* with some basic files.
> | > prefix=/p
> | > 
> | > # where to place the info files
> | > INFO_DIR=/usr/local/info/
> | > 
> | > # where to put emacs lisp files.
> | > EMACS_SITE_LISP=/lusr/gnu/share/emacs/20.3/site-lisp
> | > 
> | > # the default.el file
> | > EMACS_DEFAULT_EL=/lusr/gnu/share/emacs/20.3/site-lisp/default.el
> | > 
> | > # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
> | > # if these are found.
> | > TK_CONFIG_PREFIX=/usr/local/lib
> | > TK_LIBRARY=/usr/local/lib/tk8.3
> | > TCL_LIBRARY=/usr/local/lib/tcl8.3
> | > TK_XINCLUDES=-I/lusr/X11R6.3/include
> | > TK_INCLUDE=-I/usr/local/lib/../include
> | > TCL_INCLUDE=-I/usr/local/lib/../include
> | > TK_LIB_SPEC=-L/lusr/lib -ltk8.3
> | > TK_BUILD_LIB_SPEC=-L/v/antivenin/v1/CVSBUILD/tk_tcl/tk/unix -ltk8.3
> | > TK_XLIBSW=-L/lusr/X11R6.3/lib -lX11
> | > TK_XINCLUDES=-I/lusr/X11R6.3/include
> | > TCL_LIB_SPEC=-L/lusr/lib -ltcl8.3${TCL_DBGX}
> | > TCL_DL_LIBS=-ldl
> | > TCL_LIBS=-ldl -lsocket -lnsl -lm
> | > 
> | > NOTIFY=yes
> | > GCC=gcc
> | > 
> | > RL_OBJS=
> | > 
> | > RL_LIB=
> | > 
> | > MAKEINFO=makeinfo
> | > 
> | > MP_INCLUDE=h/gmp.h
> | > add-defs1 solaris
> | > using solaris.defs
> | > > make
> | > make: Fatal error in reader: makefile, line 14: Unexpected end of line 
> seen
> | > > cat makefile
> | > # Compiling gcl:
> | > #   ./configure
> | > #   make
> | > # For more details see the file readme
> | > 
> | > prefix=/usr/local
> | > # This would cause make install to create /usr/local/bin/gcl and
> | > # /usr/local/lib/gcl-x.yy/* with some basic files.
> | > # This prefix may be overridden e.g. with
> | > # ./configure --prefix=/usr/share
> | > 
> | > 
> | > -include makedefs
> | > 
> | > 
> | > BINDIR    = bin
> | > HDIR      = h/
> | > CDIR      = c
> | > ODIR      = o
> | > LSPDIR    = lsp
> | > CMPDIR    = cmpnew
> | > PORTDIR   = unixport
> | > MPDIR     = mp
> | > GMP_DIR = gmp/
> | > 
> | > all:   ${HDIR}cmpinclude.h
> | >   (cd $(BINDIR); make all)
> | >   make mpfiles
> | >   rm -f o/cmpinclude.h ; ln h/cmpinclude.h o
> | >   (cd $(ODIR); make all)
> | >   (cd $(LSPDIR); make all)
> | >   (cd $(CMPDIR); make all)
> | >   (cd $(PORTDIR); make saved_gcl)
> | >   make command
> | > 
> | > #         After making successfully send in a notification to
> | > # address@hidden   This is extremely helpful in
> | > # tracking on which machines and OS versions there are problems.
> | > # This will be done automatically by the  xbin/notify line.
> | >   (cd  cmpnew ; make collectfn.o)
> | >   (cd lsp ; make info.o)
> | >   @- if  [ -f cmpnew/collectfn.o ]  ; \
> | >   then echo "Make of GCL `cat majvers`.`cat minvers` completed." ; \
> | >         if [ "${NOTIFY}" = "yes" ] ; then \
> | >   ./xbin/notify "CC=${CC}" ;  fi ;\
> | >   else echo "The new image failed to compile collectfn.lsp" ;fi ; \
> | >   if [ -d "${TK_CONFIG_PREFIX}" ] ; \
> | >   then (cd gcl-tk ; make) ; \
> | >   else echo "gcl-tk not made..missing include or lib" ; fi 
> | >   (cd info ; make)
> | > 
> | > mpfiles: ${MPFILES}
> | > 
> | > $(MPDIR)/libmport.a:
> | >   (cd mp ; make all)
> | > 
> | > gmp/libgmp.a: gmp/Makefile
> | >   (cd gmp/mpn ; make)
> | >   (cd gmp/mpz ; make)
> | >   (cd gmp ; make `echo *.c | sed -e "s!\.c!.o !g"` )
> | >   (cd gmp ; rm -f libgmp.a ;  ar qc libgmp.a *.o */*.o)
> | > 
> | > 
> | > 
> | > command:
> | >   rm -f bin/gcl xbin/gcl
> | >   GCLDIR=`echo ${GCLDIR} | sed -e 'sX^/cygdrive/\([a-z]\)X\1!Xg' -e 
> 'sX^//\([a-z]\)X\1!Xg'` ; \
> | >   make install-command "INSTALL_LIB_DIR=$${GCLDIR}" "prefix=$${GCLDIR}" 
> | >   (cd xbin ; ln -s ../bin/gcl .)
> | > 
> | > merge:
> | >   ${CC} -o merge merge.c
> | > 
> | > LISP_LIB=cmpnew/collectfn.o lsp/gprof.lsp lsp/info.o lsp/profile.lsp 
> gcl-tk/tkl.o  gcl-tk/tinfo.o gcl-tk/decode.tcl gcl-tk/demos/*.lsp 
> gcl-tk/demos/*.lisp gcl-tk/demos/*.o $(RL_LIB)
> | > 
> | > install-command:
> | >   rm -f $(DESTDIR)${prefix}/bin/gcl
> | >   (echo '#!/bin/sh' ; \
> | >   echo exec ${INSTALL_LIB_DIR}/unixport/saved_gcl$(EXE) \\ ; \
> | >   echo '   -dir' ${INSTALL_LIB_DIR}/unixport/ \\ ; \
> | >   echo '   -libdir' ${INSTALL_LIB_DIR}/ \\ ; \
> | >   echo '   -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ;\
> | >   ! [ -d "${TK_CONFIG_PREFIX}" ] || echo '   -eval '\''(setq 
> si::*tk-library* '\"${TK_LIBRARY}\"')'\' \\;\
> | >   [ "$(RL_OBJS)" = "" ] || echo '   -eval '\''(si::init-readline)'\' \\;\
> | >   echo '     '\"address@hidden" ) > $(DESTDIR)${prefix}/bin/gcl;
> | >   echo '#' other options: -load "/tmp/foo.o" -load "jo.lsp" -eval '"(joe 
> 3)"' >> $(DESTDIR)${prefix}/bin/gcl
> | >   chmod a+x $(DESTDIR)${prefix}/bin/gcl
> | > 
> | > install: 
> | >   make install1 "INSTALL_LIB_DIR=${prefix}/lib/gcl-`cat majvers`.`cat 
> minvers`" "prefix=${prefix}" DESTDIR=$(DESTDIR)
> | > INSTALL_LIB_DIR=
> | > install1:
> | >   mkdir -p $(DESTDIR)${prefix}/lib 
> | >   mkdir -p $(DESTDIR)${prefix}/bin
> | >   mkdir -p $(DESTDIR)${INSTALL_LIB_DIR}
> | >   make install-command "INSTALL_LIB_DIR=${INSTALL_LIB_DIR}" 
> "prefix=${prefix}" DESTDIR=$(DESTDIR)
> | >   rm -f $(DESTDIR)${prefix}/bin/gcl.exe
> | >   tar cf - unixport/saved_gcl$(EXE) info/*.info* ${LISP_LIB} \
> | >   gcl-tk/gcl.tcl gcl-tk/gcltkaux$(EXE)  |  (cd 
> $(DESTDIR)${INSTALL_LIB_DIR} ;tar xf -)
> | >   ln ${SYMB} ${INSTALL_LIB_DIR}/unixport/saved_gcl$(EXE) \
> | >    $(DESTDIR)${prefix}/bin/gcl.exe
> | >   if [ -d "${TK_CONFIG_PREFIX}" ] ; then  \
> | >   cat gcl-tk/gcltksrv$(BAT) | \
> | >   sed -e "s!GCL_TK_DIR=.*!GCL_TK_DIR=${INSTALL_LIB_DIR}/gcl-tk!g"  \
> | >   -e "s!TK_LIBRARY=.*!TK_LIBRARY=${TK_LIBRARY}!g" > \
> | >   $(DESTDIR)${INSTALL_LIB_DIR}/gcl-tk/gcltksrv$(BAT) ; \
> | >   chmod a+x $(DESTDIR)${INSTALL_LIB_DIR}/gcl-tk/gcltksrv$(BAT) ; fi
> | >   if [ -d "${TK_CONFIG_PREFIX}" ] ; then  \
> | >   (cd $(DESTDIR)${INSTALL_LIB_DIR}/gcl-tk/demos ; \
> | >   echo '(load "../tkl.o")(TK::GET-AUTOLOADS (directory "*.lisp"))' | 
> ../../unixport/saved_gcl$(EXE)) ; fi
> | >   (cd elisp ; make install DESTDIR=$(DESTDIR))
> | >   (cd info ; make ; make install DESTDIR=$(DESTDIR))
> | > 
> | > clean:
> | >   (cd $(BINDIR); make clean)
> | >   (cd mp ; make clean)
> | >   (cd $(ODIR); make clean)
> | >   (cd $(LSPDIR); make clean)
> | >   (cd $(CMPDIR); make clean)
> | >   (cd $(PORTDIR); make clean)
> | >   (cd gcl-tk ; make clean)
> | >   -(cd gmp ; make distclean)
> | >   (cd info ; make clean)
> | >   rm -f foo.tcl config.log makedefs makedefsafter config.cache 
> config.status makedefc
> | >   rm -f h/config.h h/gclincl.h h/cmpinclude.h
> | >   rm -rf gmp/.deps gmp/libgmp.a
> | >   rm -f xbin/gcl foo foo.c
> | > 
> | > CMPINCLUDE_FILES=${HDIR}cmpincl1.h ${HDIR}gclincl.h ${HDIR}compbas.h 
> ${HDIR}enum.h $(MP_INCLUDE) ${HDIR}object.h ${HDIR}vs.h \
> | >   ${HDIR}bds.h ${HDIR}frame.h \
> | >   ${HDIR}lex.h ${HDIR}eval.h    ${HDIR}funlink.h \
> | >   ${HDIR}att_ext.h ${HDIR}new_decl.h ${HDIR}compbas2.h ${HDIR}compat.h 
> ${HDIR}cmponly.h
> | > 
> | > OTHERS=${HDIR}notcomp.h ${HDIR}rgbc.h ${HDIR}stacks.h 
> | > 
> | > ${HDIR}cmpinclude.h: ${CMPINCLUDE_FILES} ${HDIR}config.h
> | >   cat ${HDIR}config.h | sed -e "1,/Begin for cmpincl/d" \
> | >           -e "/End for cmpinclude/,50000d" > tmpx
> | >   cat ${CMPINCLUDE_FILES} >> tmpx
> | >   ./xbin/move-if-changed mv tmpx h/cmpinclude.h
> | >   ./xbin/move-if-changed ln h/cmpinclude.h o/cmpinclude.h
> | > 
> | > go:
> | >   mkdir go
> | >   (cd go ; ln -s ../o/makefile ../o/*.o ../o/*.c ../o/*.d ../o/*.ini  .)
> | >   (cd go ; make  go)
> | > 
> | > tar:
> | >   rm -f gcl-`cat majvers`.`cat minvers`
> | >   xbin/distribute ../ngcl-`cat majvers`.`cat minvers`-beta.tgz
> | > 
> | > configure: configure.in
> | >   autoconf configure.in > configure
> | >   chmod a+rx configure
> | > 
> | > kcp:
> | >   (cd go ; make  "CFLAGS = -I../h -pg  -c -g ")
> | >   (cd unixport ; make gcp)
> | > > 
> | > --G4iJoqBmSsgzjUCe--
> | > 
> | > 
> | 
> | -- 
> | Camm Maguire                                                address@hidden
> | ==========================================================================
> | "The earth is but one country, and mankind its citizens."  --  Baha'u'llah
> 
> 

-- 
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]