Re: make menuconfig and xconfig

2004-10-13 Thread Erik Jakobsen
Alex Malinovich wrote:
Since I'm assuming you're wanting to build a kernel image, I'd suggest
installing kernel-package (apt-get install kernel-package) and then
reading /usr/share/doc/kernel-package/README.gz. That will give you
everything you need to quickly and easily build a kernel image the
Debian way.
 

Hi Alex, hi Chris.
Thanks for the replies from you.
Yes Alex that's right, that I wanted to build a kernel image.
Sorry that I did not mentioned that.
I'll have a look into the README.gz file, and thanks for pointing me to 
that.

Erik.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: make menuconfig and xconfig

2004-10-13 Thread Chris Metzler
On Wed, 13 Oct 2004 16:17:03 +0200
Erik Jakobsen <[EMAIL PROTECTED]> wrote:
>
> I have tried to run make xconfig and make menuconfig on my debian sarge 
> system.
> 
> But I'm receiving errors, and have Googled without any luck.

} From /usr/share/doc/kernel-package/README:
}
} Before you go any further, please allow me to point out that you need to
} have a few other packages installed before you can compile your own 
} kernels
} (it is difficult to compile anything without a compiler ;-).
}
} Firstly, you will need gcc, the libc development package (libc5-dev or
} libc6-dev at the time of writing), and, on Intel platforms, bin86. [If
} you use the menuconfig target of make, you will need ncursesX.X-dev,
} and make xconfig also requires either tkX.X-dev for 2.4.X kernels, or
} libqt3-mt-dev and g++ >= 3.0 for the new 2.6 kernel versions, and 2.6.X
} kernels also have an additional option, make gconfig, which requires
} libglade2-dev, and other packages these depend on]
}
} The packages suggested are:
} devel:gcc, libc5-dev/libc6-dev, binutils, make, and, for intel
}   x86 platforms, bin86 (non-Intel platforms don't need
}   this), modutils (or module-init-tools for 2.5.x+ kernels).
} interpreters: awk, which is contained in either the mawk or gawk }   
packages
} base: gzip, shellutils, and grep.



-- 
Chris Metzler   [EMAIL PROTECTED]
(remove "snip-me." to email)

"As a child I understood how to give; I have forgotten this grace since I
have become civilized." - Chief Luther Standing Bear


pgppwmsgUDeVk.pgp
Description: PGP signature


Re: make menuconfig and xconfig

2004-10-13 Thread Alex Malinovich
On Wed, 2004-10-13 at 16:17 +0200, Erik Jakobsen wrote:
> Hi.
> 
> I have tried to run make xconfig and make menuconfig on my debian sarge 
> system.
> 
> But I'm receiving errors, and have Googled without any luck.
--snip--

Since I'm assuming you're wanting to build a kernel image, I'd suggest
installing kernel-package (apt-get install kernel-package) and then
reading /usr/share/doc/kernel-package/README.gz. That will give you
everything you need to quickly and easily build a kernel image the
Debian way.

-- 
Alex Malinovich
Support Free Software, delete your Windows partition TODAY!
Encrypted mail preferred. You can get my public key from any of the
pgp.net keyservers. Key ID: A6D24837



signature.asc
Description: This is a digitally signed message part


make menuconfig and xconfig

2004-10-13 Thread Erik Jakobsen
Hi.
I have tried to run make xconfig and make menuconfig on my debian sarge 
system.

But I'm receiving errors, and have Googled without any luck.
If running make menuconfig, I receive this:
# make menuconfig
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status
>> Unable to find the Ncurses libraries.
>>
>> You must install ncurses-devel in order
>> to use 'make menuconfig'
make[2]: *** [scripts/lxdialog/ncurses] Error 1
make[1]: *** [menuconfig] Error 2
make: *** [menuconfig] Error 2
I have run apt-get install ncurses-devel, but this is obviously not the 
right way ?

And if running make xconfig:
Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] Error 1
make: *** [xconfig] Error 2
How do I encouter if the QT is right, and placed, and where shall it be 
placed ?.

Are the errors 1 and 2 due to lack of the QT ?.
Erik
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



make menuconfig and xconfig don't work since 2.4.19

2002-12-07 Thread Jorge Sousa
Hi,

Since i got kernel sources 2.4.19 and 2.4.20 i'm not able to compile them
with
make menuconfig
make xconfig.
Although everything runs fine by using the command line interface.

When i issue make menuconfig everything appears to run fine until if reaches
Preparing scripts: functions, parsing..
then the script hangs but the CPU jumps to 80% of usage and only comes down
when i kill the previous process

When i issue a make xconfig i get an error stating
./tkparse: Permission Denied.

I'm running woody an the user is root.

Is anybody having a similar problem? Were you able to solve it?

Thanks in advance for any help.


=
Jorge Sousa


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]