From owner-freebsd-questions@FreeBSD.ORG Wed Nov 5 12:07:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEC6216A4CE for ; Wed, 5 Nov 2003 12:07:36 -0800 (PST) Received: from mail.devrandom.org.uk (82-68-135-38.dsl.in-addr.zen.co.uk [82.68.135.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5905743FF3 for ; Wed, 5 Nov 2003 12:07:33 -0800 (PST) (envelope-from lists@chrishowells.co.uk) Received: from sauron (localhost [127.0.0.1]) by mail.devrandom.org.uk (Postfix) with SMTP id 55228133AD for ; Wed, 5 Nov 2003 20:07:29 +0000 (GMT) Received: from 192.168.1.104 (SquirrelMail authenticated user chris) by sauron with HTTP; Wed, 5 Nov 2003 20:07:29 -0000 (GMT) Message-ID: <3150.192.168.1.104.1068062849.squirrel@sauron> In-Reply-To: <200311051948.hA5JmVLH060067@dc.cis.okstate.edu> References: <200311051948.hA5JmVLH060067@dc.cis.okstate.edu> Date: Wed, 5 Nov 2003 20:07:29 -0000 (GMT) From: "Chris Howells" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Best Way to Fix a links Browser Compilation Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 20:07:36 -0000 > I am attempting to install a newer version of the "links" text > browser. The Makefile tells you to > define WITHOUT_X11 if you are not using X so I modified the Makefile > to define that parameter as follows: > CONFIGURE_ARGS+= --enable-javascript --with-ssl --without-svgalib > --WITHOUT_X11 That's wrong. You never have to edit the Makefile under "normal" circumstances. Remove your changes, do an 'export WITH_X11=true' (for bash, setenv under csh), and then run 'make install' again. Cheers, Chris Howells