public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* plese help to install gcc 2.95.3 compiler
@ 2011-02-22 16:43 nayanalekha sugandanee
  2011-02-22 17:10 ` Jonathan Wakely
  2011-02-22 20:13 ` kevin diggs
  0 siblings, 2 replies; 5+ messages in thread
From: nayanalekha sugandanee @ 2011-02-22 16:43 UTC (permalink / raw)
  To: gcc-help

Dear sir/madam,

I'm  doing a research on Esterel and i need to install gcc 2.95.3 but
i have already install gcc 4.3 in my laptop.please help me to install
gcc 2.95.3.I have download the gcc 2.95.3 file but i coudnt configure
and buld it corectly.
Those are the command i used

./configure –host=i686-redhat-linux –build=i686-redhat-linux –enable-multilib
–enable-shared –with-system-zlib –prefix=/usr –enable-threads=posix

I got the eror log as
bash: ./configure: No such file or directory

my Os version is
localhost.localdomain 2.6.25-14.fc9.i686 #1 SMP Thu May 1 06:28:41 EDT
2008 i686 i686 i386 GNU/Linux

Please help me to install gcc 2.95.3

Thanks!

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

* Re: plese help to install gcc 2.95.3 compiler
  2011-02-22 16:43 plese help to install gcc 2.95.3 compiler nayanalekha sugandanee
@ 2011-02-22 17:10 ` Jonathan Wakely
  2011-02-22 20:13 ` kevin diggs
  1 sibling, 0 replies; 5+ messages in thread
From: Jonathan Wakely @ 2011-02-22 17:10 UTC (permalink / raw)
  To: nayanalekha sugandanee; +Cc: gcc-help

On 22 February 2011 16:38, nayanalekha sugandanee wrote:
> Dear sir/madam,
>
> I'm  doing a research on Esterel and i need to install gcc 2.95.3 but
> i have already install gcc 4.3 in my laptop.please help me to install
> gcc 2.95.3.I have download the gcc 2.95.3 file but i coudnt configure
> and buld it corectly.
>
> Those are the command i used
>
> ./configure –host=i686-redhat-linux –build=i686-redhat-linux –enable-multilib
> –enable-shared –with-system-zlib –prefix=/usr –enable-threads=posix
>
> I got the eror log as
> bash: ./configure: No such file or directory

Clearly you're in the wrong directory.


Which file did you download?
How did you extract the sources?
Did you read the instructions in the INSTALL directory?

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

* Re: plese help to install gcc 2.95.3 compiler
  2011-02-22 16:43 plese help to install gcc 2.95.3 compiler nayanalekha sugandanee
  2011-02-22 17:10 ` Jonathan Wakely
@ 2011-02-22 20:13 ` kevin diggs
  2011-02-23  1:25   ` Jonathan Wakely
  2011-02-23  2:09   ` Ian Lance Taylor
  1 sibling, 2 replies; 5+ messages in thread
From: kevin diggs @ 2011-02-22 20:13 UTC (permalink / raw)
  To: nayanalekha sugandanee; +Cc: gcc-help

Hi,



On Tue, Feb 22, 2011 at 10:38 AM, nayanalekha sugandanee
<nayanalekhas@gmail.com> wrote:
>
> I got the eror log as
> bash: ./configure: No such file or directory
>
Could the configure script be missing execute permission? Another VERY
remote possibility is that the filesystem is mounted with that option
that prevents execution of at least some types of files.

kevin

P.S.:  Did 2.95 do multilib?

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

* Re: plese help to install gcc 2.95.3 compiler
  2011-02-22 20:13 ` kevin diggs
@ 2011-02-23  1:25   ` Jonathan Wakely
  2011-02-23  2:09   ` Ian Lance Taylor
  1 sibling, 0 replies; 5+ messages in thread
From: Jonathan Wakely @ 2011-02-23  1:25 UTC (permalink / raw)
  To: kevin diggs; +Cc: nayanalekha sugandanee, gcc-help

On 22 February 2011 19:57, kevin diggs wrote:
> On Tue, Feb 22, 2011 at 10:38 AM, nayanalekha sugandanee wrote:
>>
>> I got the eror log as
>> bash: ./configure: No such file or directory
>>
> Could the configure script be missing execute permission?

$ touch clue
$ ./clue
bash: ./clue: Permission denied

So no, that's not the problem.

I know you're only trying to help, but  "no such file or directory"
means the file isn't there, it doesn't mean it exists but isn't
executable. It took me less than 10 seconds to prove that, your email
is just likely to add more confusion for someone who is obviously not
well-versed in running command-line programs.


> Another VERY
> remote possibility is that the filesystem is mounted with that option
> that prevents execution of at least some types of files.
>
> kevin
>
> P.S.:  Did 2.95 do multilib?

I don't think so, but I don't see how it's at all relevant.

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

* Re: plese help to install gcc 2.95.3 compiler
  2011-02-22 20:13 ` kevin diggs
  2011-02-23  1:25   ` Jonathan Wakely
@ 2011-02-23  2:09   ` Ian Lance Taylor
  1 sibling, 0 replies; 5+ messages in thread
From: Ian Lance Taylor @ 2011-02-23  2:09 UTC (permalink / raw)
  To: kevin diggs; +Cc: nayanalekha sugandanee, gcc-help

kevin diggs <diggskevin38@gmail.com> writes:

> P.S.:  Did 2.95 do multilib?

It doesn't matter for this issue, but, yes, gcc 2.95.3 did do multilib.
Multilib support was added around gcc 2.2.  gcc 2.95.3 did not support
x86_64, though, only 32-bit x86.

Ian

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

end of thread, other threads:[~2011-02-23  2:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-22 16:43 plese help to install gcc 2.95.3 compiler nayanalekha sugandanee
2011-02-22 17:10 ` Jonathan Wakely
2011-02-22 20:13 ` kevin diggs
2011-02-23  1:25   ` Jonathan Wakely
2011-02-23  2:09   ` Ian Lance Taylor

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