-
Notifications
You must be signed in to change notification settings - Fork 130
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
./configure not in repository #30
Comments
Never mind; Answered my own question. |
Still have a problem though: Running the generated ./configure, it ends with: checking for gcc option to accept ISO C89... none needed Is there a work-around for this? |
You need to make sure that all required dependencies are installed. Among those dependencies are glib and gthread. The error could also mean that pkg-config is not installed. The easiest way to build sshfs is probably MacPorts (or Homebrew). If you are looking for a prebuilt binary you can download an installer package from https://osxfuse.github.io. |
@bfleischer Can you merge from upstream and upload an up-to-date installer package? The current stable version is 2.8.0. |
run into the same pitfall on macOS 10.12 |
nothing changed after |
When I try to run |
@RobLewis 3 years later, the answer is that you need to run |
The install instructions begin with "Run ./configure", but ./configure doesn't exist.
The text was updated successfully, but these errors were encountered: