Open ReeseWang opened 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.
The active GPX repo these days (and since 2013) is https://github.com/markwal/GPX
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.