build error

View: New views
2 Messages — Rating Filter:   Alert me  

build error

by Martin Gollery :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

When building ncurses 5.7 on Ubuntu 9 64-bit I receive an error

cd ../objects;   -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. -I../include  -D_GNU_SOURCE -DNDEBUG  -c ../c++/cursesf.cc
/bin/sh: -I../c++: not found
make[1]: *** [../objects/cursesf.o] Error 127
make[1]: Leaving directory `/home/martin/BioHDF/ncurses-5.7/c++'
make: *** [all] Error 2

which makes it sound like the ncurses-5.7/c++ folder is not found, but it is definitely there and accessible. Any idea what is going wrong here?

Thanks,
Marty


--
--
Martin Gollery
Senior Bioinformatics Scientist
Tahoe Informatics
www.bioinformaticist.biz
www.hiddenmarkovmodels.com



_______________________________________________
Bug-ncurses mailing list
Bug-ncurses@...
http://lists.gnu.org/mailman/listinfo/bug-ncurses

Re: build error

by Thomas Dickey-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 18 Sep 2009, Martin Gollery wrote:

> When building ncurses 5.7 on Ubuntu 9 64-bit I receive an error
>
> cd ../objects;   -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. -I../include
> -D_GNU_SOURCE -DNDEBUG  -c ../c++/cursesf.cc
> /bin/sh: -I../c++: not found
> make[1]: *** [../objects/cursesf.o] Error 127
> make[1]: Leaving directory `/home/martin/BioHDF/ncurses-5.7/c++'
> make: *** [all] Error 2
>
> which makes it sound like the ncurses-5.7/c++ folder is not found, but it is
> definitely there and accessible. Any idea what is going wrong here?

It seems that the configure script found no c++ (or g++, etc) compiler.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


_______________________________________________
Bug-ncurses mailing list
Bug-ncurses@...
http://lists.gnu.org/mailman/listinfo/bug-ncurses