Re: [Samtools-help] samtools 1.0 install problem

2014-08-28 Thread Sam Nicholls
Hi Radhouane, You'll need to install the ncurses development library for your platform to compile the tview command. I believe you'll need ncurses-devel on Fedora/RHEL or libncurses5-dev on ubuntu. Sam On Wed, Aug 27, 2014 at 6:20 PM, Radhouane Aniba wrote: > Hello > > I wanted to try samtools

Re: [Samtools-help] samtools 1.0 install problem

2014-08-27 Thread Radhouane Aniba
Absolutely right ! Problem solved by installing the missing libs Thank you guys On Wed, Aug 27, 2014 at 11:00 AM, Praveen Raj wrote: > It seems you don't have curses library installed in your system. Try > installing them using yum - as typed below, and then recompile samtools. > > yum instal

Re: [Samtools-help] samtools 1.0 install problem

2014-08-27 Thread Praveen Raj
It seems you don't have curses library installed in your system. Try installing them using yum - as typed below, and then recompile samtools. yum install ncurses ncurses-devel Praveen On Wed, Aug 27, 2014 at 10:50 PM, Radhouane Aniba wrote: > Hello > > I wanted to try samtools 1.0 but got thi

[Samtools-help] samtools 1.0 install problem

2014-08-27 Thread Radhouane Aniba
Hello I wanted to try samtools 1.0 but got this probem while trying to compile, I downloaded sources from sourceforge gcc -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_CURSES_LIB=1 -I. -Ihtslib-1.0 -c -o bam_tview_curses.o bam_tview_curses.c bam_tview_curses.c:30:20: error: curses.