James LaGasse
2017-04-06 18:49:02 UTC
Hello,
Linux newbie here attempting to compile Samtools on 32 bit Debian system.
When I use make, I got many lines indicating compilation was proceeding
smoothly, then it halted with:
gcc -g -Wall -O2 -I. -Ihtslib-1.4 -c -o bam_tview_curses.o
bam_tview_curses.c
bam_tview_curses.c:41:20: fatal error: curses.h: No such file or directory
#include <curses.h>
^
compilation terminated.
Makefile:133: recipe for target 'bam_tview_curses.o' failed
make: *** [bam_tview_curses.o] Error 1
How do I install curses? From what I can tell (from the Synaptic Package
Manager) curses in all its flavors is installed. How can I check further?
Where is curses.h supposed to be?
Thanks for any clues you can throw my way,
-Jim LaGasse
Linux newbie here attempting to compile Samtools on 32 bit Debian system.
When I use make, I got many lines indicating compilation was proceeding
smoothly, then it halted with:
gcc -g -Wall -O2 -I. -Ihtslib-1.4 -c -o bam_tview_curses.o
bam_tview_curses.c
bam_tview_curses.c:41:20: fatal error: curses.h: No such file or directory
#include <curses.h>
^
compilation terminated.
Makefile:133: recipe for target 'bam_tview_curses.o' failed
make: *** [bam_tview_curses.o] Error 1
How do I install curses? From what I can tell (from the Synaptic Package
Manager) curses in all its flavors is installed. How can I check further?
Where is curses.h supposed to be?
Thanks for any clues you can throw my way,
-Jim LaGasse