The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 08-24-2008
tien86 tien86 is offline
Registered User
  
 

Join Date: Aug 2008
Posts: 41
How to install Midnight Commander on Solaris 10

Hi, im very newb in Solaris. I have install So10. Now i just try install the first software Midnight Commander and fails. I just do as follow

- i go to Sunfreeware - Freeware Open Source Software for Sun Microsystem's Solaris and get into x86-so10 link ( i use VM ware ) download these packages mc-4.6.1-sol10-x86-local.gz libiconv, glib-1.2.10, slang, libgcc gcc and mc-4.6.1.tar.gz

- then i copy into my Solaris, extract all and use pkgadd command for mc-4.6.1-sol10-x86-local.gz libiconv, glib-1.2.10, slang, libgcc gcc. The commands are all success

- next i try './configure' in /mc-4.6.1 directory which just extracted from mc-4.6.1.tar.gz and it shows
Quote:
checking for a BSD-compatible install... config/install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i386-pc-solaris2.10
checking host system type... i386-pc-solaris2.10
checking for style of include used by make... none
checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... configure: error: C complier cannot create executables
- i read the INSTALL file but there no 'make' command for Solaris , i have find this error on Google but there's no result. I stuck, please help me. Thank you for reading.




Last edited by tien86; 08-25-2008 at 05:58 AM..