gnuplot 64 bits?

Coleman Kane cokane at cokane.org
Tue Jun 24 14:58:58 EDT 2008


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://mail.gnhlug.org/mailman/private/gnhlug-discuss/attachments/20080624/b7adf526/attachment.bin 


More information about the gnhlug-discuss mailing list