"Basham, Richard R" wrote: > > Hi, > > I think I may have found a bug in the rtl v3pre8 patch. > > I have installed v3pre8 on my machine. It appears to be working. However > during the installation process I ran into a problem. I was unable to do: make > xconfig. It gave me an error and stopped. The following is the error: > > [root@penguin linux]# make xconfig > > rm -f include/asm > > ( cd include ; ln -sf asm-i386 asm) > > make -C scripts kconfig.tk > > make[1]: Entering directory `/usr/src/RT_Linux_3.0pre8/linux/scripts' > > cat header.tk >> ./kconfig.tk > > ./tkparse < ../arch/i386/config.in >> kconfig.tk > > -: 8: incorrect argument > > make[1]: *** [kconfig.tk] Error 1 > > make[1]: Leaving directory `/usr/src/RT_Linux_3.0pre8/linux/scripts' > > make: *** [xconfig] Error 2 Edit file linux-2.4.0-test9-RTL3.0pre8/arch/i386/config.in Fix double "==" to just one "=" The part of patch should look like this: +if [ "$CONFIG_RTLINUX" = "y" ]; then + define_bool CONFIG_RTL y +fi (original is RTLINUX" == "y" ) -- There are three types of people in the world: those who can count, and those who can't. Zdenek Kabelac http://i.am/kabi/ [EMAIL PROTECTED] {debian.org; fi.muni.cz} -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] --- For more information on Real-Time Linux see: http://www.rtlinux.org/rtlinux/