[pure-lang-users] Yet another quirk with MinGW
Status: Beta
Brought to you by:
agraef
From: Jiří S. <jir...@bl...> - 2008-07-09 09:20:25
|
Hi, There is yet another quirk with math under MinGW after compiling it. > using math; math.pure:34.7-26: external symbol 'round' cannot be found math.pure:34.29-48: external symbol 'trunc' cannot be found math.pure:92.7-26: external symbol 'asinh' cannot be found math.pure:93.7-36: external symbol 'acosh' cannot be found math.pure:93.39-68: external symbol 'atanh' cannot be found > They are all defined in math.h. Jiri |