OpenArena / engine

OpenArena modifications to the ioquake3 engine
http://openarena.ws
GNU General Public License v2.0
211 stars 50 forks source link

Typo in compiling code? #50

Closed JakeTrock closed 5 years ago

JakeTrock commented 5 years ago

I got this error when compiling. was this just a typo?

sys_unix.c:(.text+0x1e63): undefined reference to `fesetround'

sago007 commented 5 years ago

Which compiler? OS? fesetround is part of the C99 standard. A lot of compilers do not implement C99 but the most common compilers in the Unix world should support it.

JakeTrock commented 5 years ago

Whoops... I'm no c-lang expert, just saw it fly by in the terminal when I wanted to play with a friend and thought it may be a point of interest.