Search found 2 matches

by mrBrown
Fri Aug 16, 2019 7:27 am
Forum: General Bullet Physics Support and Feedback
Topic: undefined reference to btAlignedAllocInternal(unsigned long, int)
Replies: 1
Views: 2624

Re: undefined reference to btAlignedAllocInternal(unsigned long, int)

Ok, solved it. The actual order of arguments is important. I first listed linearMath and then main.cpp. This should be the other way around since the unresolved symbols in main.cpp can be found in linearMath. Then, for running, the system needs to be able to find the libLinearMath.so.2.88 file. I so...
by mrBrown
Thu Aug 15, 2019 4:31 pm
Forum: General Bullet Physics Support and Feedback
Topic: undefined reference to btAlignedAllocInternal(unsigned long, int)
Replies: 1
Views: 2624

undefined reference to btAlignedAllocInternal(unsigned long, int)

Hi, I've recently switched from Visual Studio on Windows to Ubuntu. I'm working on a project that used the LinearMath part of Bullet. When I try to compile my program I get an undefined reference to "btAlignedAllocInternal(unsigned long, int)" error. On windows I only reference to the Line...