[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make failure
From: |
Micah Acinapura |
Subject: |
make failure |
Date: |
Tue, 4 Jan 2005 16:14:41 -0500 |
I hate to send this silly problem to you as It it probably a problem
with my redhat environment, however I was unable to find any type of
support/bug section on the ncurses homepage. Here is the tail of
running the make command
gcc -O2 -o xmas ../objects/xmas.o -L../lib -lform -lmenu -lpanel
-lncurses -I../test -I. -DHAVE_CONFIG_H -I. -I../include
-D_GNU_SOURCE -DNDEBUG -O2
make[1]: Leaving directory `/home/shell/ncurses-5.4/test'
cd misc && make DESTDIR="" all
make[1]: Entering directory `/home/shell/ncurses-5.4/misc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/shell/ncurses-5.4/misc'
cd c++ && make DESTDIR="" all
make[1]: Entering directory `/home/shell/ncurses-5.4/c++'
cd ../objects; -I../c++ -I../include -I. -DHAVE_CONFIG_H -I.
-I../include -D_GNU_SOURCE -DNDEBUG -c ../c++/cursesf.cc
/bin/sh: line 1: -I../c++: No such file or directory
make[1]: *** [../objects/cursesf.o] Error 127
make[1]: Leaving directory `/home/shell/ncurses-5.4/c++'
make: *** [all] Error 2
address@hidden ncurses-5.4]#
./configure ran fine so I assumed that make would work fine also.
my platform is: i686-redhat-linux
my redhat-release: Red Hat Enterprise Linux ES release 3 (Taroon Update
2)
Thanks,
-Micah Acinapura
- make failure,
Micah Acinapura <=