Undefined reference to 'sqrt' from math.h on PS3 with YDL 6.1 and Cell SDK 3.1?

I sometimes got similar errors on Linux, using -lm as a gcc parameter helped there. Perhaps it does here, too. The parameter tells the linker to include the math library, too.

Yeah, that seems to fix it. Strange how some platforms (Linux) require linking against math, while others don't (OS X), although the reasons that os x doesn't require linking could stem from a number of sources (libc vs apple libs, apples modifications to gcc, etc). – Paul Wicks Mar 4 '09 at 21:54.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions