Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
make-ing kernel: msg#00379
Dear All,
I downloaded the latest kernel and source.
In the source (/usr/src/linux-2.4) dir I made:
make mrproper - OK
make xconfig -OK
In the xconfig I loaded from
/boot/config-2.4.22-1.2149.nptl file, then save and quit.
- OK
make dep - OK
make bzImage - come with the next failure:
kernel/kernel.o(.text+0x108c): In function `schedule':
: undefined reference to `active_load_balance'
fs/fs.o(.text+0x37b05): In function `zisofs_readpage':
: undefined reference to `zlib_inflateInit_'
fs/fs.o(.text+0x37c07): In function `zisofs_readpage':
: undefined reference to `zlib_inflate'
fs/fs.o(.text+0x37cb9): In function `zisofs_readpage':
: undefined reference to `zlib_inflateEnd'
fs/fs.o(.text.init+0xacc): In function `mnt_init':
: undefined reference to `init_rootfs'
fs/fs.o(.text.init+0x1011): In function `zisofs_init':
: undefined reference to `zlib_inflate_workspacesize'
make[1]: *** [kallsyms] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.22-1.2149.nptl'
make: *** [vmlinux] Error 2
.. and stop. What made I wrong?
thx
Gábor
--
fedora-test-list mailing list
fedora-test-list@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-test-list
|
| |