lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev GNU Make 3.77 and includes.


From: dickey
Subject: Re: lynx-dev GNU Make 3.77 and includes.
Date: Wed, 2 Sep 1998 13:08:05 -0400 (EDT)

> 
> Anyone else seen this problem? 
no - there's more info in config.log, which may show something.  Lynx is
using an include from WWW/Library/unix/makefile to WWW/Library/Implementation
which I autoconf'd to the extent of checking for the known variations.

(perhaps your HPUX doesn't, thought it worked on the HP-UX 9.05 system we had)

the place to start looking is in the shell substitutions and permissions.

  
> Compiling HP-UX10.20 
> GNU Make 3.77 /* which does support includes */ 
>  
> $ ./configure 
> loading cache ./config.cache 
> checking host system type... hppa1.1-hp-hpux10.20 
> 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 ranlib... ranlib 
> checking whether make sets ${MAKE}... yes 
> checking for style of include in makefiles... ./configure[921]: 
> /ford/thishost/u/ebrown16/lynx2-8/subd6171: Execute permission denied. 
> ./configure[921]: /ford/thishost/u/ebrown16/lynx2-8/subd6171: Execute 
> permission denied. 
> ./configure[921]: /ford/thishost/u/ebrown16/lynx2-8/subd6171: Execute 
> permission denied. 
> ./configure[921]: /ford/thishost/u/ebrown16/lynx2-8/subd6171: Execute 
> permission denied. 
> ./configure[921]: /ford/thishost/u/ebrown16/lynx2-8/subd6171: Execute 
> permission denied. 
> ./configure[921]: /ford/thishost/u/ebrown16/lynx2-8/subd6171: Execute 
> permission denied. 
> configure: error: Your make program does not support includes 
>  
> ++++config.cache++++ 
> is a zero length file 
>  
> ++++config.status++++ 
> does not exist 
>  
> ++++config.log++++ 
> This file contains any messages produced by compilers while 
> running configure, to aid debugging if configure makes a mistake. 
>  
> configure:589: checking host system type 
> configure:614: checking for gcc 
> configure:691: checking whether the C compiler (gcc  ) works 
> configure:705: gcc -o conftest    conftest.c  1>&5 
> configure:725: checking whether the C compiler (gcc  ) is a cross-compiler 
> configure:730: checking whether we are using GNU C 
> configure:739: gcc -E conftest.c 
> configure:754: checking whether gcc accepts -g 
> configure:782: checking how to run the C preprocessor 
> configure:803: gcc -E  conftest.c >/dev/null 2>conftest.out 
> configure:845: checking for ranlib 
> configure:872: checking whether make sets ${MAKE} 
> configure:900: checking for style of include in makefiles 
> make: *** Warning: File `../head6171' has modification time in the future 
> (904744144 > 904737194) 
> make: *** Warning:  Clock skew detected.  Your build may be incomplete. 
> Tried 
> SHELL=/bin/sh 
> include ../head6171 
> all : 
>       @echo 'cf_make_include=$(RESULT)' 
> makefile:2: "../head6171": No such file or directory 
> make: *** Warning: File `makefile' has modification time in the future 
> (904744145 > 904737194) 
> make: *** No rule to make target `"../head6171"'.  Stop. 
> Tried 
> SHELL=/bin/sh 
> include "../head6171" 
> all : 
>       @echo 'cf_make_include=$(RESULT)' 
> makefile:2: *** missing separator.  Stop. 
> Tried 
> SHELL=/bin/sh 
> .include ../head6171 
> all : 
>       @echo 'cf_make_include=$(RESULT)' 
> makefile:2: *** missing separator.  Stop. 
> Tried 
> SHELL=/bin/sh 
> .include "../head6171" 
> all : 
>       @echo 'cf_make_include=$(RESULT)' 
> makefile:2: *** missing separator.  Stop. 
> Tried 
> SHELL=/bin/sh 
> !include ../head6171 
> all : 
>       @echo 'cf_make_include=$(RESULT)' 
> makefile:2: *** missing separator.  Stop. 
> Tried 
> SHELL=/bin/sh 
> !include "../head6171" 
> all : 
>       @echo 'cf_make_include=$(RESULT)' 
>  
>  
> -- 
> Edwin Brown                                   address@hidden 
> Structural Dynamics Research Corporation      http://www.sdrc.com 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]