Oldham, Adam wrote:
As I stated in my last email, I used the exact same linking command lines, on with -lm, one without. So that is: gcc -static `cat lnk.tmp` -lgpc -lgcc -lpthread -lpanel -lncurses -Xlinker -Map rds.map
-and- gcc -static `cat lnk.tmp` -lm -lgpc -lgcc -lpthread -lpanel -lncurses -Xlinker -Map rds.map
I also used -v in both command lines without in further useful information being output.
If you use `-v' on the GPC command line, you might find that GPC puts -lm *after* -lgpc, so doing the same on your command line might help ...
Frank