Re: Linux and tkined

Erik Schoenfelder (schoenfr@ibr.cs.tu-bs.de)
Sat, 18 Nov 1995 15:47:09 +0100

Hi!

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