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

compile for MacOS #4

Open
gitlech opened this issue Jan 12, 2021 · 1 comment
Open

compile for MacOS #4

gitlech opened this issue Jan 12, 2021 · 1 comment

Comments

@gitlech
Copy link

gitlech commented Jan 12, 2021

On MacOS (v10.15.7) the executables compiled with make (v3.81) would result in a "cannot execute binary file" error when executed.
To compile it on Mac I had to run:
gcc tcp-recv-test.c -o tcp-recv-test

Could be mentioned in the readme.

@muellermartin
Copy link

I'm on macOS 10.14.6 and running make and after that the resulting binaries with ./tcp-recv-test and ./tcp-send-test worked flawlessly.

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