- From: Paul Michael Reilly <pmr@copa.pajato.com>
- Date: Wed, 19 Nov 1997 09:45:50 -0500
- To: Irene.Vatton@imag.fr
- Cc: www-amaya@w3.org
I received three warnings, 1 of which I reported a few weeks ago when trying to install 1.1b, :-( One of the warnings dealt with not finding Kaffe-0.9.2. This was easily solved with a symlink. The other two are not as easy to resolve: finding the Thot editor sources and the missing Java classes. FWIW, the Web instructions for building Amaya still refer to two separate tarballs. These instructions should be updated to deal with a single tarball, Kaffe and probably the Thot editor sources. The configure output follows. Thanks, -pmr [pmr@copa /projects]$ tar xzf archives/amaya-src-1.1c.tar.gz [pmr@copa /projects]$ cd Thot [pmr@copa Thot]$ mkdir linux [pmr@copa Thot]$ cd linux [pmr@copa linux]$ uname -a Linux copa.pajato.com 2.0.30 #1 Tue Apr 22 10:49:45 EDT 1997 i686 unknown [pmr@copa linux]$ ../configure --with-thot --with-amaya --enable-java --enable-plugin creating cache ./config.cache ... checking for Motif... libraries /usr/X11R6/lib, headers /usr/X11R6/include configure: warning: Thot editor sources not found configure: warning: kaffe-0.9.2 sources not found ... [pmr@copa linux]$ cd .. [pmr@copa Thot]$ ln -s /projects/kaffe-0.9.2 kaffe-0.9.2 [pmr@copa Thot]$ cd linux [pmr@copa linux]$ rm config.cache [pmr@copa linux]$ ../configure --with-thot --with-amaya --enable-java --enable-plugin creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking whether make sets ${MAKE}... yes checking for bison... bison -y checking for gcc... gcc checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for flex... flex checking for -lfl... yes checking for mawk... mawk checking for a BSD compatible install... /usr/local/bin/install -c checking whether ln -s works... yes checking whether make sets ${MAKE}... (cached) yes checking for ranlib... ranlib checking for cp... /bin/cp checking for mv... /bin/mv checking for rm... /bin/rm checking for mkdir... /bin/mkdir checking for echo... /bin/echo checking for cat... /bin/cat checking for chmod... /bin/chmod checking for sed... /bin/sed checking for ar... /usr/local/bin/ar checking for diff... /usr/local/bin/diff checking for -lsocket... no checking for -linet... no checking for -lnsl... no checking for -ldl... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for POSIXized ISC... no checking for -lICE... yes checking for -ldnet... no checking for -ldnet_stub... no checking for -lnsl... (cached) no checking for -lsocket... (cached) no checking for dirent.h that defines DIR... yes checking for -ldir... no checking whether cross-compiling... no checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for stdio.h... yes checking for sys/types.h... yes checking for types.h... no checking for sys/unistd.h... no checking for unistd.h... yes checking for sys/fcntl.h... yes checking for fcntl.h... yes checking for sys/limits.h... no checking for limits.h... yes checking for sys/stat.h... yes checking for stat.h... no checking for sys/file.h... yes checking for sys/ioctl.h... yes checking for sys/time.h... yes checking for time.h... yes checking for sys/systeminfo.h... no checking for string.h... yes checking for strings.h... yes checking for syslog.h... yes checking for sys/socket.h... yes checking for socket.h... no checking for appkit/appkit.h... no checking for appkit.h... no checking for netinet/in.h... yes checking for in.h... no checking for dn.h... no checking for sys/ipc.h... yes checking for net/errno.h... no checking for sys/errno.h... yes checking for errno.h... yes checking for pwd.h... yes checking for grp.h... yes checking for arpa/inet.h... yes checking for inet.h... no checking for netdb.h... yes checking for manifest.h... no checking for bsdtypes.h... no checking for stdefs.h... no checking for bsdtime.h... no checking for sys/select.h... no checking for select.h... no checking for dnetdb.h... no checking for libc.h... no checking for stdlib.h... yes checking for malloc.h... yes checking for memory.h... yes checking for unixlib.h... no checking for ctype.h... yes checking for cursesX.h... no checking for curses.h... yes checking for sys/resource.h... yes checking for resource.h... no checking for dirent.h that defines DIR... (cached) yes checking for -ldir... (cached) no checking for dir.h... no checking for direct.h... no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether stat file-mode macros are broken... no checking for working const... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether struct tm is in sys/time.h or time.h... time.h checking for tm_zone in struct tm... no checking for tzname... yes checking for uid_t in sys/types.h... yes checking for working alloca.h... yes checking for alloca... yes checking type of array argument to getgroups... gid_t checking whether gcc needs -traditional... no checking for 8-bit clean memcmp... yes checking for valloc... yes checking for getpagesize... yes checking for working mmap... yes checking return type of signal handlers... void checking for vprintf... yes checking for getcwd... yes checking for gethostname... yes checking for gettimeofday... yes checking for getwd... yes checking for mkdir... yes checking for mktime... yes checking for putenv... yes checking for select... yes checking for socket... yes checking for strdup... yes checking for strerror... yes checking for strftime... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for uname... yes checking for Motif... libraries /usr/X11R6/lib, headers /usr/X11R6/include configure: warning: Thot editor sources not found configure: warning: Amaya Java classes not found : disabling Java! updating cache ./config.cache creating ./config.status creating Makefile creating Options.orig creating tools/Makefile creating libjpeg/Makefile creating libpng/Makefile creating libpng/zlib/Makefile creating tools/mkdep/Makefile creating tools/cextract-1.7/Makefile creating thotlib/Makefile creating thotlib/include/Makefile creating batch/Makefile creating tablelib/Makefile creating amaya/Makefile creating pluginlib/Makefile creating config.h config.h is unchanged Amaya package is now configured Amaya configured with libWWW Amaya configured with Plugins support Amaya configured with Math support Now start "make all" (GNU make preferably) to build the binaries [pmr@copa linux]$
Received on Wednesday, 19 November 1997 09:46:41 UTC