Thanks Luca, it was ncurses-devel on CentOS that was missing for
menuconfig. I was able to patch the kernel and get it up and running
but now I've hit the next obstacle with the userland tools.
When trying to run the ./configure I get an error about the python
include path. I've been trying to manually set/export the path but
can't seem to get it right. Any suggestions?
# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for python... /usr/bin/python
checking for python version... 2.3
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.3/site-packages
checking for python extension module directory...
${exec_prefix}/lib/python2.3/site-packages
checking for Python include path... find: /usr/include/python2.3/: No
such file or directory
configure: error: cannot find Python include path
On 6/25/06, Luca De Cicco <ldecicco@xxxxxxxxx> wrote:
No you have to install dev package (something like ncurses-dev, but i'm not
sure about the name of the package because i don't use fedora)
Luca
On 6/25/06, Michael Emdy <ewebtricity@xxxxxxxxx> wrote:
> ncurses is installed already, do you think it might be missing some
> other dependency for ncurses to run menuconfig. This was a "minimal"
> install.
>
> # rpm -q ncurses
> ncurses-5.4-13
>
>
>
> On 6/25/06, Luca De Cicco < ldecicco@xxxxxxxxx> wrote:
> > well, you should install ncurses if you want to use menuconfig...
> >
> > Regards,
> > Luca De Cicco
> >
> >
> > _______________________________________________
> > Discussion mailing list
> > Discussion@xxxxxxxxxx
> > http://internal.web100.org/mailman/listinfo/discussion
> >
>
_______________________________________________
Discussion mailing list
Discussion@xxxxxxxxxx
http://internal.web100.org/mailman/listinfo/discussion
|