Hi.
I am reasonably new to linux, and I am trying to recompile my kernel so that
it is optimised for an AMD processor, rather than an Intel processor.
 
The commands I used were:
make mrproper
to remove the remains of previous kernels. Then i used
make xconfig
to build the kernel.
The commands I issued after making the kernel were:
make dep
then
make clean.
next I modified the Makefile file so that EXTRAVERSION = -2-24sept2001.
Then I built the kernel with
make bzImage
and received the error message
 
 
I am running RedHat Linux 7.1 with kernel version 2.4.2-2. It is running on
an AMD Athlon 950MHz with 256Mb RAM.
The error message with preceding messages are:
net/network.o \
/usr/src/linux-2.4/arch/i386/lib/lib.a /usr/src/linux-2.4/lib/lib.a
/usr/src/linux-2.4/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
net/network.o(.data+0x51a8): undefined reference to
`sysctl_ipx_pprop_broadcasting'
make: *** [vmlinux] Error 1
 
any comments would be greatly appreciated
 
Thanks In Advance,
Alex

--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to