Mac os#13
Open
Moonbeam4520 wants to merge 3 commits into
Open
Conversation
Contributor
|
That branch gave me this output: 16 warnings generated.
CCLD dd
CC ls.o
CC ls-dir.o
CCLD dir
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [dir] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
mv: rename ls to /usr/bin/ls-i: No such file or directory
mv: rename dir to /usr/bin/dir-i: No such file or directory
mv: rename vdir to /usr/bin/vdir-i: No such file or directory |
Contributor
|
Removing the shebang and encoding notation from I propose that the install script will be smarter and check for OS before executing the commands, thus allowing for a one-file-fits-all solution. |
Author
|
oups, that was unwanted, I deleted the file by mistake and copy pasted it, so it was a mistake. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
modified install.sh to make it work on macOS Sierra.
tested with zsh on macOS 10.12.4 (16E195).