public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: gcc download
@ 2000-09-26  9:31 tprinceusa
  2000-09-26 10:15 ` FORTRAN pointer Allen Barnett
  0 siblings, 1 reply; 14+ messages in thread
From: tprinceusa @ 2000-09-26  9:31 UTC (permalink / raw)
  To: Nathan Never; +Cc: gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 536 bytes --]

Nathan Never <lucag@gepinformatica.it> wrote:
> 
I think this is a known problem, that McAfee must be de-activated in order to down-load .gz files.  Norton has similar problems, except that it varies with the version.






At the end of download (gcc-2.95.2.tar.gz), 
McAfee VirusScan v4.5.0 tell me that the file is infected by a virus, but 
doesn't tell me the name of the virus. Is this a problem with VirusScan or is it 
really possible that the file is infected ?
Thanks, L.
 
 
PS: sorry if my English is not perfect...

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

* FORTRAN pointer
  2000-09-26  9:31 gcc download tprinceusa
@ 2000-09-26 10:15 ` Allen Barnett
  2000-09-26 12:27   ` Toon Moene
  0 siblings, 1 reply; 14+ messages in thread
From: Allen Barnett @ 2000-09-26 10:15 UTC (permalink / raw)
  To: gcc

Is there any work under way to support the CRAY (?) pointer extension
under g77?  As in:

      real a(1)
      pointer (la, a)

      la = malloc (4 * n)

      do i = 1, n
          a(i) = i
      end do

Thanks,
Allen Barnett

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

* Re: FORTRAN pointer
  2000-09-26 10:15 ` FORTRAN pointer Allen Barnett
@ 2000-09-26 12:27   ` Toon Moene
  0 siblings, 0 replies; 14+ messages in thread
From: Toon Moene @ 2000-09-26 12:27 UTC (permalink / raw)
  To: Allen Barnett; +Cc: gcc

Allen Barnett wrote:

> Is there any work under way to support the CRAY (?) pointer extension
> under g77?  As in:
> 
>       real a(1)
>       pointer (la, a)
> 
>       la = malloc (4 * n)
> 
>       do i = 1, n
>           a(i) = i
>       end do

Nope, unfortunately not.  This is the most-asked-for extension to add to
g77 though.

Cheers,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://g95.sourceforge.net/ (under construction)

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

* Re: GCC Download
  2004-07-07  3:49 GCC Download Giri
  2004-07-07  3:58 ` Oscar Fuentes
@ 2004-07-07 19:16 ` Jim Wilson
  1 sibling, 0 replies; 14+ messages in thread
From: Jim Wilson @ 2004-07-07 19:16 UTC (permalink / raw)
  To: Giri; +Cc: gcc

Giri wrote:
> Hi This is giri,
> I am working for a company called TTM
> I want to download GCC for windows. I am unable to find GCC download for
> windows.
> can you please send me the GCC download path for windows

See also
     http://www.cygwin.com
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com

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

* Re: GCC Download
  2004-07-07  3:49 GCC Download Giri
@ 2004-07-07  3:58 ` Oscar Fuentes
  2004-07-07 19:16 ` Jim Wilson
  1 sibling, 0 replies; 14+ messages in thread
From: Oscar Fuentes @ 2004-07-07  3:58 UTC (permalink / raw)
  To: gcc; +Cc: giri

"Giri" <giri@time2mkt.com> writes:

> Hi This is giri,
> I am working for a company called TTM
> I want to download GCC for windows. I am unable to find GCC download for
> windows.
> can you please send me the GCC download path for windows

Go to http://www.mingw.org/download.shtml and look for
MinGW-3.1.0-1.exe

If you have problems with that package, please ask on the MinGW
mailing lists:

http://www.mingw.org/lists.shtml

-- 
Oscar

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

* GCC Download
@ 2004-07-07  3:49 Giri
  2004-07-07  3:58 ` Oscar Fuentes
  2004-07-07 19:16 ` Jim Wilson
  0 siblings, 2 replies; 14+ messages in thread
From: Giri @ 2004-07-07  3:49 UTC (permalink / raw)
  To: gcc

Hi This is giri,
I am working for a company called TTM
I want to download GCC for windows. I am unable to find GCC download for
windows.
can you please send me the GCC download path for windows

Thanks & Regards
Giri

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

* Re: gcc download
  2004-01-06 13:42 Shalom Berman
@ 2004-01-06 13:54 ` Heiko Joerg Schick
  0 siblings, 0 replies; 14+ messages in thread
From: Heiko Joerg Schick @ 2004-01-06 13:54 UTC (permalink / raw)
  To: Shalom Berman, gcc

Hello Shalom,

perhaps Cygwin[1] is your choice.
Cygwin is a Linux-like environment for Windows.
It consists of two parts:
    A DLL (cygwin1.dll) which acts as a Linux emulation layer providing 
substantial Linux API functionality.
    A collection of tools, which provide Linux look and feel.

GCC is also available [2].


[1] Cygwin, http://www.cygwin.com
[2] GCC for Cygwin, http://cygwin.com/cgi-bin2/package-grep.cgi?grep=gcc

Regards,
    Heiko

Shalom Berman wrote:

>Hi
>
>I am a C++ beginer looking for gcc for window instalation. I found a site that the download is by ftp but I can't download it i need http download.
>

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

* gcc download
@ 2004-01-06 13:42 Shalom Berman
  2004-01-06 13:54 ` Heiko Joerg Schick
  0 siblings, 1 reply; 14+ messages in thread
From: Shalom Berman @ 2004-01-06 13:42 UTC (permalink / raw)
  To: gcc

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

Hi

I am a C++ beginer looking for gcc for window instalation. I found a site that the download is by ftp but I can't download it i need http download.

please help


shalom

[-- Attachment #2: Type: text/plain, Size: 755 bytes --]

-------------------------------------------------------------------------------------

The information contained in this message is proprietary of Amdocs,

protected from disclosure, and may be privileged.

The information is intended to be conveyed only to the designated recipient(s)

of the message. If the reader of this message is not the intended recipient,

you are hereby notified that any dissemination, use, distribution or copying of 

this communication is strictly prohibited and may be unlawful. 

If you have received this communication in error, please notify us immediately

by replying to the message and deleting it from your computer.

Thank you.


-------------------------------------------------------------------------------------

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

* gcc download
@ 2004-01-06 13:42 Shalom Berman
  0 siblings, 0 replies; 14+ messages in thread
From: Shalom Berman @ 2004-01-06 13:42 UTC (permalink / raw)
  To: gcc, gcc-help

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

Hi

I am a C++ beginer looking for gcc for window instalation. I found a site that the download is by ftp but I can't download it i need http download.

please help


shalom

[-- Attachment #2: Type: text/plain, Size: 755 bytes --]

-------------------------------------------------------------------------------------

The information contained in this message is proprietary of Amdocs,

protected from disclosure, and may be privileged.

The information is intended to be conveyed only to the designated recipient(s)

of the message. If the reader of this message is not the intended recipient,

you are hereby notified that any dissemination, use, distribution or copying of 

this communication is strictly prohibited and may be unlawful. 

If you have received this communication in error, please notify us immediately

by replying to the message and deleting it from your computer.

Thank you.


-------------------------------------------------------------------------------------

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

* gcc download
@ 2000-09-26  8:47 Nathan Never
  0 siblings, 0 replies; 14+ messages in thread
From: Nathan Never @ 2000-09-26  8:47 UTC (permalink / raw)
  To: gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

At the end of download (gcc-2.95.2.tar.gz), 
McAfee VirusScan v4.5.0 tell me that the file is infected by a virus, but 
doesn't tell me the name of the virus. Is this a problem with VirusScan or is it 
really possible that the file is infected ?
Thanks, L.
 
 
PS: sorry if my English is not perfect...

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

* gcc download
  1999-10-15  7:51 Soren Flexner
  1999-10-15  8:24 ` Martin Kahlert
@ 1999-10-31 23:35 ` Soren Flexner
  1 sibling, 0 replies; 14+ messages in thread
From: Soren Flexner @ 1999-10-31 23:35 UTC (permalink / raw)
  To: gcc

  To Whom it may concern,

  I'm trying to obtain a copy of the GCC compiler for Win NT.  I tried
downloading the gzip format, but Winzip didn't get past the 0th line in
decompressing it.  
  The zipped document ends with .tar, which I'm unfamiliar with (didn't
know that Winzip decoded .tar).
  Could you advise me on how to unzip your awsome complier? 

  Thanks much,

Soren Flexner flexner@uiuc.edu
http://www.pws.uiuc.edu/~flexner
Lab: 244-8855
 * 'We are all here for each other's entertainment *
  * Some of us are just more entertaining than others' *


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

* Re: gcc download
  1999-10-15  8:24 ` Martin Kahlert
@ 1999-10-31 23:35   ` Martin Kahlert
  0 siblings, 0 replies; 14+ messages in thread
From: Martin Kahlert @ 1999-10-31 23:35 UTC (permalink / raw)
  To: Soren Flexner; +Cc: egcs

Quoting Soren Flexner (flexner@physics.uiuc.edu):
> 
>   To Whom it may concern,
> 
>   I'm trying to obtain a copy of the GCC compiler for Win NT.  I tried
> downloading the gzip format, but Winzip didn't get past the 0th line in
> decompressing it.  
>   The zipped document ends with .tar, which I'm unfamiliar with (didn't
> know that Winzip decoded .tar).
>   Could you advise me on how to unzip your awsome complier? 

For Win users with no expertise in Unix it's certainly best to start 
and download from 
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/

There you will get a zipped win executable, which works out of the box.

Bye,
Martin.

-- 
The early bird gets the worm. If you want something else for       
breakfast, get up later.

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

* Re: gcc download
  1999-10-15  7:51 Soren Flexner
@ 1999-10-15  8:24 ` Martin Kahlert
  1999-10-31 23:35   ` Martin Kahlert
  1999-10-31 23:35 ` Soren Flexner
  1 sibling, 1 reply; 14+ messages in thread
From: Martin Kahlert @ 1999-10-15  8:24 UTC (permalink / raw)
  To: Soren Flexner; +Cc: egcs

Quoting Soren Flexner (flexner@physics.uiuc.edu):
> 
>   To Whom it may concern,
> 
>   I'm trying to obtain a copy of the GCC compiler for Win NT.  I tried
> downloading the gzip format, but Winzip didn't get past the 0th line in
> decompressing it.  
>   The zipped document ends with .tar, which I'm unfamiliar with (didn't
> know that Winzip decoded .tar).
>   Could you advise me on how to unzip your awsome complier? 

For Win users with no expertise in Unix it's certainly best to start 
and download from 
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/

There you will get a zipped win executable, which works out of the box.

Bye,
Martin.

-- 
The early bird gets the worm. If you want something else for       
breakfast, get up later.

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

* gcc download
@ 1999-10-15  7:51 Soren Flexner
  1999-10-15  8:24 ` Martin Kahlert
  1999-10-31 23:35 ` Soren Flexner
  0 siblings, 2 replies; 14+ messages in thread
From: Soren Flexner @ 1999-10-15  7:51 UTC (permalink / raw)
  To: gcc

  To Whom it may concern,

  I'm trying to obtain a copy of the GCC compiler for Win NT.  I tried
downloading the gzip format, but Winzip didn't get past the 0th line in
decompressing it.  
  The zipped document ends with .tar, which I'm unfamiliar with (didn't
know that Winzip decoded .tar).
  Could you advise me on how to unzip your awsome complier? 

  Thanks much,

Soren Flexner flexner@uiuc.edu
http://www.pws.uiuc.edu/~flexner
Lab: 244-8855
 * 'We are all here for each other's entertainment *
  * Some of us are just more entertaining than others' *


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

end of thread, other threads:[~2004-07-07 19:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-26  9:31 gcc download tprinceusa
2000-09-26 10:15 ` FORTRAN pointer Allen Barnett
2000-09-26 12:27   ` Toon Moene
  -- strict thread matches above, loose matches on Subject: below --
2004-07-07  3:49 GCC Download Giri
2004-07-07  3:58 ` Oscar Fuentes
2004-07-07 19:16 ` Jim Wilson
2004-01-06 13:42 gcc download Shalom Berman
2004-01-06 13:42 Shalom Berman
2004-01-06 13:54 ` Heiko Joerg Schick
2000-09-26  8:47 Nathan Never
1999-10-15  7:51 Soren Flexner
1999-10-15  8:24 ` Martin Kahlert
1999-10-31 23:35   ` Martin Kahlert
1999-10-31 23:35 ` Soren Flexner

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