Giuseppe, yep, that worked, thanks.
bash-4.1$ pwd /home/jayk/obj/wget/src bash-4.1$ rm cmpt.o bash-4.1$ make make all-am make[1]: Entering directory `/home/jayk/obj/wget/src' source='/home/jayk/src/wget-1.12-2359/src/cmpt.c' object='cmpt.o' libtool=no \ DEPDIR=.deps depmode=tru64 /bin/ksh /home/jayk/src/wget-1.12-2359/build-aux/depcomp \ cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/home/jayk/etc/wgetrc\" -DLOCALEDIR=\"/home/jayk/share/locale\" -I. -I/home/jayk/src/wget-1.12-2359/src -I../lib -I/home/jayk/src/wget-1.12-2359/lib -I/home/jayk/include -O -Olimit 2000 -c /home/jayk/src/wget-1.12-2359/src/cmpt.c cc -O -Olimit 2000 -o wget cmpt.o connect.o convert.o cookies.o ftp.o css.o css-url.o ftp-basic.o ftp-ls.o hash.o host.o html-parse.o html-url.o http.o init.o log.o main.o netrc.o progress.o ptimer.o recur.o res.o retr.o snprintf.o spider.o url.o utils.o exits.o build_info.o version.o ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a /home/jayk/lib/libssl.a /home/jayk/lib/libcrypto.a -lrt make[1]: Leaving directory `/home/jayk/obj/wget/src' - Jay ---------------------------------------- > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: Re: [Bug-wget] compiling on osf fails just due to space after -I > Date: Mon, 7 Jun 2010 11:55:38 +0200 > > Thanks for the report. It should be fixed now, as "-I ../md5" is not > present anymore. > > Can you please test this alpha tarball? > > ftp://alpha.gnu.org/gnu/wget/wget-1.12-2359.tar.bz2 > > > Cheers, > Giuseppe > > > > Jay K writes: > >> % 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 >> >>
