@freddix
Quote:
I'm not familiar to Makefile system and I don't understand what to do.
All depends on what you need , where, when and so on. There is many different cases. But in general its all about adding of the necessary libs on linking stage, and replacing plain commands on crosscompiler ones (if you on cross compiler). Like it was "gcc", so you change on "ppc-amigaos-gcc" for os4, or to "i386-aros-gcc" if it for aros/i386. If you on the os of choice itself, then usually its only about configuring and adding of necessary libs on linking stage.
Quote:
The main problem I think, is that I can compile only on PC with AmiDevCPP ...
You can compile all what you need or on the OS which you choice, or via cross compiler. If you want to build something for aos4, then you need or aos4, or cross-compiler. The same for morphos and aros (not sure if there is any up2date cross-compiler env for os3 at all).
Quote:
Can someone help me for this task for AmigaOS3.x (and maybe morphos, AROS ?
I have working version for aros/i386 (the same 2.1.3rc5),
here. For morphos just build it on morphos (run "configure" and then "make"). If something will going wrong, add necessary libs on linking stage.