Hello all

I'm attempting to port ArcEm to AmigaOS 4 (PPC).  I've created an
amiga directory with all of the various platform-specific source files
required, hacked together so they compile (but don't necessarily work
correctly yet).

I'm really not an low-level person, so most of this emulation stuff is
lost on me.  The makefile runs through and compiles everything ok, but
at the linking stage I get lots of errors relating to "__reent_magic"

For example:

dagstandalone.o(.text+0x22): In function `dagstandalone_handlesignal':
: undefined reference to `__reent_magic'

I get other linking errors too, but we'll come to those later along
with other questions about how the emulator works so I can do the
platform specific stuff properly.

What is __reent_magic and how do I fix it?  I can't find anything
remotely like this in the source code.

I'm using gcc 3.4.4 in case that makes a difference.

Thanks
Chris


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
arcem-devel mailing list
arcem-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/arcem-devel

Reply via email to