Logged In: YES
user_id=1076144
I came across the same problem. Shuffling around didn't
help. So what I did was extract all the object files from
the dom and dae libraries and combined them into one large
static library. Building to shared libraries might work as well.
To extract: ar -xv ...
To combine: ar -rv ...
2006-08-29 20:51:33 UTC in COLLADA Document Object Model (DOM)