-
Notifications
You must be signed in to change notification settings - Fork 869
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
Failed to build on Mac #57
Comments
What C compiler do you use? Only |
what should i do if wish to build redsocks on Mac? install gcc or simply update the Makefile ? Sorry i'm not familiar with C |
@darkk the issue is with the command On Ubuntu, it works
On OSX, it doesn't work with sh
But it does with bash. The fixSet the shell in the Makefile. Add this to the top:
example:
|
I have no permanent root access to machines running MacOSX to test and develop for this platform. Was v0.4 ever working on MacOSX? If it was, please contribute documentation with working MacOSX firewall configuration guidelines. Also, I'm closing this issue in favor of #75 that tracks current MacOSX support status. |
When built on Mac, I got
.depend:1: *** missing separator. Stop.
make --version
The text was updated successfully, but these errors were encountered: