Re: [fpc-pascal] building source package with fpcmake without installing

2007-08-01 Thread Marc Santhoff
Am Mittwoch, den 01.08.2007, 09:47 +0200 schrieb Jonas Maebe: > On 31 Jul 2007, at 21:54, Marc Santhoff wrote: > > > Where is setting the prefix value based on the OS running on done? > > In the part of the Makefile which gets automatically added by > fpcmake. Just search for PREFIX or INSTALL_

Re: [fpc-pascal] building source package with fpcmake without installing

2007-08-01 Thread Jonas Maebe
On 31 Jul 2007, at 21:54, Marc Santhoff wrote: Where is setting the prefix value based on the OS running on done? In the part of the Makefile which gets automatically added by fpcmake. Just search for PREFIX or INSTALL_PREFIX in the Makefile, and then go backwards to see from where the va

Re: [fpc-pascal] building source package with fpcmake without installing

2007-07-31 Thread Marc Santhoff
Am Dienstag, den 31.07.2007, 21:36 +0200 schrieb Jonas Maebe: > On 31 Jul 2007, at 21:28, Marc Santhoff wrote: > > >> You can install to any location you want using > >> > >> make install INSTALL_PREFIX=x/usr/local > >> > >> tar will throw away leading slashes anyway, so it doesn't matter from > >

Re: [fpc-pascal] building source package with fpcmake without installing

2007-07-31 Thread Jonas Maebe
On 31 Jul 2007, at 21:28, Marc Santhoff wrote: You can install to any location you want using make install INSTALL_PREFIX=x/usr/local tar will throw away leading slashes anyway, so it doesn't matter from where you zip/tar everything. That doesn't work since the prefix is set in the Makefile

Re: [fpc-pascal] building source package with fpcmake without installing

2007-07-31 Thread Marc Santhoff
Am Dienstag, den 31.07.2007, 09:53 +0200 schrieb Jonas Maebe: > On 31 Jul 2007, at 00:39, Marc Santhoff wrote: > > > how can fpcmake be driven to only tar and gzip up the sources of it's > > project *without* installing to the system running on first? > > > > Not any developer has or should have w

Re: [fpc-pascal] building source package with fpcmake without installing

2007-07-31 Thread Jonas Maebe
On 31 Jul 2007, at 00:39, Marc Santhoff wrote: how can fpcmake be driven to only tar and gzip up the sources of it's project *without* installing to the system running on first? Not any developer has or should have write access to /usr/local/share/* ... You can install to any location you wa

[fpc-pascal] building source package with fpcmake without installing

2007-07-30 Thread Marc Santhoff
Hi, how can fpcmake be driven to only tar and gzip up the sources of it's project *without* installing to the system running on first? Not any developer has or should have write access to /usr/local/share/* ... TIA Marc ___ fpc-pascal maillist - fp