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

While executing 'make geth' command i am getting below error, please help #1

Closed
Jagdish0886 opened this issue Dec 16, 2018 · 2 comments

Comments

@Jagdish0886
Copy link
Owner

exec: "gcc": executable file not found in $PATH
util.go:45: exit status 2
exit status 1
make: *** [geth] Error 1

Path where the go-ethereum is installed:- /root/go-ethereum

Env variables i set on Red hat linux OS system:
export GOROOT=/usr/local/go
export GOPATH=$HOME/Projects/Proj
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

@Jagdish0886
Copy link
Owner Author

I have copied the repository from below and the error persists:
git clone https://github.com/ethereum/go-ethereum.git
and then from tried from
git clone https://github.com/ethereum/go-ethereum

@Jagdish0886
Copy link
Owner Author

installation of gcc has solved the problem:

command:

yum install gcc

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

1 participant