User forums > Using Code::Blocks

undefined reference problem on PPC Ubuntu linux

<< < (3/3)

dbtsai:
From
http://www.gamedev.net/community/forums/topic.asp?topic_id=372641

You need to define the compiler flag AS_MAX_PORTABILITY so that AngelScript is built with the generic calling convention. The drawback of this is that all functions registered with AngelScript must use the asCALL_GENERIC calling conventions.

So we may just define AS_MAX_PORTABILITY to solve this problem temporily.

Navigation

[0] Message Index

[*] Previous page

Go to full version