Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-26 Thread M0E Lnx
Benoit is correct, what I'm looking for is a way of intalling to an alternate location For instance, when make install is ran, I want to say make install DESTDIR=$PWD/PKG The result of this would be a new tree crated in $PWD/PKG that mirrors what would have been created in / at install We use thi

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-26 Thread Benoit Minisini
On jeudi 26 juin 2008, Laurent Carlier wrote: > Le Thursday 26 June 2008 11:40:23 Benoit Minisini, vous avez écrit : > > On jeudi 26 juin 2008, Laurent Carlier wrote: > > > Le Thursday 26 June 2008 02:04:20 Benoit Minisini, vous avez écrit : > > > > On dimanche 22 juin 2008, M0E Lnx wrote: > > > >

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-26 Thread Laurent Carlier
Le Thursday 26 June 2008 11:40:23 Benoit Minisini, vous avez écrit : > On jeudi 26 juin 2008, Laurent Carlier wrote: > > Le Thursday 26 June 2008 02:04:20 Benoit Minisini, vous avez écrit : > > > On dimanche 22 juin 2008, M0E Lnx wrote: > > > > How about making make install support the DESTDIR argu

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-26 Thread Benoit Minisini
On jeudi 26 juin 2008, Laurent Carlier wrote: > Le Thursday 26 June 2008 02:04:20 Benoit Minisini, vous avez écrit : > > On dimanche 22 juin 2008, M0E Lnx wrote: > > > How about making make install support the DESTDIR argument? > > > > It should not be too complex to implement... > > This one ? htt

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-26 Thread Laurent Carlier
Le Thursday 26 June 2008 11:24:45 Laurent Carlier, vous avez écrit : > Le Thursday 26 June 2008 02:04:20 Benoit Minisini, vous avez écrit : > > On dimanche 22 juin 2008, M0E Lnx wrote: > > > How about making make install support the DESTDIR argument? > > > > It should not be too complex to implemen

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-26 Thread Laurent Carlier
Le Thursday 26 June 2008 02:04:20 Benoit Minisini, vous avez écrit : > On dimanche 22 juin 2008, M0E Lnx wrote: > > How about making make install support the DESTDIR argument? > > It should not be too complex to implement... This one ? http://www.gnu.org/prep/standards/html_node/DESTDIR.html Does

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-25 Thread Benoit Minisini
On dimanche 22 juin 2008, M0E Lnx wrote: > How about making make install support the DESTDIR argument? > It should not be too complex to implement... -- Benoit Minisini - Check out the new SourceForge.net Marketplace. It's

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-21 Thread M0E Lnx
How about making make install support the DESTDIR argument? On Fri, Jun 20, 2008 at 7:11 AM, Laurent Carlier <[EMAIL PROTECTED]> wrote: > Le Friday 20 June 2008 13:49:59 Ron, vous avez écrit : >> > >> > Laurent, don't you think it should be better that the default >> > destination of the executa

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-20 Thread Ron
Stefano Palmeri schreef: > Il venerdì 20 giugno 2008 12:25:08 Laurent Carlier ha scritto: > >> Le Friday 20 June 2008 10:17:01 Stefano Palmeri, vous avez écrit : >> >>> Il giovedì 19 giugno 2008 23:52:01 M0E Lnx ha scritto: >>> One minor problem though... I just did my applicati

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-20 Thread Stefano Palmeri
Il venerdì 20 giugno 2008 12:25:08 Laurent Carlier ha scritto: > Le Friday 20 June 2008 10:17:01 Stefano Palmeri, vous avez écrit : > > Il giovedì 19 giugno 2008 23:52:01 M0E Lnx ha scritto: > > > One minor problem though... I just did my application with this > > > after some testing... here are t

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-20 Thread Laurent Carlier
Le Friday 20 June 2008 10:17:01 Stefano Palmeri, vous avez écrit : > Il giovedì 19 giugno 2008 23:52:01 M0E Lnx ha scritto: > > One minor problem though... I just did my application with this > > after some testing... here are the results > > > > running configure without arguments does not install

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-20 Thread Stefano Palmeri
Il giovedì 19 giugno 2008 23:52:01 M0E Lnx ha scritto: > One minor problem though... I just did my application with this > after some testing... here are the results > > running configure without arguments does not install the binary to the > system > > running it with the --prefix=/usr argument re

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-19 Thread M0E Lnx
One minor problem though... I just did my application with this after some testing... here are the results running configure without arguments does not install the binary to the system running it with the --prefix=/usr argument results in a new directory in /usr called usr... so the binary really

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-19 Thread Stefano Palmeri
Il giovedì 19 giugno 2008 23:34:32 M0E Lnx ha scritto: > Sweet mother of God!... > > > I did not know that > > Very nice. Thank you for providing such a kool way to do this > Not me. Thanks Benoit and Laurent Carlier. > On Thu, Jun 19, 2008 at 4:04 PM, Stefano Palmeri <[EMAIL PROTECTED]> wrote:

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-19 Thread M0E Lnx
Sweet mother of God!... I did not know that Very nice. Thank you for providing such a kool way to do this On Thu, Jun 19, 2008 at 4:04 PM, Stefano Palmeri <[EMAIL PROTECTED]> wrote: > Il giovedì 19 giugno 2008 21:47:48 M0E Lnx ha scritto: >> I've been writing gambas for a while now... continuo

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-19 Thread Stefano Palmeri
Il giovedì 19 giugno 2008 21:47:48 M0E Lnx ha scritto: > I've been writing gambas for a while now... continuosly developing 2 > applications. > I'd like to distribute my software in a way that the end user can > compile in a way similar to how the gambas tarball compiles. > > ./configure && make &&

[Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-19 Thread M0E Lnx
I've been writing gambas for a while now... continuosly developing 2 applications. I'd like to distribute my software in a way that the end user can compile in a way similar to how the gambas tarball compiles. ./configure && make && make install instead of distributing binaries. Does anyone have