public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Downloading gcc sources ?
@ 2008-07-10 10:55 Sharath Manjunatha
  2008-07-10 11:16 ` James Gregory
  2008-07-10 11:22 ` Rupert Wood
  0 siblings, 2 replies; 5+ messages in thread
From: Sharath Manjunatha @ 2008-07-10 10:55 UTC (permalink / raw)
  To: gcc-help


Hi folks,

I want to download 'gcc-4.3.1', so I used 'ftp gcc.gnu.org', and logged in
as anonymous. But it says

===
ftp> get gcc-4.3.1.tar.bz2
local: gcc-4.3.1.tar.bz2 remote: gcc-4.3.1.tar.bz2
local: gcc-4.3.1.tar.bz2: Permission denied
===

I am doing in linux box.

Any help

Thanks
Sharath Bharadwaj

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

* Re: Downloading gcc sources ?
  2008-07-10 10:55 Downloading gcc sources ? Sharath Manjunatha
@ 2008-07-10 11:16 ` James Gregory
  2008-07-10 11:38   ` Sharath Manjunatha
  2008-07-10 11:22 ` Rupert Wood
  1 sibling, 1 reply; 5+ messages in thread
From: James Gregory @ 2008-07-10 11:16 UTC (permalink / raw)
  To: Sharath Manjunatha; +Cc: gcc-help

On Thu, Jul 10, 2008 at 11:19 AM, Sharath Manjunatha <shamanju@cisco.com> wrote:
>
> Hi folks,
>
> I want to download 'gcc-4.3.1', so I used 'ftp gcc.gnu.org', and logged in
> as anonymous. But it says
>
> ===
> ftp> get gcc-4.3.1.tar.bz2
> local: gcc-4.3.1.tar.bz2 remote: gcc-4.3.1.tar.bz2
> local: gcc-4.3.1.tar.bz2: Permission denied
> ===
>
> I am doing in linux box.
>
> Any help
>
> Thanks
> Sharath Bharadwaj
>
>

ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.3.1/gcc-4.3.1.tar.bz2
?

James

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

* RE: Downloading gcc sources ?
  2008-07-10 10:55 Downloading gcc sources ? Sharath Manjunatha
  2008-07-10 11:16 ` James Gregory
@ 2008-07-10 11:22 ` Rupert Wood
  2008-07-10 12:12   ` Sharath Manjunatha
  1 sibling, 1 reply; 5+ messages in thread
From: Rupert Wood @ 2008-07-10 11:22 UTC (permalink / raw)
  To: 'Sharath Manjunatha'; +Cc: gcc-help

Sharath Manjunatha wrote:

> local: gcc-4.3.1.tar.bz2: Permission denied

That looks like you don't have permission to write to the directory you trying to download it to. Are you sure you have write permission to that directory? Is there already a file gcc-4.3.1.tar.bz2 in the directory that you don't have permission to overwrite?

Have you tried downloading the source to your home directory?

Rup.


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

* RE: Downloading gcc sources ?
  2008-07-10 11:16 ` James Gregory
@ 2008-07-10 11:38   ` Sharath Manjunatha
  0 siblings, 0 replies; 5+ messages in thread
From: Sharath Manjunatha @ 2008-07-10 11:38 UTC (permalink / raw)
  To: 'James Gregory'; +Cc: gcc-help

Thanks James ! 

> -----Original Message-----
> From: James Gregory [mailto:james.jrg@gmail.com] 
> Sent: Thursday, July 10, 2008 4:28 PM
> To: shamanju@cisco.com
> Cc: gcc-help@gcc.gnu.org
> Subject: Re: Downloading gcc sources ?
> 
> On Thu, Jul 10, 2008 at 11:19 AM, Sharath Manjunatha 
> <shamanju@cisco.com> wrote:
> >
> > Hi folks,
> >
> > I want to download 'gcc-4.3.1', so I used 'ftp gcc.gnu.org', and 
> > logged in as anonymous. But it says
> >
> > ===
> > ftp> get gcc-4.3.1.tar.bz2
> > local: gcc-4.3.1.tar.bz2 remote: gcc-4.3.1.tar.bz2
> > local: gcc-4.3.1.tar.bz2: Permission denied ===
> >
> > I am doing in linux box.
> >
> > Any help
> >
> > Thanks
> > Sharath Bharadwaj
> >
> >
> 
> ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.3.1/gcc-4.3.1.tar.bz2
> ?
> 
> James
> 

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

* RE: Downloading gcc sources ?
  2008-07-10 11:22 ` Rupert Wood
@ 2008-07-10 12:12   ` Sharath Manjunatha
  0 siblings, 0 replies; 5+ messages in thread
From: Sharath Manjunatha @ 2008-07-10 12:12 UTC (permalink / raw)
  To: 'Rupert Wood'; +Cc: gcc-help

Yes Rup, the problem is I don't have write to others. It has solved now.

Thanks
Sharath 

> -----Original Message-----
> From: Rupert Wood [mailto:me@rupey.net] 
> Sent: Thursday, July 10, 2008 4:46 PM
> To: shamanju@cisco.com
> Cc: gcc-help@gcc.gnu.org
> Subject: RE: Downloading gcc sources ?
> 
> Sharath Manjunatha wrote:
> 
> > local: gcc-4.3.1.tar.bz2: Permission denied
> 
> That looks like you don't have permission to write to the 
> directory you trying to download it to. Are you sure you have 
> write permission to that directory? Is there already a file 
> gcc-4.3.1.tar.bz2 in the directory that you don't have 
> permission to overwrite?
> 
> Have you tried downloading the source to your home directory?
> 
> Rup.
> 
> 

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

end of thread, other threads:[~2008-07-10 11:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-10 10:55 Downloading gcc sources ? Sharath Manjunatha
2008-07-10 11:16 ` James Gregory
2008-07-10 11:38   ` Sharath Manjunatha
2008-07-10 11:22 ` Rupert Wood
2008-07-10 12:12   ` Sharath Manjunatha

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