Maybe someone can tell me why this happens.

Post Reply
Pottus
Posts: 6
Joined: Mon Nov 17, 2014 11:15 pm

Maybe someone can tell me why this happens.

Post by Pottus »

Okay my project compiles and works on windows as it should but when I try to compile on Linux I am getting this error during load time.

[21:31:35] Failed (plugins/colandreas.so: undefined symbol: _ZN16btDbvtBroadphaseC1EP22btOverlappingPairCache)

Thanks in advance.

@Edit
Okay I figured it out appears the linking order needed to be specified.

$(GPP) -L /home/pottus/colandreas/bullet/src -lBulletDynamics -lBulletCollision -lLinearMath -m32 -O2 -fshort-wchar -shared -o $(OUTFILE) *.o
Post Reply