It's kind of strange that the content of CCFLAGS ends up being quoted: g++ -o src/beidcommlib/Connection.os -c "-Dlinux -pipe -DQT_THREAD_SUPPORT -D_REENTRANT -g -O2 " -fPIC -O -DNDEBUG -DNO_DEBUG -I/usr/share/qt3/include -I/usr/include/PCSC -Isrc/beidcommlib src/beidcommlib/Connection.cpp
it seems to me that there is a problem in scons or in the SConstruct file:
replacing:
#env.AppendUnique("CCFLAGS=-Dlinux -pipe -DQT_THREAD_SUPPORT -D_REENTRANT -g
-O2 ")
by:
env.Append(CCFLAGS
= " -Dlinux -pipe -DQT_THREAD_SUPPORT -D_REENTRANT -g -O2 ")
seems to fix it for me.
Greetings, Joost
--
The planet Andete is famous for it's killer edible poets.
pgpUUpgM8NPyr.pgp
Description: PGP signature

