public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Installation Problem
@ 2000-12-11 23:53 Sharma Dipesh
  2000-12-12  7:42 ` Alexandre Oliva
  0 siblings, 1 reply; 15+ messages in thread
From: Sharma Dipesh @ 2000-12-11 23:53 UTC (permalink / raw)
  To: gcc-help

Hello!

How do I install GCC package downloaded from
sunfreeware.com.  

Downloaded file:- gcc2.95.2 ..... gz
Uncompressed to :- gcc2.95.2.../local

Now what to do next??

Regards 

Dipesh


__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Installation problem
@ 2001-05-20 13:19 Brad O'Hearne
  2001-05-20 14:14 ` Alexandre Oliva
  0 siblings, 1 reply; 15+ messages in thread
From: Brad O'Hearne @ 2001-05-20 13:19 UTC (permalink / raw)
  To: gcc-help

Hello,

I am having a problem on RedHat Linux 7.0 when I try to execute the 'make
bootstrap' command.  I am not doing anything custom...I have configured and
I am building using all default options.  Configure works fine.  I then try
to execute the 'make bootstrap command, and get an error saying that the
file

../libiberty/libiberty.a does not exist

and the make aborts.  I have looked on-line and can't find a reference to
this.  Help please!  Also, I am not on any Gnu mailing lists, so please
reply directly to this email address...thanks!

BradO

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Installation problem
@ 2003-03-03 21:04 Marc-André Breton
  2003-03-07  5:41 ` LLeweLLyn Reese
  0 siblings, 1 reply; 15+ messages in thread
From: Marc-André Breton @ 2003-03-03 21:04 UTC (permalink / raw)
  To: GCC - Mailing List

Hi all,

I had an old version of gcc (gcc-2.96) and I tried to install the last release 
(gcc-3.2.2). I work on a Linux platform, so I did the following steps to 
install it:
1) download gcc-3.2.2.tar.gz from one of mirror sites
2) uncompressed this file in /home (Now I have /home/gcc-3.2.2)
3) cd /home/gcc-3.2.2
4) [root@lagrit12 gcc-3.2.2]# ./configure
5) [root@lagrit12 gcc-3.2.2]# make
6) [root@lagrit12 gcc-3.2.2]# make install

All seem work well but when I type in my console "gcc -v", I see that it's the 
old version who is working again.
{Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96110)}

What can I do to Switch between my new version of gcc? Does my installation 
procedure is correct?

Marc

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Installation Problem
@ 2007-11-26 20:11 Joseph Maxwell
  2007-11-26 21:06 ` John Love-Jensen
  2007-11-27  2:50 ` Tim Prince
  0 siblings, 2 replies; 15+ messages in thread
From: Joseph Maxwell @ 2007-11-26 20:11 UTC (permalink / raw)
  To: gcc-help, gcc


I am attempting to install gcc-4.2.2 on an SGI Octane running IRIX 6.5.26
I untar'd the gcc-4.2.2.tar file in the target directory /usr/local/gcc4x
I went through the traditional 'configure' step as a prelude to the 
'make install' step

That produced the following =>
 
   configure
    creating cache ./config.cache
    checking host system type... mips-sgi-irix6.5
    checking target system type... mips-sgi-irix6.5
    checking build system type... mips-sgi-irix6.5
    checking for a BSD compatible install... ./install-sh -c
    checking whether ln works... yes
    checking whether ln -s works... yes
    checking for gcc... gcc
    checking whether the C compiler (gcc  ) works... no
    configure: error: installation or configuration problem: C compiler 
cannot create executables.

I do have other prior version of gcc installed =>

    versions | grep gcc
    I  fw_gcc               06/05/2007  gcc-3.3 GNU Compiler Suite
    I  fw_gcc.man           06/05/2007  gcc-3.3 man pages
    I  fw_gcc.man.gcc       06/05/2007  gcc-3.3 man pages
    I  fw_gcc.man.info      06/05/2007  gcc-3.3 info pages
    I  fw_gcc.man.relnotes  06/05/2007  gcc-3.3 release notes
    I  fw_gcc.sw            06/05/2007  gcc-3.3 execution only env
    I  fw_gcc.sw.gcc        06/05/2007  gcc-3.3 execution only env
    I  fw_gcc.sw.libstdc++  06/05/2007  gcc-3.3 libstdc++-v3
    I  fw_gcc.sw.utils      06/05/2007  gcc-3.3 other languages, utilities
    I  neko_gcc             11/18/2007  gcc-3.4.6 GNU Compiler Collection
    I  neko_gcc.man         11/18/2007  gcc-3.4.6 man pages
    I  neko_gcc.man.gcc     11/18/2007  gcc-3.4.6 man pages
    I  neko_gcc.sw          11/18/2007  gcc-3.4.6 execution only env
    I  neko_gcc.sw.gcc      11/18/2007  gcc-3.4.6 execution only env
    I  neko_gcc.sw.utils    11/18/2007  gcc-3.4.6 other languages, utilities

Could you advise?

BTW: I would like to use the Fortran f77 or f95 compiler when installed, 
are there any special nuances to observe?

Thanks!

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2007-11-28 18:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-11 23:53 Installation Problem Sharma Dipesh
2000-12-12  7:42 ` Alexandre Oliva
2001-05-20 13:19 Installation problem Brad O'Hearne
2001-05-20 14:14 ` Alexandre Oliva
2003-03-03 21:04 Marc-André Breton
2003-03-07  5:41 ` LLeweLLyn Reese
2007-11-26 20:11 Installation Problem Joseph Maxwell
2007-11-26 21:06 ` John Love-Jensen
2007-11-27  2:50 ` Tim Prince
2007-11-27 20:47   ` Joseph Maxwell
2007-11-27 20:53     ` Kevin P. Fleming
2007-11-27 21:11     ` Sven Eschenberg
2007-11-28  2:09     ` Tom Browder
2007-11-28 16:30       ` Joseph Maxwell
2007-11-28 19:09         ` Tom Browder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).