|
|
back to boardDiscussion of Problem 1020. RopeMath functions Compiling my C source under linux I get errors from the linker concerning undefined references to sqrt and fabs. Any idea on a directive to fix this? (something like a #pragma) Mihai Re: Math functions > Compiling my C source under linux I get errors from the > linker concerning undefined references to sqrt and fabs. > Any idea on a directive to fix this? (something like a > #pragma) > > Mihai Try to link your source with libm.so (gcc .c -lm ) |
|
|