You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install mon on FreeBSD 9.1 and I get this. What's wrong?
root@eugene:/tmp/mon/mon-master # make install
cc -D_GNU_SOURCE -std=c99 -I deps/ -c src/mon.c
In file included from src/mon.c:21:
deps/ms.h:34:7: warning: no newline at end of file
cc -D_GNU_SOURCE -std=c99 -I deps/ -c deps/ms.c
In file included from deps/ms.c:11:
deps/ms.h:34:7: warning: no newline at end of file
cc -D_GNU_SOURCE -std=c99 -I deps/ -c deps/commander.c
cc -o mon
cc: No input files specified
*** [mon] Error code 1
Stop in /tmp/mon/mon-master.
The text was updated successfully, but these errors were encountered:
I tried to install mon on FreeBSD 9.1 and I get this. What's wrong?
The text was updated successfully, but these errors were encountered: