Amaya/GTK compile failure on freeBSD 3.4

Hello,

I successfully compiled amaya on my freeBSD 3.4 i386 system with
lesstif but I *hate* motif/lesstif stupid failure to recognize that
^H (i.e. ctl-h) is the same thing as <BACKSPACE>.  (It's so much
easier to type ^H than to reach the backspace key and I've been
doing so for nearly a quarter of a century.)  It also seems not to
recognize the Unix line-kill character (^U) and probably not the
word-kill character (^W) either.  If I wanted to put up with that
I'd use microsoft junk.

So, I tried to compile with GTK instead, hoping that that would
recognize those characters.  But the attempt was a dismal failure.

I had no problems compiling the motif/lesstif version.  Do I need a
different distribution to compile with GTK?

I do have libgtk:

PC% ldconfig -r | fgrep -i gtk
        72:-lgtk12.2 => /usr/X11R6/lib/libgtk12.so.2

I'll also append the output of my configure run and that of gmake.

But first a small explanation:  I use Unix tee to save the terminal
output of both configure and make to log files in addition to
configure's saving stuff (which is different to the terminal
output).

I ran configure with "--with-gtk" only as suggested in the
_Compiling Amaya Sources with Autoconf_ from your web site.

Thanks and kind regards,

Charlie Sorsby
        crs@swcp.com
        Edgewood, NM  USA

Here're the log files:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

first what configure normally saves, config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:603: checking host system type
configure:624: checking target system type
configure:642: checking build system type
configure:668: checking whether make sets ${MAKE}
configure:720: checking for bison
configure:753: checking for gcc
configure:866: checking whether the C compiler (gcc  ) works
configure:882: gcc -o conftest    conftest.c  1>&5
configure:908: checking whether the C compiler (gcc  ) is a cross-compiler
configure:913: checking whether we are using GNU C
configure:922: gcc -E conftest.c
configure:941: checking whether gcc accepts -g
configure:973: checking how to run the C preprocessor
configure:994: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1055: checking for flex
configure:1089: checking for yywrap in -lfl
configure:1108: gcc -o conftest -O2   conftest.c -lfl   1>&5
configure:1135: checking for mawk
configure:1135: checking for gawk
configure:1176: checking for a BSD compatible install
configure:1229: checking whether ln -s works
configure:1250: checking whether make sets ${MAKE}
configure:1279: checking for ranlib
configure:1309: checking for cp
configure:1345: checking for mv
configure:1381: checking for rm
configure:1417: checking for mkdir
configure:1453: checking for echo
configure:1489: checking for cat
configure:1525: checking for chmod
configure:1561: checking for sed
configure:1597: checking for ar
configure:1633: checking for diff
configure:1732: checking for socket in -lsocket
configure:1751: gcc -o conftest -O2   conftest.c -lsocket   1>&5
/usr/libexec/elf/ld: cannot open -lsocket: No such file or directory
configure: failed program was:
#line 1740 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char socket();

int main() {
socket()
; return 0; }
configure:1779: checking for connect in -linet
configure:1798: gcc -o conftest -O2   conftest.c -linet   1>&5
/usr/libexec/elf/ld: cannot open -linet: No such file or directory
configure: failed program was:
#line 1787 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char connect();

int main() {
connect()
; return 0; }
configure:1826: checking for t_accept in -lnsl
configure:1845: gcc -o conftest -O2   conftest.c -lnsl   1>&5
/usr/libexec/elf/ld: cannot open -lnsl: No such file or directory
configure: failed program was:
#line 1834 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char t_accept();

int main() {
t_accept()
; return 0; }
configure:1873: checking for dlopen in -ldl
configure:1892: gcc -o conftest -O2   conftest.c -ldl   1>&5
/usr/libexec/elf/ld: cannot open -ldl: No such file or directory
configure: failed program was:
#line 1881 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dlopen();

int main() {
dlopen()
; return 0; }
configure:1924: checking for X
configure:2238: checking for dnet_ntoa in -ldnet
configure:2257: gcc -o conftest -O2   conftest.c -ldnet   1>&5
/usr/libexec/elf/ld: cannot open -ldnet: No such file or directory
configure: failed program was:
#line 2246 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:2279: checking for dnet_ntoa in -ldnet_stub
configure:2298: gcc -o conftest -O2   conftest.c -ldnet_stub   1>&5
/usr/libexec/elf/ld: cannot open -ldnet_stub: No such file or directory
configure: failed program was:
#line 2287 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:2327: checking for gethostbyname
configure:2355: gcc -o conftest -O2   conftest.c  1>&5
configure:2425: checking for connect
configure:2453: gcc -o conftest -O2   conftest.c  1>&5
configure:2517: checking for remove
configure:2545: gcc -o conftest -O2   conftest.c  1>&5
configure:2609: checking for shmat
configure:2637: gcc -o conftest -O2   conftest.c  1>&5
configure:2710: checking for IceConnectionNumber in -lICE
configure:2729: gcc -o conftest -O2   -L/usr/X11R6/lib conftest.c -lICE   1>&5
configure:2804: checking for dirent.h that defines DIR
configure:2817: gcc -c -O2  conftest.c 1>&5
configure:2842: checking for opendir in -ldir
configure:2861: gcc -o conftest -O2   conftest.c -ldir   1>&5
/usr/libexec/elf/ld: cannot open -ldir: No such file or directory
configure: failed program was:
#line 2850 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char opendir();

int main() {
opendir()
; return 0; }
configure:2925: checking for ANSI C header files
configure:2938: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3005: gcc -o conftest -O2   conftest.c  1>&5
configure:3029: checking for sys/wait.h that is POSIX.1 compatible
configure:3050: gcc -c -O2  conftest.c 1>&5
configure:3075: checking for stdio.h
configure:3085: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3115: checking for sys/types.h
configure:3125: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3115: checking for types.h
configure:3125: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3121: types.h: No such file or directory
configure: failed program was:
#line 3120 "configure"
#include "confdefs.h"
#include <types.h>
configure:3155: checking for sys/unistd.h
configure:3165: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3155: checking for unistd.h
configure:3165: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3195: checking for sys/fcntl.h
configure:3205: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3195: checking for fcntl.h
configure:3205: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3235: checking for sys/limits.h
configure:3245: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3241: sys/limits.h: No such file or directory
configure: failed program was:
#line 3240 "configure"
#include "confdefs.h"
#include <sys/limits.h>
configure:3235: checking for limits.h
configure:3245: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3275: checking for sys/stat.h
configure:3285: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3275: checking for stat.h
configure:3285: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3281: stat.h: No such file or directory
configure: failed program was:
#line 3280 "configure"
#include "confdefs.h"
#include <stat.h>
configure:3315: checking for sys/file.h
configure:3325: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3355: checking for sys/ioctl.h
configure:3365: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3395: checking for sys/time.h
configure:3405: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3395: checking for time.h
configure:3405: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3435: checking for sys/systeminfo.h
configure:3445: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3441: sys/systeminfo.h: No such file or directory
configure: failed program was:
#line 3440 "configure"
#include "confdefs.h"
#include <sys/systeminfo.h>
configure:3475: checking for sys/string.h
configure:3485: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3481: sys/string.h: No such file or directory
configure: failed program was:
#line 3480 "configure"
#include "confdefs.h"
#include <sys/string.h>
configure:3475: checking for strings.h
configure:3485: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3515: checking for sys/syslog.h
configure:3525: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3515: checking for syslog.h
configure:3525: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3555: checking for sys/socket.h
configure:3565: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3555: checking for socket.h
configure:3565: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3561: socket.h: No such file or directory
configure: failed program was:
#line 3560 "configure"
#include "confdefs.h"
#include <socket.h>
configure:3595: checking for appkit/appkit.h
configure:3605: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3601: appkit/appkit.h: No such file or directory
configure: failed program was:
#line 3600 "configure"
#include "confdefs.h"
#include <appkit/appkit.h>
configure:3595: checking for appkit.h
configure:3605: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3601: appkit.h: No such file or directory
configure: failed program was:
#line 3600 "configure"
#include "confdefs.h"
#include <appkit.h>
configure:3635: checking for apppkit/apppkit.h
configure:3645: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3641: apppkit/apppkit.h: No such file or directory
configure: failed program was:
#line 3640 "configure"
#include "confdefs.h"
#include <apppkit/apppkit.h>
configure:3635: checking for apppkit.h
configure:3645: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3641: apppkit.h: No such file or directory
configure: failed program was:
#line 3640 "configure"
#include "confdefs.h"
#include <apppkit.h>
configure:3675: checking for netinet/in.h
configure:3685: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3675: checking for in.h
configure:3685: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3681: in.h: No such file or directory
configure: failed program was:
#line 3680 "configure"
#include "confdefs.h"
#include <in.h>
configure:3715: checking for dn.h
configure:3725: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3721: dn.h: No such file or directory
configure: failed program was:
#line 3720 "configure"
#include "confdefs.h"
#include <dn.h>
configure:3755: checking for sys/ipc.h
configure:3765: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3795: checking for net/errno.h
configure:3805: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3801: net/errno.h: No such file or directory
configure: failed program was:
#line 3800 "configure"
#include "confdefs.h"
#include <net/errno.h>
configure:3795: checking for sys/errno.h
configure:3805: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3795: checking for errno.h
configure:3805: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3835: checking for pwd.h
configure:3845: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3875: checking for grp.h
configure:3885: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3915: checking for arpa/inet.h
configure:3925: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3915: checking for inet.h
configure:3925: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3921: inet.h: No such file or directory
configure: failed program was:
#line 3920 "configure"
#include "confdefs.h"
#include <inet.h>
configure:3955: checking for netdb.h
configure:3965: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3995: checking for manifest.h
configure:4005: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4001: manifest.h: No such file or directory
configure: failed program was:
#line 4000 "configure"
#include "confdefs.h"
#include <manifest.h>
configure:4035: checking for bsdtypes.h
configure:4045: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4041: bsdtypes.h: No such file or directory
configure: failed program was:
#line 4040 "configure"
#include "confdefs.h"
#include <bsdtypes.h>
configure:4075: checking for stdefs.h
configure:4085: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4081: stdefs.h: No such file or directory
configure: failed program was:
#line 4080 "configure"
#include "confdefs.h"
#include <stdefs.h>
configure:4115: checking for bsdtime.h
configure:4125: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4121: bsdtime.h: No such file or directory
configure: failed program was:
#line 4120 "configure"
#include "confdefs.h"
#include <bsdtime.h>
configure:4155: checking for sys/select.h
configure:4165: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4155: checking for select.h
configure:4165: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4161: select.h: No such file or directory
configure: failed program was:
#line 4160 "configure"
#include "confdefs.h"
#include <select.h>
configure:4195: checking for dnetdb.h
configure:4205: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4201: dnetdb.h: No such file or directory
configure: failed program was:
#line 4200 "configure"
#include "confdefs.h"
#include <dnetdb.h>
configure:4235: checking for libc.h
configure:4245: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4241: libc.h: No such file or directory
configure: failed program was:
#line 4240 "configure"
#include "confdefs.h"
#include <libc.h>
configure:4275: checking for stdlib.h
configure:4285: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4315: checking for malloc.h
configure:4325: gcc -E  conftest.c >/dev/null 2>conftest.out
In file included from configure:4321:
/usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
configure: failed program was:
#line 4320 "configure"
#include "confdefs.h"
#include <malloc.h>
configure:4355: checking for memory.h
configure:4365: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4395: checking for unixlib.h
configure:4405: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4401: unixlib.h: No such file or directory
configure: failed program was:
#line 4400 "configure"
#include "confdefs.h"
#include <unixlib.h>
configure:4435: checking for ctype.h
configure:4445: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4475: checking for cursesX.h
configure:4485: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4481: cursesX.h: No such file or directory
configure: failed program was:
#line 4480 "configure"
#include "confdefs.h"
#include <cursesX.h>
configure:4475: checking for curses.h
configure:4485: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4515: checking for sys/resource.h
configure:4525: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4515: checking for resource.h
configure:4525: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4521: resource.h: No such file or directory
configure: failed program was:
#line 4520 "configure"
#include "confdefs.h"
#include <resource.h>
configure:4556: checking for dirent.h that defines DIR
configure:4594: checking for opendir in -ldir
configure:4680: checking for dir.h
configure:4690: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4686: dir.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <dir.h>
configure:4680: checking for direct.h
configure:4690: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4686: direct.h: No such file or directory
configure: failed program was:
#line 4685 "configure"
#include "confdefs.h"
#include <direct.h>
configure:4716: checking for ANSI C header files
configure:4820: checking for sys/wait.h that is POSIX.1 compatible
configure:4862: checking whether time.h and sys/time.h may both be included
configure:4876: gcc -c -O2  conftest.c 1>&5
configure:4897: checking whether stat file-mode macros are broken
configure:4955: checking for working const
configure:5009: gcc -c -O2  conftest.c 1>&5
configure:5030: checking for inline
configure:5044: gcc -c -O2  conftest.c 1>&5
configure:5070: checking for mode_t
configure:5103: checking for off_t
configure:5136: checking for size_t
configure:5169: checking whether time.h and sys/time.h may both be included
configure:5204: checking whether struct tm is in sys/time.h or time.h
configure:5217: gcc -c -O2  conftest.c 1>&5
configure:5238: checking for tm_zone in struct tm
configure:5251: gcc -c -O2  conftest.c 1>&5
configure:5308: checking for uid_t in sys/types.h
configure:5346: checking for working alloca.h
configure:5358: gcc -o conftest -O2   conftest.c  1>&5
configure:5352: alloca.h: No such file or directory
configure: failed program was:
#line 5351 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
void *p = alloca(2 * sizeof(int));
; return 0; }
configure:5379: checking for alloca
configure:5412: gcc -o conftest -O2   conftest.c  1>&5
configure:5578: checking type of array argument to getgroups
configure:5611: gcc -o conftest -O2   conftest.c  1>&5
configure:5650: checking whether gcc needs -traditional
configure:5675: termio.h: No such file or directory
configure:5696: checking for 8-bit clean memcmp
configure:5714: gcc -o conftest -O2   conftest.c  1>&5
configure:5735: checking for unistd.h
configure:5774: checking for getpagesize
configure:5802: gcc -o conftest -O2   conftest.c  1>&5
configure:5827: checking for working mmap
configure:5978: gcc -o conftest -O2   conftest.c  1>&5
configure:6001: checking return type of signal handlers
configure:6023: gcc -c -O2  conftest.c 1>&5
configure:6042: checking for vprintf
configure:6070: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for getcwd
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for gethostname
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for gettimeofday
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for getwd
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for mkdir
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for mktime
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for putenv
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for select
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for socket
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for strdup
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for strerror
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for strftime
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for strstr
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for strtod
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for strtol
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for uname
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for lstat
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for strcasecmp
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for strncasecmp
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for strchr
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6149: checking for memcpy
configure:6177: gcc -o conftest -O2   conftest.c  1>&5
configure:6161: warning: conflicting types for built-in function `memcpy'

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

And my configure log, Config.log:

Monday, 22 Apr, 2002 -- 18:23:44 MDT
creating cache ./config.cache
checking host system type... i386-unknown-freebsd3.4
checking target system type... i386-unknown-freebsd3.4
checking build system type... i386-unknown-freebsd3.4
checking whether make sets ${MAKE}... yes
checking for bison... bison -y
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
checking how to run the C preprocessor... gcc -E
checking for flex... flex
checking for yywrap in -lfl... yes
checking for mawk... no
checking for gawk... gawk
checking for a BSD compatible install... /usr/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... /usr/bin/sed
checking for ar... /usr/bin/ar
checking for diff... /usr/bin/diff
checking for socket in -lsocket... no
checking for connect in -linet... no
checking for t_accept in -lnsl... no
checking for dlopen in -ldl... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
\nfound libXp.a\n
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... 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... yes
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 sys/string.h... no
checking for strings.h... yes
checking for sys/syslog.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 apppkit/apppkit.h... no
checking for apppkit.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... yes
checking for select.h... no
checking for dnetdb.h... no
checking for libc.h... no
checking for stdlib.h... yes
checking for malloc.h... no
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 opendir in -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... yes
checking for uid_t in sys/types.h... yes
checking for working alloca.h... no
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 unistd.h... (cached) 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 lstat... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strchr... yes
checking for memcpy... yes
gtk-config: not found
gtk-config: not found
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 annotlib/Makefile
creating config.h
Amaya configured with libWWW
Amaya configured with SVG support
Amaya configured with Annotations support
Amaya configured with Annotation threads support
Amaya configured with generic XML suppport
Amaya configured with GTK
Now type "make all" (GNU make preferably) to build the binaries

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

And finally, my make log, Make.log:

Monday, 22 Apr, 2002 -- 18:24:10 MDT
GNU Make version 3.78.1, by Richard Stallman and Roland McGrath.
Built for i386--freebsd3.4
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
	Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-make@gnu.org>.

Makefile:11: Options: No such file or directory
/bin/cp Options.orig Options
gmake[1]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tools/mkdep'
gcc -O -I../../ -c ../../../tools/mkdep/mkdep.c -o mkdep.o
gcc  -o mkdep mkdep.o
gmake[1]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tools/mkdep'
gmake[1]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tools'
gmake[2]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tools/mkdep'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tools/mkdep'
gmake[2]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tools/cextract-1.7'
Makefile:41: .depends: No such file or directory
../../tools/mkdep/mkdep -relative -vpath ../../../tools/cextract-1.7  ../../../tools/cextract-1.7/*.c  > .depends
gmake[2]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tools/cextract-1.7'
gmake[2]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tools/cextract-1.7'
gcc '-DCPP="'"gcc -E -x c"'"' -O -c ../../../tools/cextract-1.7/parse.c -o parse.o
gcc '-DCPP="'"gcc -E -x c"'"' -O -c ../../../tools/cextract-1.7/main.c -o main.o
gcc '-DCPP="'"gcc -E -x c"'"' -O -c ../../../tools/cextract-1.7/io.c -o io.o
gcc  -o ../../bin/cextract parse.o main.o io.o -lm
gmake[2]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tools/cextract-1.7'
gmake[1]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tools'
gmake[1]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/thotlib'
Makefile:65: .depends: No such file or directory
../tools/mkdep/mkdep -relative -vpath ../../thotlib -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../libjpeg -I../../libpng -I../../libpng/zlib    -I/usr/X11R6/include ../../thotlib/*/*.c  > .depends
gmake[1]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/thotlib'
gmake[1]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/thotlib'
gcc -O2 -W  -D_GTK  -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../libjpeg -I../../libpng -I../../libpng/zlib    -I/usr/X11R6/include -c ../../thotlib/base/fileaccess.c -o base/fileaccess.o
In file included from ../../thotlib/include/interface.h:11,
                 from ../../thotlib/include/appstruct.h:14,
                 from ../../thotlib/internals/h/typestr.h:30,
                 from ../../thotlib/internals/h/typeint.h:19,
                 from ../../thotlib/internals/h/typemedia.h:18,
                 from ../../thotlib/base/fileaccess.c:18:
../../thotlib/include/thot_gui.h:167: gtk/gtk.h: No such file or directory
../../thotlib/include/thot_gui.h:168: gdk/gdk.h: No such file or directory
../../thotlib/include/thot_gui.h:169: gdk/gdkkeysyms.h: No such file or directory
../../thotlib/include/thot_gui.h:171: gdk_imlib.h: No such file or directory
gmake[1]: *** [base/fileaccess.o] Error 1
gmake[1]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/thotlib'
gmake[1]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tablelib'
Makefile:35: .depends: No such file or directory
../tools/mkdep/mkdep -relative -vpath ../../tablelib -DHAVE_CONFIG_H -I.. -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../libjpeg -I../../libpng -I../../libpng/zlib    -I/usr/X11R6/include ../../tablelib/*.c  > .depends
gmake[1]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tablelib'
gmake[1]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tablelib'
gcc -O2 -W  -D_GTK  -DHAVE_CONFIG_H -I.. -I../../tablelib/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../libjpeg -I../../libpng -I../../libpng/zlib    -I/usr/X11R6/include -c ../../tablelib/table.c -o table.o
In file included from ../../thotlib/include/interface.h:11,
                 from ../../thotlib/include/appstruct.h:14,
                 from ../../thotlib/internals/h/typestr.h:30,
                 from ../../thotlib/internals/h/typeint.h:19,
                 from ../../thotlib/internals/h/typemedia.h:18,
                 from ../../tablelib/table.c:20:
../../thotlib/include/thot_gui.h:167: gtk/gtk.h: No such file or directory
../../thotlib/include/thot_gui.h:168: gdk/gdk.h: No such file or directory
../../thotlib/include/thot_gui.h:169: gdk/gdkkeysyms.h: No such file or directory
../../thotlib/include/thot_gui.h:171: gdk_imlib.h: No such file or directory
gmake[1]: *** [table.o] Error 1
gmake[1]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/tablelib'
gmake[1]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/batch'
Makefile:204: .depends: No such file or directory
../tools/mkdep/mkdep -relative -vpath ../../batch -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../libjpeg -I../../libpng -I../../libpng/zlib    -I/usr/X11R6/include ../../batch/*.c  > .depends
gmake[1]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/batch'
gmake[1]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/batch'
gcc '-DCPP="'"gcc -E -x c"'"' -O2 -W  -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../libjpeg -I../../libpng -I../../libpng/zlib    -I/usr/X11R6/include -c ../../batch/../thotlib/base/compilmsg.c -o ../thotlib/base/compilmsg.o
In file included from ../../thotlib/include/interface.h:11,
                 from ../../thotlib/include/appstruct.h:14,
                 from ../../thotlib/internals/h/typestr.h:30,
                 from ../../thotlib/internals/h/typeint.h:19,
                 from ../../thotlib/internals/h/typemedia.h:18,
                 from ../../batch/../thotlib/base/compilmsg.c:22:
../../thotlib/include/thot_gui.h:127: Xm/MwmUtil.h: No such file or directory
../../thotlib/include/thot_gui.h:128: Xm/BulletinB.h: No such file or directory
../../thotlib/include/thot_gui.h:129: Xm/CascadeB.h: No such file or directory
../../thotlib/include/thot_gui.h:130: Xm/DialogS.h: No such file or directory
../../thotlib/include/thot_gui.h:131: Xm/DrawingA.h: No such file or directory
../../thotlib/include/thot_gui.h:132: Xm/DrawnB.h: No such file or directory
../../thotlib/include/thot_gui.h:133: Xm/Frame.h: No such file or directory
../../thotlib/include/thot_gui.h:134: Xm/Form.h: No such file or directory
../../thotlib/include/thot_gui.h:135: Xm/Label.h: No such file or directory
../../thotlib/include/thot_gui.h:136: Xm/List.h: No such file or directory
../../thotlib/include/thot_gui.h:137: Xm/MainW.h: No such file or directory
../../thotlib/include/thot_gui.h:138: Xm/MenuShell.h: No such file or directory
../../thotlib/include/thot_gui.h:139: Xm/PushB.h: No such file or directory
../../thotlib/include/thot_gui.h:140: Xm/RepType.h: No such file or directory
../../thotlib/include/thot_gui.h:141: Xm/RowColumn.h: No such file or directory
../../thotlib/include/thot_gui.h:142: Xm/Scale.h: No such file or directory
../../thotlib/include/thot_gui.h:143: Xm/ScrollBar.h: No such file or directory
../../thotlib/include/thot_gui.h:144: Xm/ScrolledW.h: No such file or directory
../../thotlib/include/thot_gui.h:145: Xm/SelectioB.h: No such file or directory
../../thotlib/include/thot_gui.h:146: Xm/Separator.h: No such file or directory
../../thotlib/include/thot_gui.h:147: Xm/Text.h: No such file or directory
../../thotlib/include/thot_gui.h:148: Xm/ToggleB.h: No such file or directory
../../thotlib/include/thot_gui.h:149: Xm/Xm.h: No such file or directory
../../thotlib/include/thot_gui.h:150: Xm/PushBG.h: No such file or directory
gmake[1]: *** [../thotlib/base/compilmsg.o] Error 1
gmake[1]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/batch'
gmake[1]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/annotlib'
Makefile:50: .depends: No such file or directory
../tools/mkdep/mkdep -relative -vpath ../../annotlib -DHAVE_CONFIG_H -DANNOTATIONS -I.. -I../amaya  -I../../annotlib/f -I../../amaya -I../../amaya/f -I../libwww -I../../../libwww/Library/src -I../../../libwww/modules/expat/xmlparse -I../../../libwww/modules/expat/xmltok -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../libjpeg -I../../libpng -I../../libpng/zlib    -I/usr/X11R6/include ../../annotlib/*.c  > .depends
gmake[1]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/annotlib'
gmake[1]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/annotlib'
/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/annotlib/../bin/app: not found
gmake[1]: *** [../amaya/HTML.h] Error 127
gmake[1]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/annotlib'
gmake[1]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/amaya'
Makefile:64: .depends: No such file or directory
../tools/mkdep/mkdep -relative -vpath ../../amaya -DHAVE_CONFIG_H -I. -I.. -I../../thotlib/include -I../../amaya -I../../amaya/f -I../../amaya/xpm -I../../libpng/zlib  -I../libwww -I../../../libwww/Library/src -I../..../libwww/modules/md5 -I../..../libwww/modules/expat/xmlparse -I../..../libwww/modules/expat/xmltok   -I../../annotlib -I../../annotlib/f      -I/usr/X11R6/include ../../amaya/*.c  > .depends
gmake[1]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/amaya'
gmake[1]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/amaya'
gmake[2]: Entering directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/batch'
gcc '-DCPP="'"gcc -E -x c"'"' -O2 -W  -DHAVE_CONFIG_H -I.. -I../../batch/f -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f -I../../libjpeg -I../../libpng -I../../libpng/zlib    -I/usr/X11R6/include -c ../../batch/../thotlib/base/compilmsg.c -o ../thotlib/base/compilmsg.o
In file included from ../../thotlib/include/interface.h:11,
                 from ../../thotlib/include/appstruct.h:14,
                 from ../../thotlib/internals/h/typestr.h:30,
                 from ../../thotlib/internals/h/typeint.h:19,
                 from ../../thotlib/internals/h/typemedia.h:18,
                 from ../../batch/../thotlib/base/compilmsg.c:22:
../../thotlib/include/thot_gui.h:127: Xm/MwmUtil.h: No such file or directory
../../thotlib/include/thot_gui.h:128: Xm/BulletinB.h: No such file or directory
../../thotlib/include/thot_gui.h:129: Xm/CascadeB.h: No such file or directory
../../thotlib/include/thot_gui.h:130: Xm/DialogS.h: No such file or directory
../../thotlib/include/thot_gui.h:131: Xm/DrawingA.h: No such file or directory
../../thotlib/include/thot_gui.h:132: Xm/DrawnB.h: No such file or directory
../../thotlib/include/thot_gui.h:133: Xm/Frame.h: No such file or directory
../../thotlib/include/thot_gui.h:134: Xm/Form.h: No such file or directory
../../thotlib/include/thot_gui.h:135: Xm/Label.h: No such file or directory
../../thotlib/include/thot_gui.h:136: Xm/List.h: No such file or directory
../../thotlib/include/thot_gui.h:137: Xm/MainW.h: No such file or directory
../../thotlib/include/thot_gui.h:138: Xm/MenuShell.h: No such file or directory
../../thotlib/include/thot_gui.h:139: Xm/PushB.h: No such file or directory
../../thotlib/include/thot_gui.h:140: Xm/RepType.h: No such file or directory
../../thotlib/include/thot_gui.h:141: Xm/RowColumn.h: No such file or directory
../../thotlib/include/thot_gui.h:142: Xm/Scale.h: No such file or directory
../../thotlib/include/thot_gui.h:143: Xm/ScrollBar.h: No such file or directory
../../thotlib/include/thot_gui.h:144: Xm/ScrolledW.h: No such file or directory
../../thotlib/include/thot_gui.h:145: Xm/SelectioB.h: No such file or directory
../../thotlib/include/thot_gui.h:146: Xm/Separator.h: No such file or directory
../../thotlib/include/thot_gui.h:147: Xm/Text.h: No such file or directory
../../thotlib/include/thot_gui.h:148: Xm/ToggleB.h: No such file or directory
../../thotlib/include/thot_gui.h:149: Xm/Xm.h: No such file or directory
../../thotlib/include/thot_gui.h:150: Xm/PushBG.h: No such file or directory
gmake[2]: *** [../thotlib/base/compilmsg.o] Error 1
gmake[2]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/batch'
gmake[1]: *** [../bin/str] Error 2
gmake[1]: Leaving directory `/home/crs/Tar/Amaya/src/Amaya/Freebsd.elf.1/amaya'

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Received on Tuesday, 23 April 2002 04:02:30 UTC