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 && $PATH env variable #18

Open
let4be opened this issue Aug 1, 2016 · 2 comments
Open

make && $PATH env variable #18

let4be opened this issue Aug 1, 2016 · 2 comments

Comments

@let4be
Copy link

let4be commented Aug 1, 2016

I need to execute make from go-sh, but I get this

configure: Setting lib to 'lib' (the default)
configure: Will try -pthread then -lpthread to enable POSIX Threads.
configure: CHECKS for site configuration
checking for gcc... gcc
checking whether the C compiler works... no

i.e. it can't find C compiler, I also checked $PATH and got an empty string

any idea how to make it work?

@codeskyblue
Copy link
Owner

So, with out go-sh, is everything going?

@let4be
Copy link
Author

let4be commented Aug 2, 2016

yes, make finishing okay
I figured out if I run the make wrapped into /bin/sh via go-sh it works as well

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