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

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Samtools-help mailing list
Samtools-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/samtools-help

Reply via email to