Closed hyperair closed 8 years ago
getopt() returns an int, not a char. Assigning the return value of getopt() into a char causes gcc to hang while compiling gpx on some architectures.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818737
Hmm, something's up with this and getopt is returning garbage values. I'll need to investigate further..
Oh, it's the GETOPTS_END value that's gone weird.
getopt() returns an int, not a char. Assigning the return value of getopt() into a char causes gcc to hang while compiling gpx on some architectures.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818737