> -----Original Message-----
> From: Jan Albiez [mailto:[EMAIL PROTECTED]]
> Sent: Montag, 11. Juni 2001 17:51
> To: RT Linux Mailinglist
> Subject: [rtl] Libm in RT Space

> My question is: Has anybody found out how to turn the default 
> output to
> stderr from libm of ?? I really don't need this facillity 
> since I avery
> carefully check all operands before calling this function !

Hello Jan,

why don't you use the gcc built in math inline functions? These functions
do not perform any error checking.
Just compile with "-O2" and add "#undef __NO_MATH_INLINES" to your code
(to be on the safe side).
In our Suse7.0 environment, the compiler seems to need the CFLAG
"-std=gnu9x", too.

Viele Gruesse nach Karlruhe,
Bernd

----- End of forwarded message from [EMAIL PROTECTED] -----
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to