i have try a full rebuild.
I have delete spring, checkout, and compile 3 times

Ihave MINGDIR: MINGDIR=C:\Dev-Cpp
just after checkout:
Code: Select all
FPUSettings.h
IntegerTypes.h
LGPL.txt
Makefile
Makefile.common
Makefile.libm_objects
Math.cpp
Math.h
README.txt
Random.cpp
Random.h
SoftFloatWrapper.cpp
SoftFloatWrapper.h
System.h
VERSION.txt
X87DenormalSquasher.h
arithmeticTest.cpp
cat.txt
libm
randomTest.cpp
softfloat
streflop.h
just after compil:
Code: Select all
FPUSettings.h
IntegerTypes.h
LGPL.txt
Makefile
Makefile.common
Makefile.libm_objects
Math.cpp
Math.h
Math.o
README.txt
Random.cpp
Random.h
Random.o
SoftFloatWrapper.cpp
SoftFloatWrapper.h
System.h
VERSION.txt
X87DenormalSquasher.h
arithmeticTest.cpp
libm
randomTest.cpp
softfloat
streflop.a
streflop.h
compil error:
Code: Select all
g++ -c -O3 -pipe -g -frename-registers -frounding-math -fsignaling-nans -fno-strict-aliasing -mieee-fp -Wall -mfpmath=387 -DSTREFLOP_X87=1 R
andom.cpp -o Random.o
Random.cpp:982: warning: alignment of 'streflop::DefaultRandomState' is greater than maximum object file alignment. Using 16
and after streflop.a is create in the folder with size: 1,33Mo.
it is following by the linker message in the first post.