Skip to content

Instantly share code, notes, and snippets.

@dlintw
Created September 18, 2013 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlintw/6603432 to your computer and use it in GitHub Desktop.
Save dlintw/6603432 to your computer and use it in GitHub Desktop.
on sparc
gcc -g -O2 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_MSE_INT_H -I/usr/local/include/ncurses/include -I/usr/local/include/ncurses/include/ncurses -DHAVE_CONFIG_H -c bvi.c
bvi.c: In function `main':
bvi.c:129: error: `tntty' undeclared (first use in this function)
bvi.c:129: error: (Each undeclared identifier is reported only once
bvi.c:129: error: for each function it appears in.)
make: *** [bvi.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment