We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make fails with error when attempting to compile on Windows 7 using Cygwin.
Reproduction steps: Follow instruction steps under heading "How to compile NetBee" in README. Specifically:
Encountered the following error on make:
/usr/lib/gcc/x86_64-pc-cygwin/7.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lpcap collect2: error: ld returned 1 exit status make[2]: *** [nbnetvm/CMakeFiles/nbnetvm.dir/build.make:1444: nbnetvm/cygnbnetvm.dll] Error 1 make[1]: *** [CMakeFiles/Makefile2:154: nbnetvm/CMakeFiles/nbnetvm.dir/all] Error 2 make: *** [Makefile:84: all] Error 2
Expected behavior: successful execution of make producing binaries with no errors
The text was updated successfully, but these errors were encountered:
We never tried to compile with Cygwin; we simply used Microsoft visual studio on Windows.
Sorry, something went wrong.
No branches or pull requests
Make fails with error when attempting to compile on Windows 7 using Cygwin.
Reproduction steps:
Follow instruction steps under heading "How to compile NetBee" in README.
Specifically:
Encountered the following error on make:
Expected behavior:
successful execution of make producing binaries with no errors
The text was updated successfully, but these errors were encountered: