when I build bullet , I follow these steps: 1.emconfigure ./configure 2.emmake make
but i face these warning: WARNING root: emcc: cannot find library "GL" WARNING root: emcc: cannot find library "GLU" WARNING root: emcc: cannot find library "glut" WARNING root: ignoring dynamic library libBulletSoftBody.so because not compiling to JS or HTML, remember to link it when compiling to JS or HTML at the end WARNING root: ignoring dynamic library libBulletDynamics.so because not compiling to JS or HTML, remember to link it when compiling to JS or HTML at the end WARNING root: ignoring dynamic library libBulletCollision.so because not compiling to JS or HTML, remember to link it when compiling to JS or HTML at the end WARNING root: ignoring dynamic library libLinearMath.so because not compiling to JS or HTML, remember to link it when compiling to JS or HTML at the end Can you tell me how to build library??? -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
