I have fixed errors of compilations due to differencies between AmigaOS4 and MorphOS and now, the only error report I get is from "libglut.a(glut_misc.o)" and point to "undefined reference to 'kprintf'".
Does someone know which include I haven't done (or which library I haven't included in the compilation process ?
That means you gave the -ldebug argument to the compiler instead of giving it to the linker. So the compiler informs you it is ignoring it. And the linker is still missing the kprintf symbol.
@Henes : Ok but, as I'm not a pro at makefile building, I tried 3 ways : 1. giving -ldebug at linker & compiler 2. giving -ldebug at linker only 3. giving -ldebug at compiler only and I always get undefined reference to 'kprintf'.
Here is a copy of my makefile : # Project: Projet1 # Compiler: ppc-MorphOS # Compiler Type: MingW 3 # Makefile created by wxDev-C++ 6.10.2 on 22/10/11 19:12