Intro  Base  More  Read  Use  Last 30  60  90  All Articles  RSS


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: module-init-tools-3.8   Print


Base Nav: first previous next last All Tab 2 spacerspacer
Source code is available here.

Run these commands:

cd /sources/  &&
tar -xzf module-init-tools-3.8.tar.gz &&
cd  module-init-tools-3.8 &&
./configure --prefix=/ --sysconfdir=/etc &&
make &&
make install

The output should look something like this:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
continue configure in default builddir ""./build""
....exec /bin/sh .././configure ""--srcdir=..""
""--enable-builddir=build"" ""linux
gnu""
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gsed... sed
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for docbook-to-man... no
checking for docbook2man... no
configure: WARNING: docbook2man not found
configure: Adding gcc options: -g -O2 -Wunused -Wall
configure: creating ./config.status
config.status: creating Makefile
config.status: executing buildir commands
config.status: create top_srcdir/Makefile guessed from
local Makefile
config.status: build in build (HOST=)
config.status: executing depfiles commands
MAKE i686-pc-linux-gnu : 0 * all-all
make[1]: Entering directory
`/sources/module-init-tools-3.8/build'
gcc -DPACKAGE_NAME=\""module-init-tools\""
-DPACKAGE_TARNAME=\""module-init-tools\""
-DPACKAGE_VERSION=\""3.8\""
-DPACKAGE_STRING=\""module-init-tools\ 3.8\""
-DPACKAGE_BUGREPORT=\""\""
-DPACKAGE=\""module-init-tools\"" -DVERSION=\""3.8\"" -I.
-I..	-ffunction-sections -g -O2 -Wunused -Wall -MT
libmodtools_a-util.o -MD -MP -MF
.deps/libmodtools_a-util.Tpo -c -o libmodtools_a-util.o
`test -f 'util.c' || echo '../'`util.c
mv -f .deps/libmodtools_a-util.Tpo
.deps/libmodtools_a-util.Po
gcc -DPACKAGE_NAME=\""module-init-tools\""
-DPACKAGE_TARNAME=\""module-init-tools\""
-DPACKAGE_VERSION=\""3.8\""
-DPACKAGE_STRING=\""module-init-tools\ 3.8\""
-DPACKAGE_BUGREPORT=\""\""
-DPACKAGE=\""module-init-tools\"" -DVERSION=\""3.8\"" -I.
-I..	-ffunction-sections -g -O2 -Wunused -Wall -MT
libmodtools_a-logging.o -MD -MP -MF
.deps/libmodtools_a-logging.Tpo -c -o
libmodtools_a-logging.o `test -f 'logging.c' || echo
'../'`logging.c
mv -f .deps/libmodtools_a-logging.Tpo
.deps/libmodtools_a-logging.Po
gcc -DPACKAGE_NAME=\""module-init-tools\""
-DPACKAGE_TARNAME=\""module-init-tools\""
-DPACKAGE_VERSION=\""3.8\""
-DPACKAGE_STRING=\""module-init-tools\ 3.8\""
-DPACKAGE_BUGREPORT=\""\""
-DPACKAGE=\""module-init-tools\"" -DVERSION=\""3.8\"" -I.
-I..	-ffunction-sections -g -O2 -Wunused -Wall -MT
libmodtools_a-index.o -MD -MP -MF
.deps/libmodtools_a-index.Tpo -c -o libmodtools_a-index.o
`test -f 'index.c' || echo '../'`index.c
../index.c: In function `add_value':
../index.c:88: warning: 'duplicate' might be used
uninitialized in this function
mv -f .deps/libmodtools_a-index.Tpo
.deps/libmodtools_a-index.Po
gcc -DPACKAGE_NAME=\""module-init-tools\""
-DPACKAGE_TARNAME=\""module-init-tools\""
-DPACKAGE_VERSION=\""3.8\""
-DPACKAGE_STRING=\""module-init-tools\ 3.8\""
-DPACKAGE_BUGREPORT=\""\""
-DPACKAGE=\""module-init-tools\"" -DVERSION=\""3.8\"" -I.
-I..	-ffunction-sections -g -O2 -Wunused -Wall -MT
libmodtools_a-config_filter.o -MD -MP -MF
.deps/libmodtools_a-config_filter.Tpo -c -o
libmodtools_a-config_filter.o `test -f 'config_filter.c' ||
echo '../'`config_filter.c
mv -f .deps/libmodtools_a-config_filter.Tpo
.deps/libmodtools_a-config_filter.Po
rm -f libmodtools.a
.
.
.
gcc  -g -O2 -Wunused -Wall   -o depmod depmod.o
zlibsupport.o moduleops.o tables.o  libmodtools.a 
gcc -DPACKAGE_NAME=\""module-init-tools\""
-DPACKAGE_TARNAME=\""module-init-tools\""
-DPACKAGE_VERSION=\""3.8\""
-DPACKAGE_STRING=\""module-init-tools\ 3.8\""
-DPACKAGE_BUGREPORT=\""\""
-DPACKAGE=\""module-init-tools\"" -DVERSION=\""3.8\"" -I.
-I..	 -g -O2 -Wunused -Wall -MT modinfo.o -MD -MP -MF
.deps/modinfo.Tpo -c -o modinfo.o ../modinfo.c
mv -f .deps/modinfo.Tpo .deps/modinfo.Po
gcc  -g -O2 -Wunused -Wall   -o modinfo modinfo.o
zlibsupport.o  libmodtools.a 
gcc  -g -O2 -Wunused -Wall -static  -o insmod.static
insmod.o libmodtools.a 
make[1]: Leaving directory
`/sources/module-init-tools-3.8/build'
MAKE i686-pc-linux-gnu : 0 * install
make[1]: Entering directory
`/sources/module-init-tools-3.8/build'
make[2]: Entering directory
`/sources/module-init-tools-3.8/build'
test -z ""//bin"" || /bin/mkdir -p ""//bin""
  /bin/sh ../install-with-care 'lsmod' '//bin/lsmod'
install-with-care lsmod //bin/lsmod
test -z ""//sbin"" || /bin/mkdir -p ""//sbin""
  /bin/sh ../install-with-care 'insmod' '//sbin/insmod'
install-with-care insmod //sbin/insmod
  /bin/sh ../install-with-care 'modprobe' '//sbin/modprobe'
install-with-care modprobe //sbin/modprobe
  /bin/sh ../install-with-care 'rmmod' '//sbin/rmmod'
install-with-care rmmod //sbin/rmmod
  /bin/sh ../install-with-care 'depmod' '//sbin/depmod'
install-with-care depmod //sbin/depmod
  /bin/sh ../install-with-care 'modinfo' '//sbin/modinfo'
install-with-care modinfo //sbin/modinfo
  /bin/sh ../install-with-care 'insmod.static'
'//sbin/insmod.static'
install-with-care insmod.static //sbin/insmod.static
test -z ""//sbin"" || /bin/mkdir -p ""//sbin""
 /bin/sh ../install-with-care '../generate-modprobe.conf'
'//sbin/generate-modprobe.conf'
install-with-care ../generate-modprobe.conf
//sbin/generate-modprobe.conf
test -z ""//share/man/man5"" || /bin/mkdir -p
""//share/man/man5""
 /bin/sh ../install-with-care -m 644 '../modprobe.conf.5'
'//share/man/man5/modprobe.conf.5'
install-with-care -m 644 ../modprobe.conf.5
//share/man/man5/modprobe.conf.5
 /bin/sh ../install-with-care -m 644 '../modules.dep.5'
'//share/man/man5/modules.dep.5'
install-with-care -m 644 ../modules.dep.5
//share/man/man5/modules.dep.5
 /bin/sh ../install-with-care -m 644 '../depmod.conf.5'
'//share/man/man5/depmod.conf.5'
install-with-care -m 644 ../depmod.conf.5
//share/man/man5/depmod.conf.5
test -z ""//share/man/man8"" || /bin/mkdir -p
""//share/man/man8""
 /bin/sh ../install-with-care -m 644 '../depmod.8'
'//share/man/man8/depmod.8'
install-with-care -m 644 ../depmod.8
//share/man/man8/depmod.8
 /bin/sh ../install-with-care -m 644 '../insmod.8'
'//share/man/man8/insmod.8'
install-with-care -m 644 ../insmod.8
//share/man/man8/insmod.8
 /bin/sh ../install-with-care -m 644 '../lsmod.8'
'//share/man/man8/lsmod.8'
install-with-care -m 644 ../lsmod.8
//share/man/man8/lsmod.8
 /bin/sh ../install-with-care -m 644 '../rmmod.8'
'//share/man/man8/rmmod.8'
install-with-care -m 644 ../rmmod.8
//share/man/man8/rmmod.8
 /bin/sh ../install-with-care -m 644 '../modprobe.8'
'//share/man/man8/modprobe.8'
install-with-care -m 644 ../modprobe.8
//share/man/man8/modprobe.8
 /bin/sh ../install-with-care -m 644 '../modinfo.8'
'//share/man/man8/modinfo.8'
install-with-care -m 644 ../modinfo.8
//share/man/man8/modinfo.8
make[2]: Leaving directory
`/sources/module-init-tools-3.8/build'
make[1]: Leaving directory
`/sources/module-init-tools-3.8/build'


~~~
Please read our Terms of Use and our Privacy Policy
A tip o' the hat to the folks at Linux From Scratch, who provided a lot of the know-how and framing for the NoNIC OS.

Copyright 2006-2009 NoNIC.org

Created by:
MCJ
MCJ CMS