OS X is not supported. But both Linux and *BSD supports it, så i think it should be possible
From its homesite:
I have installed "ncurses", and "binutils" from DarwinPorts. But i get this error when i try to compile it:
How did i solve this?
From its homesite:
http://tobias.eyedacor.org/typespeed/Generally any POSIX-compatible system with a curses library and some advanced functions (like snprintf(), etc.) should work, although development concentrates on GNU/Linux (i386) and ncurses. Feel free to contribute patches for your system, too! Beside of that the following systems have been tested and/or have maintained ports:
* Arch Linux
* Cygwin
* Debian GNU/Linux
* FreeBSD
* Gentoo Linux
* OpenBSD
I have installed "ncurses", and "binutils" from DarwinPorts. But i get this error when i try to compile it:
Code:
emil@emils-macbook.local: ~/Desktop/typespeed-0.6.0 $ make
gcc file.o menu.o misc.o network.o typespeed.o \
-o typespeed -lncurses
/usr/bin/ld: Undefined symbols:
_setresgid
collect2: ld returned 1 exit status
make: *** [typespeed] Error 1
How did i solve this?