I'm creating a crossplataform game engine, and I decided to use Newton to do the game physics. Its all ok in Windows, but I started porting it to windows. My only problem now is with Newton, when compiling I get linker erros. The linux SDK distributed only have a .a file, not a .so file, its possible to link a .a file or convert it to a .so file?