bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Porting GNU Projects - NCurses


From: Thomas Dickey
Subject: Re: Porting GNU Projects - NCurses
Date: Wed, 29 Jul 2009 18:24:50 -0400 (EDT)

On Wed, 29 Jul 2009, bornlibra23 wrote:


Hello People
Can somebody suggest:
cd ../obj_lo; /usr/local/bin/libtool --tag=CXX --mode=compile  -I../c++
                                                                ^^

I think it's missing a c++ compiler; my log for libtool shows a line like
this:

/usr/bin/libtool --tag=CXX --mode=compile /usr/bin/g++ -I../c++ -I../include 
-I. -DHAVE_CONFIG_H  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -DNDEBUG  -DTRACE 
-I. -I../include -g -O2  -c ../c++/cursesw.cc -o ../obj_lo/cursesw.lo
                                          ^^^^^^^^^^^^

If you have no c++ compiler, you can use the configure option --without-cxx to suppress this part, as noted in the INSTALL file.

-I../include -I. -DHAVE_CONFIG_H -I. -I../include  -U_XOPEN_SOURCE
-D_XOPEN_SOURCE=500-DNDEBUG -I/usr/local/include/ncurses
-D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_SYSV -D_VOS_EXTENDED_NAMES  -c
.../c++/cursesf.cc
libtool: compile: unrecognized option `-I../c++'
libtool: compile: Try `libtool --help' for more information.
gmake[1]: *** [../obj_lo/cursesf.lo] Error 1
gmake[1]: Leaving directory
`/%vikram#m4_d06/users/awarikoo/OpenSource/ncurses-5.7/c++'
gmake: *** [all] Error 2
--
View this message in context: 
http://www.nabble.com/Porting-GNU-Projects---NCurses-tp24721509p24721509.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.



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


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]