Blitz logo

Blitz Support :

From: Patrik Jonsson (patrik_at_[hidden])
Date: 2005-06-07 18:13:27


Hey all,
I'm recently experiencing some strangeness trying to build blitz, both
with 0.8 and with the cvs version: CXXFLAGS doesn't work. I do
setenv CXX KCC
setenv CXXFLAGS --thread_safe
./configure --enable-64bit

but when I compile, the --thread_safe option is never applied. I
thought I would outsmart it, and set CXX='KCC --thread_safe', in which
case the CXXFLAGS *are* used (I get --thread_safe twice), but then
--enable-64bit stops working.

Any ideas?

/Patrik