public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: First Compilation of GCC
       [not found] <23dcc150712100425u3c990605g2d3f9e949e309e8e@mail.gmail.com>
@ 2007-12-10 12:37 ` tsah marco
  2007-12-10 13:02   ` Tim Prince
  0 siblings, 1 reply; 5+ messages in thread
From: tsah marco @ 2007-12-10 12:37 UTC (permalink / raw)
  To: gcc-help

>
> Hi,
>
> i am working with suse 10.3 and trying to configure gcc-4.1.2,
> i am working with AMD TURION proccessor on the host and on the target,
>
> my first step was:
> cd /opt/gcc
> tar zxvf gcc-4.1.2.tar.gz
> then i am trying to configure by:
> ./configure --prefix=/opt/gcc-4.1.2 --exec-prefix=/opt/gcc-4.1.2 --bindir=/opt/gcc-4.1.2/bin
>
> loading cache ./config.cache
> checking host system type... i686-pc-linux-gnu
> checking target system type... i686-pc-linux-gnu
> checking build system type... i686-pc-linux-gnu
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether ln works... yes
> checking whether ln -s works... yes
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $PATH
>
> what is the problem with my ./configure,
> i  add the current path /opt/gcc/gcc-4.1.2  to the PATH.
> and still the same problem,
> any idea ?


-- 
Tsah
Marco
Cel - 972-54-5414357
Home - 972-774240642
Fax - 972-77-4240642

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

* Re: First Compilation of GCC
  2007-12-10 12:37 ` First Compilation of GCC tsah marco
@ 2007-12-10 13:02   ` Tim Prince
  2007-12-10 13:49     ` Dep, Khushil (GE Money)
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Prince @ 2007-12-10 13:02 UTC (permalink / raw)
  To: tsah marco; +Cc: gcc-help

tsah marco wrote:

>> i am working with suse 10.3 and trying to configure gcc-4.1.2,
>> i am working with AMD TURION proccessor on the host and on the target,
>>
>> my first step was:
>> cd /opt/gcc
>> tar zxvf gcc-4.1.2.tar.gz
>> then i am trying to configure by:
>> ./configure --prefix=/opt/gcc-4.1.2 --exec-prefix=/opt/gcc-4.1.2 --bindir=/opt/gcc-4.1.2/bin

>> configure: error: no acceptable cc found in $PATH
>>
>> what is the problem with my ./configure,
>> i  add the current path /opt/gcc/gcc-4.1.2  to the PATH.
>> and still the same problem,
>> any idea ?

Start by using the gcc which is an optional part of your SUSE
installation.  If you didn't install it, open up YaST and install from
your DVD.  Then, read the instructions before attempting the configure
of the source code version.


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

* RE: First Compilation of GCC
  2007-12-10 13:02   ` Tim Prince
@ 2007-12-10 13:49     ` Dep, Khushil (GE Money)
  2007-12-10 18:29       ` Brian Dessent
  0 siblings, 1 reply; 5+ messages in thread
From: Dep, Khushil (GE Money) @ 2007-12-10 13:49 UTC (permalink / raw)
  To: Tim Prince, tsah marco; +Cc: gcc-help

Ah yes - the chicken and egg problem :-) Has anyone come up with an
answer to that one btw ;-) 

-----Original Message-----
From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On
Behalf Of Tim Prince
Sent: 10 December 2007 12:54
To: tsah marco
Cc: gcc-help@gcc.gnu.org
Subject: Re: First Compilation of GCC

tsah marco wrote:

>> i am working with suse 10.3 and trying to configure gcc-4.1.2, i am 
>> working with AMD TURION proccessor on the host and on the target,
>>
>> my first step was:
>> cd /opt/gcc
>> tar zxvf gcc-4.1.2.tar.gz
>> then i am trying to configure by:
>> ./configure --prefix=/opt/gcc-4.1.2 --exec-prefix=/opt/gcc-4.1.2 
>> --bindir=/opt/gcc-4.1.2/bin

>> configure: error: no acceptable cc found in $PATH
>>
>> what is the problem with my ./configure, i  add the current path 
>> /opt/gcc/gcc-4.1.2  to the PATH.
>> and still the same problem,
>> any idea ?

Start by using the gcc which is an optional part of your SUSE
installation.  If you didn't install it, open up YaST and install from
your DVD.  Then, read the instructions before attempting the configure
of the source code version.


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

* Re: First Compilation of GCC
  2007-12-10 13:49     ` Dep, Khushil (GE Money)
@ 2007-12-10 18:29       ` Brian Dessent
  2007-12-11 14:19         ` Dep, Khushil (GE Money)
  0 siblings, 1 reply; 5+ messages in thread
From: Brian Dessent @ 2007-12-10 18:29 UTC (permalink / raw)
  To: Dep, Khushil (GE Money); +Cc: Tim Prince, tsah marco, gcc-help

"Dep, Khushil (GE Money)" wrote:

> Ah yes - the chicken and egg problem :-) Has anyone come up with an
> answer to that one btw ;-)

I don't know what kind of "answer" you're expecting here.  gcc is
written in C.  If you download the gcc source it's no different than
downloading C source of any other program -- useless without a C
compiler.

Brian

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

* RE: First Compilation of GCC
  2007-12-10 18:29       ` Brian Dessent
@ 2007-12-11 14:19         ` Dep, Khushil (GE Money)
  0 siblings, 0 replies; 5+ messages in thread
From: Dep, Khushil (GE Money) @ 2007-12-11 14:19 UTC (permalink / raw)
  To: gcc-help; +Cc: Tim Prince, tsah marco

Sorry folks - I was being OT, flippant and a mite philosophical here.
:-) 

-----Original Message-----
From: Brian Dessent [mailto:brian@dessent.net] 
Sent: 10 December 2007 18:30
To: Dep, Khushil (GE Money)
Cc: Tim Prince; tsah marco; gcc-help@gcc.gnu.org
Subject: Re: First Compilation of GCC

"Dep, Khushil (GE Money)" wrote:

> Ah yes - the chicken and egg problem :-) Has anyone come up with an 
> answer to that one btw ;-)

I don't know what kind of "answer" you're expecting here.  gcc is
written in C.  If you download the gcc source it's no different than
downloading C source of any other program -- useless without a C
compiler.

Brian

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

end of thread, other threads:[~2007-12-11 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <23dcc150712100425u3c990605g2d3f9e949e309e8e@mail.gmail.com>
2007-12-10 12:37 ` First Compilation of GCC tsah marco
2007-12-10 13:02   ` Tim Prince
2007-12-10 13:49     ` Dep, Khushil (GE Money)
2007-12-10 18:29       ` Brian Dessent
2007-12-11 14:19         ` Dep, Khushil (GE Money)

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).