|
|
back to boardDiscussion of Problem 1020. RopeShow all messages Hide all messagesCompiling 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 > 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 ) |
|
|