Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do i link a static lib which build by cygwin #65

Open
mingye224 opened this issue Jan 15, 2017 · 1 comment
Open

how do i link a static lib which build by cygwin #65

mingye224 opened this issue Jan 15, 2017 · 1 comment

Comments

@mingye224
Copy link

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
Copy link

alexmac commented Jan 15, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants