Re: Unable to successfully include cstdlib.h in gcc-g++-4.9.3-1

2015-12-22 Thread Marco Atzeri
On 23/12/2015 04:30, ravi r wrote: When the configure script of RQuantLib package tries to check for boost development files by compiling this program $ cat > /tmp/conftest.cpp <<-EOF #include #include #include #include int main () {

Unable to successfully include cstdlib.h in gcc-g++-4.9.3-1

2015-12-22 Thread ravi r
When the configure script of RQuantLib package tries to check for boost development files by compiling this program $ cat > /tmp/conftest.cpp <<-EOF #include #include #include #include int main () { ; return 0;