Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2003 20:07:29 -0000 (GMT)
From:      "Chris Howells" <lists@chrishowells.co.uk>
To:        freebsd-questions@freebsd.org
Subject:   Re: Best Way to Fix a links Browser Compilation Problem
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>

next in thread | previous in thread | raw e-mail | index | archive | help
> 	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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3150.192.168.1.104.1068062849.squirrel>