[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build error
From: |
Thomas Dickey |
Subject: |
Re: build error |
Date: |
Fri, 18 Sep 2009 20:23:45 -0400 (EDT) |
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
- build error, Martin Gollery, 2009/09/18
- Re: build error,
Thomas Dickey <=