User forums > Using Code::Blocks

undefined reference problem on PPC Ubuntu linux

(1/3) > >>

dbtsai:

--- Code: ---/home/build/codeblocks/trunk/src/sdk/.libs/libcodeblocks.so: undefined reference  to `PrepareSystemFunction(asCScriptFunction*, asSSystemFunctionInterface*, asCS criptEngine*)'
/home/build/codeblocks/trunk/src/sdk/.libs/libcodeblocks.so: undefined reference  to `CallSystemFunction(int, asCContext*, void*)'
/home/build/codeblocks/trunk/src/sdk/.libs/libcodeblocks.so: undefined reference  to `DetectCallingConvention(bool, asUPtr const&, int, asSSystemFunctionInterfac e*)'
collect2: ld returned 1 exit status
make[3]: *** [codeblocks] Error 1

--- End code ---

That is from SVN 2006-01-19, and simlply I make it, but I get the above message.

How could I solve it??
I am a first time encounter this problem. Have an idea or patch?

Thanks...

by the way, hi 280Z28,
您好唷~ 您是從中國大陸來的吧?? 我是台灣人, 目前CodeBlocks有沒有中文po? 如果沒有, 我可以效力. 謝謝了.

tiwag:
try


--- Code: ---make clean
make
--- End code ---

takeshimiya:
lol, that's EXACTLY the same linker errors I get with AngelScript on my Ubuntu x64. Didn't have the (disk) space to check them.

Do you have a 64 bit OS?

dbtsai:

--- Quote from: Takeshi Miya on January 18, 2006, 08:41:03 pm ---lol, that's EXACTLY the same linker errors I get with AngelScript on my Ubuntu x64. Didn't have the (disk) space to check them.

Do you have a 64 bit OS?

--- End quote ---

No, I run it on my ibook. It's a 32 bit powerpc.

takeshimiya:
So it seems AngelScript only compiles fine on x86 32 bits.

It's probable that it's because the functions call optimizations.

Navigation

[0] Message Index

[#] Next page

Go to full version