* Johnh <[EMAIL PROTECTED]> [13-02-2003 21:10]:
> make[1]: Entering directory `/usr/src/linux-2.4.20-ac2/scripts/lxdialog'
> /bin/sh: line 1: gcc: command not found
> 
> >> Unable to find the Ncurses libraries.
> >>
> >> You must have Ncurses installed in order
> >> to use 'make menuconfig'

Not ncurses missing. Just that make can't find gcc.
I got this bug here as well. Well, it seems like a bug at least.
Here's what I found out:

If I log in as a normal user and type "gcc", it works ("no input
files").

If I log as root and type "gcc", also works fine.

However, if I log in as normal user, su to root and type gcc, it
complains about not finding gcc-config (which IS in path, at /usr/sbin).

How did I solve this one?

ln -s /usr/sbin/gcc-config /usr/bin/gcc-config, because it's where it
seems to be trying to find gcc-config.

About your issue: I just did:

export PATH=$PATH:/usr/i686-pc-linux-gnu/gcc-bin/3.2

and it worked correctly. It's pretty strange though.

-- 
Bruno Lustosa, aka Lofofora          | Email: [EMAIL PROTECTED]
Network Administrator/Web Programmer | ICQ UIN: 1406477
Rio de Janeiro - Brazil              |

Attachment: msg01325/pgp00000.pgp
Description: PGP signature

Reply via email to