[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] GEM programming





On Fri, 26 Oct 2012, Ole wrote:

when doing
	m68k-atari-mint-gcc -lgem -o hello hello.c
I'm getting error messages like:
	undefined reference to `_mt_appl_init'

Try to use -lgem as the last parameter.

It works! Thanks.

--

MT