Blitz logo

Blitz Support :

From: Markus Christen (markus_at_[hidden])
Date: 2004-02-10 02:58:27


Thanks to everybody

[everything works fine]

just to clarify:

cvs co : Tue Feb 10 08:41:15 MET 2004

setenv CXX icc
setenv CC icc
setenv LD icc
setenv LDFLAGS -i_dynamic

autoreconf -vif
./configure --with-cxx=icc

and in Makefile:

INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
LDFLAGS =
LIBOBJS =

so my -i_dynamic is dropped...

if i take a look at configure.in:

# Set default values
AR_FLAGS="-cru"
LDFLAGS=

yep, it is dropped.
why not set it to "$LDFLAGS" there ?

(on some systems (depending on glibc version) i need to add -i_dynamic
to the LDFLAGS for icc, this is independent of blitz, also needs it for
a hello_world.cc)

[by the way:

the namespace std; issues are all resolved. must have been a bad update
from cvs, maybe i had made changes to blitz.h or something else i did
not notice, checking out from scratch helped...
]

thanks
markus