-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
building capstone inside radare2 on cygwin - error #148
Comments
The first issue is because when compiling for cygwin the library name is capstone.lib instead of libcapstone.a. that’s why forcing IS_CYGWIN=1 is necessary for us. The fPIC thing can be fixed by overriding the CFLAGS after make. On 25 Jun 2014, at 16:38, Anton Kochkov [email protected] wrote:
|
yes, on Windows i have renamed libcapstone.* to capstone.* because those are more like conventional names for Windows. thanks. |
building capstone (next) on cygwin from radare2 gives me this error:
This is also without IS_CYGWIN=1.
But if you change to IS_CYGWIN=0 it builds ok, but bitching about -fPIC (you already handling this in your code for cygwin, so your makefile just can't determine my cygwin properly:
The text was updated successfully, but these errors were encountered: