gnuplot 64 bits?
Labitt, Bruce
labittb1 at tycoelectronics.com
Tue Jun 24 16:43:15 EDT 2008
Thanks! The space did hose things up. Stuff is building now! Now to
see if it fixes the original problem!
-Bruce
-----Original Message-----
From: Coleman Kane [mailto:cokane at cokane.org]
Sent: Tuesday, June 24, 2008 2:59 PM
To: Labitt, Bruce
Cc: gnhlug-discuss at mail.gnhlug.org
Subject: Re: gnuplot 64 bits?
On Tue, 2008-06-24 at 14:36 -0400, Labitt, Bruce wrote:
> I'm trying to compile gnuplot for 64 bits and large files. How does
one
> set the CXXFLAGS in configure? configure --help is not helpful.
>
> Pseudocode
>
> $ ./configure CXXFLAGS = "-m64 -D_FILE_OFFSET_BITS=64"
>
> This barfs with no real indication of what to do. :)
>
> TIA
>
> -Bruce
I'm not 100% sure, but you should try specifying it as:
./configure CXXFLAGS="-m64 -D_FILE_OFFSET_BITS=64"
The spaces in between the env specification above probably confuse the
heck out of configure. They'll get picked up as three separate arguments
by the shell. The proper way is without the spaces.
--
Coleman Kane
More information about the gnhlug-discuss
mailing list