/opt/gnu から cd make-3.79.1 sh .configure --prefix=/opt/gnu
とすると
# sh ./configure --prefix=/opt/gnu loading cache ./config.cache checking for a BSD compatible install... ./install-sh -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... ./configure: make: not found no checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking host system type... i386-pc-solaris2.8 checking whether make sets ${MAKE}... (cached) no checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH
ISA : ACPI : 16550-compatible serial controller ISA : ACPI : 16550-compatible serial controller ISA : ACPI : Floppy disk controller ISA : ACPI : Motherboard ISA : ACPI : PS/2 mouse ISA : ACPI : Parallel port ISA : ACPI : Ram ISA : ACPI : System Keyboard(US-English) PCI : Audio device PCI : Bus Mastering IDE controller PCI : Input controller PCI : Intel Pro100/B Fast Ethernet PCI : SCSI bus controller PCI : Universal Serial Bus PCI : Universal Serial Bus PCI : VGA compatible display adapter
#!/bin/sh # if [ -r /etc/ld.config ]; then echo -n 'initializing runtime linking environment' . /etc/ld.config echo '.' fi
if [ -x /bin/crle ]; then for i in ${ldconfig_paths}; do if [ -d "${i}" ]; then _LDC="${_LDC}:${i}" fi done echo 'setting 32-bit runtime linking path:' ${_LDC} /bin/crle -u -l ${_LDC}
for i in ${ldconfig_paths64}; do if [ -d "${i}" ]; then _LDC="${_LDC}:${i}" fi done echo 'setting 64-bit runtime linking path:' ${_LDC} /bin/crle -64 -u -l ${_LDC} fi
それはそうと system SUNWypr NIS Server for Solaris (root) system SUNWypu NIS Server for Solaris (usr) が関連パッケージだよ ひょっとして (1 of 2 cd)/Solaris_8/Tools/Boot/usr/lib/netsvc/yp から入れようとした? (2 of 2 cd)/Solaris_8/Product/SUNWypr (2 of 2 cd)/Solaris_8/Product/SUNWypu ぢゃないとダメだよ