floating stack [message #99034] |
Wed, 31 March 2004 23:28 |
ashokmote
Messages: 56 Registered: December 2003
|
Member |
|
|
wat the use of floating stack.wat it is.why u need to set LD_ASSUME_KERNEL=2.2.5 in profile to disable floating stack.wat is floating stack
|
|
|
Re: floating stack [message #99040 is a reply to message #99034] |
Tue, 06 April 2004 09:05 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
it is a GNU term.
Because different representation systems may offer different amounts of range and precision, the compiler cannot safely use the host machine's floating point arithmetic.
LD_ASSUME_KERNEL helps the linux with this.
|
|
|