[GRASS5] Re: [GRASSLIST:4606] Re: 5.4.0 Release Candidate on solaris 9
Hamish
hamish_nospam at yahoo.com
Fri Oct 22 00:42:55 EDT 2004
> The intent of the install method is to have the following sequence
> of commands work to install GRASS on any platform.
>
> ./configure
> make
> make install
>
> from error:
>
> configure: error: *** Build directory should not be the same as
> source directory for the alternate build mechanism. Create a separate
> build directory and run again, e.g. mkdir ~/grass-build; cd
> ~/grass-build; /usr/ src/grass/configure ... (see mk/README)
I guess that should read:
mkdir build
cd build
../configure --with-this --without-that
make
make install
?
Hamish
More information about the grass-dev
mailing list