- From: Henrik Frystyk Nielsen <frystyk@w3.org>
- Date: Mon, 12 Aug 1996 16:51:19 -0400
- To: Leonid Gernovski <gern@bu.edu>
- cc: www-lib-bugs@w3.org, yuryd@tt.comm.mot.com
Leonid Gernovski writes: > I am trying to compile libwww 4.1 beta1 on Sun's SPARC under Solaris 2.4 > (SunOS-5.2) and getting the following output of make: > 832:.html.h: > 833: www -w90 -na -p -to text/x-c $(srcdir)/$(*F).html\ > >$(srcdir)/$(*F).h834: > 835:inc: $(BUILT_SOURCES) > 836: @echo "Generated built sources" > 837: > 838:DOCS := $(wildcard *.html) > 839:.SUFFIXES: > 840:.SUFFIXES: .c .o $(SUFFIXES) > 841: > 842:# Tell versions [3.59,3.63) of GNU make to not export all variables. > 843:# Otherwise a system limit (for SysV at least) may be exceeded. > 844:.NOEXPORT: I think it's line 833 that may cause the problems. The line is understood by GNU's make which you can find at ftp://prep.ai.mit.edu and then it will run. -- Henrik Frystyk Nielsen, <frystyk@w3.org> World Wide Web Consortium, MIT/LCS NE43-356 545 Technology Square, Cambridge MA 02139, USA
Received on Monday, 12 August 1996 16:51:26 UTC