// test.c #include int main (){ return 0; } #### gcc test.c -lm