Re: compile problem with -lm... math library?



Try with different order in gcc command line.

E.g.
     gcc <OBJECTS> -lm

instead of

     gcc -lm <OBJECTS>

Attilio





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]