I am trying to cross-compile a program using m68k-atari-mint-gcc-4.6.4. The code calls for linea.h, however linea.h is not in /usr/usr/m68k-atari-mint/include/.
It *is* however in AHCC on the Atari. Is it possible to simply copy linea.h into /usr/usr/m68k-atari-mint/include/ or the source directory (and change #include <linea.h> to #include "linea.h") or is it more involved with that?
I never did much linking or including when I tinkered with C years ago, sorry for my ignorance
