how do i link a static lib which build by cygwin
mingye224 opened this issue · 1 comments
mingye224 commented
well, i want use cgal library in actionscript.
but, it can not build by crossbridge sdks, so i compiled it with cygwin and succeeded
Now I need to link the CGAL library when I compile the SWC file, but it failed.
So, could crossbridgeSDK use static library file with other compiler?
alexmac commented
If you compile a library with Cygwin you'll end up with a normal x86 binary - you need to compile the lib with alchemy to turn it into a swc.
If there are bugs preventing this library from compiling with alchemy then I think you'll be better off switching to JavaScript and using something like emscripten to compile it given that both alchemy and Flash are dead at this point