Re: Unable to successfully include cstdlib.h in gcc-g++-4.9.3-1
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
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;