Displaying 1 result from an estimated 1 matches for "trunk_test".
Did you mean:
__trunk_test
2012 Nov 27
1
Problems with MinGW and boost on Windows
...n R-2.15.1, and both boost serialization libraries and
the plugin are built with the gcc (4.6.3 20111208 prerelease) and make.exe
provided by RTools (Collection 2.16.0.1923) using the -m64 flag.
Build command was
g++ -c "Test.cpp" -g -std=gnu++0x -m64 -O1 -DDEBUG -o
obj/Debug64/Tester/Trunk_Test.o -I. -I/R/R-2.15.1/include
-I/R/R-2.15.1/library/Rcpp/include -I/Sys/boost/boost_1_50_0
g++ -shared -fPIC -o Debug64/Tester.dll @"MinGW\Tester.txt" -L.
-L/R/R-2.15.1/library/Rcpp/lib/x64 -L/R/R-2.15.1/bin/x64
-L/Sys/boost/MinGW64/boost_1_50_0/lib -LDebug64 -lRcpp -lR
-lboost_serializat...