- From: Henrik Frystyk Nielsen <frystyk@w3.org>
- Date: Fri, 23 Oct 1998 08:32:32 -0400
- To: Muriel DELAVEAU <delaveau@blanc.saclay.cea.fr>, www-lib@w3.org
At 03:36 10/23/98 -0400, Muriel DELAVEAU wrote: >I'm trying to compile libwww on solaris 2.4. > >I've done make >and it come the following message : >Unexpected end of line seen. > >It comes from ./config/Makefile > >PERL := $(wildcard *.pl) >SRC := $(wildcard *.c) You need to use the GNU make as the sun make doesn't understand these constructs. This is explained in http://www.w3.org/INSTALL.html#Unix where you will also find a link to the GNU make. Henrik -- Henrik Frystyk Nielsen, World Wide Web Consortium http://www.w3.org/People/Frystyk
Received on Friday, 23 October 1998 08:32:35 UTC