
Base Reference GNU/Linux Build Sequence
Source code is available here.
To compile and install, run these commands:
cd /sources/ &&
rm -rf mono-2.4.3.1 &&
tar -xjf mono-2.4.3.1.tar.bz2 &&
cd mono-2.4.3.1 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install &&
rm -rf mono-2.4.3.1 |
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
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 how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking host platform characteristics... ok
checking for gcc... gcc
checking for gcc... (cached) 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 dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... /bin/install -c
checking for gawk... (cached) gawk
checking for bison... yes
checking how to run the C preprocessor... gcc -E
.
.
.
/bin/install -c -m 644 'mono-tools.source' '/usr/lib/monodoc/sources/mono-tools.source'
/bin/install -c -m 644 'monoapi.source' '/usr/lib/monodoc/sources/monoapi.source'
/bin/install -c -m 644 'mono-file-formats.tree' '/usr/lib/monodoc/sources/mono-file-formats.tree'
/bin/install -c -m 644 'mono-file-formats.zip' '/usr/lib/monodoc/sources/mono-file-formats.zip'
/bin/install -c -m 644 'mono-tools.tree' '/usr/lib/monodoc/sources/mono-tools.tree'
/bin/install -c -m 644 'mono-tools.zip' '/usr/lib/monodoc/sources/mono-tools.zip'
/bin/install -c -m 644 'monoapi.tree' '/usr/lib/monodoc/sources/monoapi.tree'
/bin/install -c -m 644 'monoapi.zip' '/usr/lib/monodoc/sources/monoapi.zip'
make[2]: Leaving directory `/sources/mono-2.4.3.1/docs'
make[1]: Leaving directory `/sources/mono-2.4.3.1/docs'
make[1]: Entering directory `/sources/mono-2.4.3.1'
make[2]: Entering directory `/sources/mono-2.4.3.1'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/sources/mono-2.4.3.1'
make[1]: Leaving directory `/sources/mono-2.4.3.1' |
| People: | |
| Places: | |
| Things: | |
| Times: | |
|