gcc -3.4.6 solaris installation error


 
Thread Tools Search this Thread
Operating Systems Solaris gcc -3.4.6 solaris installation error
# 1  
Old 10-28-2008
gcc -3.4.6 solaris installation error

Hi ,
I am installing gcc 3.4.6 on SunOS labcvs001sm 5.9 Generic_117171-07 sun4u sparc

SUNW,Ultra-5_10 . The isa info is 'sparcv'.

I have the following with me
a)gcc-3.4.6.tar
b)gcc-3.4.6-sol9-sparc-local
c)libiconv-1.11-sol9-sparc-local
d) binutils-2.18.tar.gz
e) make-3.81-sol9-sparc-local

1.I start by untarring gcc-3.4.6.tar with the command gtar xvf gcc-3.4.6.tar
2.I then gunzip and add the 'gcc-3.4.6-sol9-sparc-local' and 'libiconv-1.11-sol9

-sparc-local'

pkgadd -d gcc-3.4.6-sol9-sparc-local
pkgadd -d libiconv-1.11-sol9-sparc-local

3.I then update the pathvariable to

export PATH=/usr/local/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

4.After this I go to 'gcc-3.4.6' Dirctory.

5.IN this directory I do mkdir ObjectDir

6.Now in 'gcc-3.4.6' Dirctory I run ./configure

7. After the configure is successful say make in 'gcc-3.4.6' Directory

8.After some time I get this error

make[1]: Entering directory `/(my temp directory for installation )/gcc-

3.4.6/libiberty'
rm -f libiberty.a pic/libiberty.a
ar rc libiberty.a \
regex.o cplus-dem.o cp-demangle.o cp-demint.o md5.o alloca.o argv.o

choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o

getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o

make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o

physmem.o pex-unix.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o

strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o

asprintf.o mempcpy.o mkstemps.o setenv.o sigsetmask.o stpcpy.o stpncpy.o

vasprintf.o
make[1]: ar: Command not found
make[1]: *** [libiberty.a] Error 127
make[1]: Leaving directory `/(my temp directory for installation)/gcc-

3.4.6/libiberty'
make: *** [all-libiberty] Error 2

Any help is very deeply appreciated
Regards
//Vivek
# 2  
Old 10-28-2008
The Env look like

bash-2.05# env
PWD=/temp/gcc-3.4.6
TZ=US/Central
LC_MESSAGES=C
HZ=100
HOSTNAME=labcvs001sm
LD_LIBRARY_PATH=/usr/local/lib:
LC_TIME=en_
MACHTYPE=sparc-sun-solaris2.9
MAIL=/var/mail/root
OLDPWD=/temp
LC_NUMERIC=en_US.ISO8859-1
LOGNAME=root
SHLVL=1
LC_CTYPE=en_US.ISO8859-1
SHELL=/sbin/sh
HOSTTYPE=sparc
OSTYPE=solaris2.9
HOME=/
TERM=xterm
PATH=/usr/local/bin:/usr/sbin:/usr/bin
LC_MONETARY=en_US.ISO8859-1
LC_COLLATE=en_US.ISO8859-1
_=/usr/bin/env
# 3  
Old 10-28-2008
Do you have this?

paul /[01:43:34](516)# which ar
/usr/ccs/bin/ar
# 4  
Old 10-28-2008
yes I added /usr/ccs/bin to the PATH and at least the make has stated to build ...............

But it is taking forever ....i Guess 30 mins and still running . It keeps repeating .......

/temp/gcc-3.4.6/gcc/xgcc -shared-libgcc -B/temp/gcc-3.4.6/gcc/ -nostdinc++ -L/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/src -L/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/src/.libs -B/usr/local/sparc-sun-solaris2.9/bin/ -B/usr/local/sparc-sun-solaris2.9/lib/ -isystem /usr/local/sparc-sun-solaris2.9/include -isystem /usr/local/sparc-sun-solaris2.9/sys-include -I/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/include/sparc-sun-solaris2.9 -I/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/include -I/temp/gcc-3.4.6/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -c ../../.././libstdc++-v3/src/fstream-inst.cc -fPIC -DPIC -o .libs/fstream-inst.o

/temp/gcc-3.4.6/gcc/xgcc -shared-libgcc -B/temp/gcc-3.4.6/gcc/ -nostdinc++ -L/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/src -L/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/src/.libs -B/usr/local/sparc-sun-solaris2.9/bin/ -B/usr/local/sparc-sun-solaris2.9/lib/ -isystem /usr/local/sparc-sun-solaris2.9/include -isystem /usr/local/sparc-sun-solaris2.9/sys-include -I/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/include/sparc-sun-solaris2.9 -I/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/include -I/temp/gcc-3.4.6/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -c ../../.././libstdc++-v3/src/fstream-inst.cc -o fstream-inst.o >/dev/null 2>&1
/bin/sh ../libtool --tag CXX --mode=compile /temp/gcc-3.4.6/gcc/xgcc -shared-libgcc -B/temp/gcc-3.4.6/gcc/ -nostdinc++ -L/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/src -L/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/src/.libs -B/usr/local/sparc-sun-solaris2.9/bin/ -B/usr/local/sparc-sun-solaris2.9/lib/ -isystem /usr/local/sparc-sun-solaris2.9/include -isystem /usr/local/sparc-sun-solaris2.9/sys-include -I/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/include/sparc-sun-solaris2.9 -I/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/include -I/temp/gcc-3.4.6/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -c -o ext-inst.lo ../../.././libstdc++-v3/src/ext-inst.cc

/temp/gcc-3.4.6/gcc/xgcc -shared-libgcc -B/temp/gcc-3.4.6/gcc/ -nostdinc++ -L/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/src -L/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/src/.libs -B/usr/local/sparc-sun-solaris2.9/bin/ -B/usr/local/sparc-sun-solaris2.9/lib/ -isystem /usr/local/sparc-sun-solaris2.9/include -isystem /usr/local/sparc-sun-solaris2.9/sys-include -I/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/include/sparc-sun-solaris2.9 -I/temp/gcc-3.4.6/sparc-sun-solaris2.9/libstdc++-v3/include -I/temp/gcc-3.4.6/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -c ../../.././libstdc++-v3/src/ext-inst.cc -fPIC -DPIC -o .libs/ext-inst.o

Thank You

Last edited by sonu2die4; 10-28-2008 at 03:21 PM..
# 5  
Old 10-28-2008
It is normal to take quite some time, depending on how powerful your machine is.
# 6  
Old 10-28-2008
I am curious as to why you install gcc from a precompile package, then try to re-compile it?
# 7  
Old 10-28-2008
Hi,
Please suggest me which package I should use?
Regards
Vivek
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

2. Solaris

Solaris Installation Error please help

Hello, My Solaris 10 on VMWare Workstation crashed and was giving me so many errors i decided to re install it but after selecting the type of Solaris installation this error comes up: Warning: /pci@0,0/pci15ad,79011/pci15ad,770@3 (echi0): No SOF interrupts have been recieved, this USB EHCI... (0 Replies)
Discussion started by: runell
0 Replies

3. Programming

gcc symbol reference error in Solaris

Hi there, Honestly i'm not much of a code guy but i found some short piece of code over the net which i need to compile in my Solaris machine (in order to change my hostid). As far as i read - i need to use the gcc to compile this short text file making it an executable file. My problem is... (0 Replies)
Discussion started by: avisht
0 Replies

4. UNIX for Dummies Questions & Answers

GCC installation .

I m trying to Install FTP (vsftpd-2.3.2) on my linux machine. # lsb_release -a LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch Distributor ID: EnterpriseEnterpriseServer Description: Enterprise Linux Enterprise Linux Server release 5.2 (Carthage)... (7 Replies)
Discussion started by: pinga123
7 Replies

5. UNIX for Dummies Questions & Answers

GCC installation

I was informed that one should have a strong c programming background in order to do a proper compile of GCC. I am of the opinion that having such a background would be helpful but not entirely necessary. What do you think? (1 Reply)
Discussion started by: mjl927
1 Replies

6. Solaris

gcc -3.4.6 installation help

Hi, I want to install the gcc-3.4.6 on solaris 9.5 , in order to compile perl 5.8.8 . I have the following packages . gcc-3.4.6.tar ibiconv-1.11-sol9-sparc-local.gz gcc-3.4.6-sol9-sparc-local libiconv-1.11.tar.gz Where can I find the necessary documents or... (4 Replies)
Discussion started by: sonu2die4
4 Replies

7. Solaris

Installation error Solaris 10

Hi there, new to unix/linux, please excuse me! I am trying to install Solaris 10 on a machine, and after some teething problems (on another thread) I have got so far with the installation and am now getting an different error: Warning Error : The Solaris CD/DVD you inserted is not compatible... (3 Replies)
Discussion started by: gavin watson
3 Replies

8. UNIX for Advanced & Expert Users

gcc installation in solaris 8

Hi, I am having trouble installing gcc 3.4.2-sol8-sparc-local in my sparc machine running solaris 8. It looks like I do not have enough memory in /var , but I have about 3GB free memory in /export/home. I have read some suggestion from previous threads that said it is possible to link /var and... (8 Replies)
Discussion started by: prosper
8 Replies

9. Programming

gcc installation

hi , iam trying to install gcc compiler on a sun sparc sytem running solaris 9 . i have searched the internet for documentaion on how to install gcc , but the steps are unclear . could anyone help me with a document , because the documentaions i found are really confusing . thank you... (1 Reply)
Discussion started by: itspascal
1 Replies
Login or Register to Ask a Question