|
From: | Prashanth Mylvarabatla |
Subject: | make error |
Date: | Fri, 1 Jan 2010 02:40:43 -0800 (PST) |
I run into this error when I compile ncurses-5.2 on RHAS4.
cd ../objects; gcc -I../test -I. -DNDEBUG -I. -I../include -DHAVE_CONFIG_H -O2 -c ../test/xmas.c
gcc -o xmas ../objects/xmas.o -L../lib -L/usr/lib -lform -lmenu -lpanel -lncurses
make[1]: Leaving directory `/root/ncurses-5.2/test'
cd c++ && make DESTDIR="" all
make[1]: Entering directory `/root/ncurses-5.2/c++'
cd ../objects; c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -DNDEBUG -I. -I../include -O2 -c ../c++/cursesf.cc
In file included from ../c++/cursesp.h:39,
from ../c++/cursesf.h:39,
from ../c++/cursesf.cc:34:
../c++/cursesw.h:17:23: strstream.h: No such file or directory
make[1]: *** [../objects/cursesf.o] Error 1
make[1]: Leaving directory `/root/ncurses-5.2/c++'
make: *** [all] Error 2
"Success is not the result of spontaneous combustion.You must first set yourself on fire" |
[Prev in Thread] | Current Thread | [Next in Thread] |