[Gambas-user] installing gambas other than default path
Benoit Minisini
gambas at ...1...
Thu Jan 6 16:20:50 CET 2005
On Thursday 06 January 2005 06:12, spam inacan wrote:
> Hi,
>
> I'm trying to create a package to be installed on my
> machine. I currently use:
>
> make DESTDIR=`pwd`/package install
>
> however, parts of the Makefile only seem to utilize
> the environment variable DESTDIR. I've examined the
> Makefile and found that another variable ROOT doesn't
> get updated/modified. I'd be happy if anyone can give
> some insight to this.
You must use ./configure --prefix=/my/install/directory
>
> Also, I think there might be some typos in the
> Makefiles, particularly:
>
> ROOT=$DESTDIR
>
> where it probably should be:
>
> ROOT=$(DESTDIR)
>
This is the same thing.
> Thanks.
>
> sapcacmt
>
>
Regards,
--
Benoit Minisini
mailto:gambas at ...1...
More information about the User
mailing list