Code Sample |
# ./configure ... error - c compiler not able to create executables |
Code Sample |
#!/bin/bash # # Requires dsl-dpkg.dsl & gnu-utils.dsl (DSL-N version) # dpkg -i /path-to-deb/libc6_2.3.2.ds1-22sarge5_i386.deb dpkg -i /path-to-deb/libgcc1_3.4.3-13sarge1_i386.deb dpkg -i /path-to-deb/libdb4.2_4.2.52-18_i386.deb dpkg -i /path-to-deb/libgdbm3_1.8.3-2_i386.deb dpkg -i /path-to-deb/perl-base_5.8.4-8sarge5_i386.deb dpkg -i --force-all /path-to-deb/perl-modules_5.8.4-8sarge5_all.deb dpkg -i /path-to-deb/perl_5.8.4-8sarge5_i386.deb dpkg -i /path-to-deb/m4_1.4.2-1_i386.deb dpkg -i /path-to-deb/make_3.80-9_i386.deb dpkg -i /path-to-deb/autoconf_2.59a-3_all.deb dpkg -i /path-to-deb/autotools-dev_20050422.1_all.deb dpkg -i /path-to-deb/automake1.8_1.8.5-3_all.deb dpkg -i /path-to-deb/binutils_2.15-6_i386.deb dpkg -i /path-to-deb/cpp-2.95_2.95.4-22_i386.deb dpkg -i /path-to-deb/gcc-2.95_2.95.4-22_i386.deb # dpkg -i /path-to-deb/linux-kernel-headers_2.5.999-test7-bk-17_i386.deb dpkg -i /path-to-deb/libc6-dev_2.3.2.ds1-22sarge5_i386.deb # ln -s /usr/bin/gcc-2.95 /usr/bin/cc ln -s /usr/bin/gcc-2.95 /usr/bin/gcc dpkg -i /path-to-deb/libtool_1.5.6-6_i386.deb # # EOF |