Meek, Allan (Contractor) wrote:
> And there it is! Thanks for the help, Paul and Mateusz. I got rid of the
> INSTALL variable, logged out, logged back in, and did a compile from
> scratch. Everything looks good now.
Allan,
Great to hear it!
Cheers
--
Mateusz Loskot
http://mateusz.loskot.net
___
And there it is! Thanks for the help, Paul and Mateusz. I got rid of the
INSTALL variable, logged out, logged back in, and did a compile from
scratch. Everything looks good now.
Allan
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Ramsey
Sent: Jan
Ah, so simple it bonks one over the nose, once you see it:
You over-rode the INSTALL environment variable, which has *whoops*
special meaning within the context of a "make install" operation...
it is the program to use to install the files! Unsetenv INSTALL and
use something a little less
I just gave that a try, but the end result is the same. Incidentally,
the "make install" process doesn't have any problem making the include,
include/geos, or the include/geos/algorithm directories.
--Allan.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf O
You might have to pre-make the target directories...
mkdir $INSTALL/bin
mkdir $INSTALL/lib
mkdir $INSTALL/include
P.
On 2-Jan-08, at 1:33 PM, Meek, Allan (Contractor) wrote:
Hi Mateusz,
Whoops. My configure line was actually "./configure --prefix=$
{INSTALL}"
so that things would be instal
Hi Mateusz,
Whoops. My configure line was actually "./configure --prefix=${INSTALL}"
so that things would be installed in /rde/ameek/GEOS/binlin. So, I
wouldn't need sudo to run "make install".
I think my biggest question is this: What does Error 126 mean?
Thanks for your help,
Allan
-Orig
Meek, Allan (Contractor) wrote:
> Hi,
>
> I just downloaded geos-3.0.0.tar.bz2 today and tried to compile it in
> Red Hat Linux, but I have encountered some troubles.
>
> Here are the steps I followed:
>
> - extracted the contents of the tar file to /rde/ameek/GEOS/geos-3.0.0
> - set the INSTALL
Hi,
I just downloaded geos-3.0.0.tar.bz2 today and tried to compile it in
Red Hat Linux, but I have encountered some troubles.
Here are the steps I followed:
- extracted the contents of the tar file to /rde/ameek/GEOS/geos-3.0.0
- set the INSTALL environmental variable to /rde/ameek/GEOS/binlin