% uname
OSF1
% uname -r
V5.1
% cc -V
Compaq C V6.3-025 on Compaq Tru64 UNIX V5.1 (Rev. 732)
Compiler Driver V6.3-026 (sys) cc Driver
source='cmpt.c' object='cmpt.o' libtool=no DEPDIR=.deps depmode=tru64 /bin/ksh
../build-aux/depcomp cc -DHAVE_CONFIG_H
-DSYSTEM_WGETRC=\"/home/jayk/etc/wgetrc\"
-DLOCALEDIR=\"/home/jayk/share/locale\" -I. -I../lib -I ../md5 -O -Olimit 2000
-c cmpt.c
cc: Severe: sysdep.h, line 95: Cannot find file specified in #include
directive. (noinclfilef)
# include
--^
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
% pwd
/home/jayk/src/wget-1.12
The problem here is you can't have space after -I. Really.
I fixed that and now it is working.
I'll try with newer automake (which first required a newer Perl).
- Jay