compilation error

Hi, I downloaded the latest palabos-V1.2r0 and tried to compile the cylinder2d example on a Mac OS X version 10.6.8
I get the error message below.
I would be grateful for some help

python …/…/…/scons/scons.py -j 2 -f …/…/…/SConstruct palabosRoot=…/…/… projectFiles=“cylinder2d.cpp” optimize=true debug=false profile=false MPIparallel=true SMPparallel=false usePOSIX=true serialCXX=g++ parallelCXX=mpicxx compileFlags="-Wall -Wnon-virtual-dtor -DPLB_MAC_OS_X" linkFlags="" optimFlags="-O3" debugFlags="-g" profileFlags="-pg" libraryPaths="" includePaths="" libraries=""
scons: Reading SConscript files …
scons: done reading SConscript files.
scons: Building targets …
mpicxx -o cylinder2d cylinder2d.o /Users/ulfk/Applications/palabos-v1.2r0/lib/libplb_mpi.a
ld: in /Users/ulfk/Applications/palabos-v1.2r0/lib/libplb_mpi.a(metaStuffFunctional2D.o), section not found for address 0xFFFFF00000000EF0
collect2: ld returned 1 exit status
scons: *** [cylinder2d] Error 1
scons: building terminated because of errors.
make: *** [compile] Error 2

Hi again, I ran the make file a few more times with the same negative result. I then tried the make procedure for cavity2d and this worked fine.
Going back to cylinder2d this worked also !