lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 13 Feb 2007 09:15:34 -0800
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Dominic Newton <dominic.newton@...2-technology.co.uk>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: Small problem with kernel 2.6.20 and make menuconfig

On Tue, 13 Feb 2007 09:17:51 +0000 Dominic Newton wrote:

> Just a small issue with the latest kernel 2.6.20. When compiling make 
> menuconfig our ncurses library is not being detected. I currently use 
> 2.6.15 with no problem and comparing the 2 I found a script ( 
> scripts/kconfig/lxdialog/check-lxdialog.sh ) in the lxdialog directory 
> that checks for the ncurses lib and sets compiler flags. For some reason 
> it will not find the ncurses library and thus menuconfig will not 
> compile and run.
> 
> 
> 
> I have ncurses installed (and symlinked) in the usual locations (/lib, 
> /usr/lib, /usr/include). I tried compiling the stock kernel in various 
> locations ( /, /usr /usr/src ) - same problem every time. I fixed the 
> problem by editing the scripts/kconfig/Makefile line 88-89 to ignore the 
> script and set HOST_EXTRACFLAGS = -DCURSES_LOC="<ncurses.h>" and 
> HOST_LOADLIBES = -lncurses.
> 
> menuconfig runs perfectly now ! I'm hopeless at scripts which is why I 
> gave up trying to get check-lxdialog.sh to work properly - sorry...
> 
> Any queries please let me know,

What does this print?  (from top of linux source tree)

$ sh scripts/kconfig/lxdialog/check-lxdialog.sh -ccflags

and
$ sh scripts/kconfig/lxdialog/check-lxdialog.sh -ldflags gcc


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ