whpthomas / GPX

Gcode to x3g conversion post processor
GNU General Public License v2.0
98 stars 16 forks source link

-lm link flag not working solved #24

Open ReeseWang opened 8 years ago

ReeseWang commented 8 years ago

I compiled GPX on my Ubuntu 16.04 and got undefined reference to `round' errors from linker, seems -lm flag is not working.

Solved by putting link flags behind object names in the link command.

dcnewman commented 8 years ago

The active GPX repo these days (and since 2013) is https://github.com/markwal/GPX