nm test.o: (g++, cmath, exp, expf)

Alan Modra amodra@gmail.com
Sun Sep 29 14:31:00 GMT 2013


Oh, I see.  You missed a "using namespace std;" in your testcase, or
neglected to write std::exp().  There is a difference between plain
exp() and std::exp().

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list