ok right now Mnadrake is a pain for development. Great Desktop though!
I eventually figured out how to log in as root and used urpmi flex etc.....
I now have everything except ncurses.
[denis@localhost OpenWrt-SDK-at91-for-Linux-i686]$ make
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'working-gcc'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... failed.
Checking 'zlib'... ok.
Checking 'gawk'... ok.
Checking 'bison'... ok.
Checking 'flex'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'patch'... ok.
Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'wget'... ok.
Checking 'gnutar'... ok.
Checking 'svn'... ok.
Checking 'autoconf'... ok.
Checking 'gnu-find'... ok.
Checking 'getopt-extended'... ok.
Checking 'non-root'... ok.
Build dependency: Please install ncurses. (Missing libncurses.so or ncurses.h)
Prerequisite check failed. Use FORCE=1 to override.
make[1]: *** [tmp/.prereq-build] Error 1
make: *** [world] Error 2
[denis@localhost OpenWrt-SDK-at91-for-Linux-i686]$ make
Checking and installing anything to do with ncurses or Libncurses as follows
[root@localhost ~]# urpmi ncurses
Package ncurses-5.7-4.20091227.1mdv2010.1.x86_64 is already installed
[root@localhost ~]# urpmi libncurses
No package named libncurses
The following packages contain libncurses: libncurses-devel, libncurses5, libncursesw-devel, libncursesw5
You should use "-a" to use all of them
[root@localhost ~]# urpmi -a libncurses
To satisfy dependencies, the following packages are going to be installed:
Package Version Release Arch
(medium "Main32")
libncurses-devel 5.7 4.20091227.1> i586
libncurses5 5.7 4.20091227.1> i586
libncursesw-devel 5.7 4.20091227.1> i586
libncursesw5 5.7 4.20091227.1> i586
13MB of additional disk space will be used.
2.4MB of packages will be retrieved.
Proceed with the installation of the 4 packages? (Y/n) y
$MIRRORLIST: media/../../i586/media/main/release/libncursesw5-5.7-4.20091227.1mdv2010.1.i586.rpm
$MIRRORLIST: media/../../i586/media/main/release/libncursesw-devel-5.7-4.20091227.1mdv2010.1.i586.rpm
$MIRRORLIST: media/../../i586/media/main/release/libncurses5-5.7-4.20091227.1mdv2010.1.i586.rpm
$MIRRORLIST: media/../../i586/media/main/release/libncurses-devel-5.7-4.20091227.1mdv2010.1.i586.rpm
installing libncursesw5-5.7-4.20091227.1mdv2010.1.i586.rpm libncursesw-devel-5.7-4.20091227.1mdv2010.1.i586.rpm libncurses-devel-5.7-4.20091227.1mdv2010.1.i586.rpm libncurses5-5.7-4.20091227.1mdv2010.1.i586.rpm from /var/cache/urpmi/rpms
Preparing... #############################################
1/4: libncurses5 #############################################
2/4: libncursesw5 #############################################
3/4: libncursesw-devel #############################################
4/4: libncurses-devel #############################################
[root@localhost ~]# urpmi -a libncurses.so
No package named libncurses.so
[root@localhost ~]# urpmi -a ncurses.so
No package named ncurses.so
[root@localhost ~]# urpmi -a ncurses
Package ncurses-5.7-4.20091227.1mdv2010.1.x86_64 is already installed
[root@localhost ~]# urpmi -a libncurses
Packages libncursesw5-5.7-4.20091227.1mdv2010.1.i586, libncursesw-devel-5.7-4.20091227.1mdv2010.1.i586, libncurses5-5.7-4.20091227.1mdv2010.1.i586, libncurses-devel-5.7-4.20091227.1mdv2010.1.i586 are already installed
[root@localhost ~]#
No idea whats wrong now.
Any help appreciated
Thanks
Denis