Passing options to configure / compiler

2004-11-21 Thread Vittorio
I couldn't find in the docs how to pass options to the configure script. For instance, I'm compiling postgresql under FreeBSD 5.3 stable. After 'cd /usr/ports/databases/postgresql7' and ' make' a list of configure options is shown; among them I'm interested in "WITH_TESTS"" but I do not know how

Re: Passing options to configure / compiler

2004-11-21 Thread Martin Hudec
Hello, On Sun, Nov 21, 2004 at 01:06:05PM + or thereabouts, Vittorio wrote: > I couldn't find in the docs how to pass options to the configure script. > > For instance, I'm compiling postgresql under FreeBSD 5.3 stable. > After 'cd /usr/ports/databases/postgresql7' and ' make' a list of > co

RE: Passing options to configure / compiler

2004-11-21 Thread Subhro
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vittorio Sent: Sunday, November 21, 2004 18:36 To: [EMAIL PROTECTED] Subject: Passing options to configure / compiler For instance, I'm compiling postgresql under FreeBSD 5.3 stable. After 'cd

Re: Passing options to configure / compiler

2004-11-21 Thread Remko Lodder
Vittorio wrote: I couldn't find in the docs how to pass options to the configure script. For instance, I'm compiling postgresql under FreeBSD 5.3 stable. After 'cd /usr/ports/databases/postgresql7' and ' make' a list of configure options is shown; among them I'm interested in "WITH_TESTS"" but I

Re: Passing options to configure / compiler

2004-11-21 Thread Martin Hudec
Hello, On Sun, Nov 21, 2004 at 05:40:01PM +0100 or thereabouts, Remko Lodder wrote: > Vittorio wrote: > >I couldn't find in the docs how to pass options to the configure script. > > > > if you want to use WITH_TESTS for example you need to add > > make WITH_TESTS=yes install clean (or something

Re: Passing options to configure / compiler

2004-11-21 Thread Remko Lodder
Martin Hudec wrote: It would be nice for him to set options pkgtools.conf, which can be usually found in /usr/local/etc. For example: I want links to be compiled without X11 support, so I set in section named MAKE_ARGS following: 'www/links' => 'WITHOUT_X11=yes', so this compilation opt

Re: Passing options to configure / compiler

2004-11-21 Thread Conrad J. Sabatier
On Sun, 21 Nov 2004 19:32:14 +0100, Martin Hudec <[EMAIL PROTECTED]> wrote: > Hello, > > On Sun, Nov 21, 2004 at 05:40:01PM +0100 or thereabouts, Remko Lodder > wrote: > > Vittorio wrote: > > >I couldn't find in the docs how to pass options to the configure > > >script. > > > > > > > if you want