Justin Randall <jrandall@credrouter.limited.net> said:
Justin> barchart.o(.text+0x5f1): undefined reference to `Tk_FreeGC'
and
Justin> I have successfully compiled the application on another Linux
Justin> system. It compiled straight out of the archive. I am really
Justin> confused now.
sounds like aout format vs. elf format.
The output of missing references without a leading _ indicates that a
elf-format creating compiler is used with probably a aout-formatted
library.
Erik