-
-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
I had installed this on Ubuntu, and I would like to have a visualizer that worked for Mac. everything went well until I got to sudo make install. Make output this:
gingkathfox$ sudo make install
readlink: illegal option -- m
usage: readlink [-n] [file ...]
readlink: illegal option -- m
usage: readlink [-n] [file ...]
readlink: illegal option -- m
usage: readlink [-n] [file ...]
install -Dm755 glava
install: illegal option -- D
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 file2
install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 ... fileN directory
install -d [-v] [-g group] [-m mode] [-o owner] directory ...
make: *** [install] Error 64Any idea why this happened?