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

Make Problem #31

Open
yildirimserkan opened this issue Mar 15, 2019 · 1 comment
Open

Make Problem #31

yildirimserkan opened this issue Mar 15, 2019 · 1 comment

Comments

@yildirimserkan
Copy link

Hello,
I installed icmptunnel on ubuntu 14.04 and when wrote make I getting this error,

gcc -c -o icmptunnel.o icmptunnel.c -I. -O3 -Wall
make: gcc: Command not found
make: *** [icmptunnel.o] Error 127

Can you help me with this problem? Sorry if the problem is so basic. I'm new guy

@bjorn3
Copy link

bjorn3 commented Mar 15, 2019

You will need to install gcc. Running

$ sudo apt install build-essential

will install the programs necessary to build many programs.

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