public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Unable to use gcc for compiling
       [not found] <065f01d99b72$aaffd410$00ff7c30$.ref@yahoo.com>
@ 2023-06-10  8:07 ` mukesh.lekhrajani
  2023-06-10  8:16   ` Jonathan Wakely
  0 siblings, 1 reply; 4+ messages in thread
From: mukesh.lekhrajani @ 2023-06-10  8:07 UTC (permalink / raw)
  To: gcc-help

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

Hello Team,

 

I am a bit new to GCC, so downloaded 13.1.0 from -
https://ftp.gnu.org/gnu/gcc/gcc-13.1.0/

Download the zip file == gcc-13.1.0.tar.gz

 

I unzipped it to a folder, now - I cannot see the bin folder or gcc.exe or
make.exe ?

 

Can anyone please help. Where am I missing.

 

 

 

Thanks, Mukesh

9819285174


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

* Re: Unable to use gcc for compiling
  2023-06-10  8:07 ` Unable to use gcc for compiling mukesh.lekhrajani
@ 2023-06-10  8:16   ` Jonathan Wakely
  2023-06-10  8:43     ` mukesh.lekhrajani
  2023-06-10  8:54     ` mukesh.lekhrajani
  0 siblings, 2 replies; 4+ messages in thread
From: Jonathan Wakely @ 2023-06-10  8:16 UTC (permalink / raw)
  To: mukesh.lekhrajani; +Cc: gcc-help

On Sat, 10 Jun 2023 at 09:08, mukesh.lekhrajani--- via Gcc-help
<gcc-help@gcc.gnu.org> wrote:
>
> Hello Team,
>
>
>
> I am a bit new to GCC, so downloaded 13.1.0 from -
> https://ftp.gnu.org/gnu/gcc/gcc-13.1.0/
>
> Download the zip file == gcc-13.1.0.tar.gz
>
>
>
> I unzipped it to a folder, now - I cannot see the bin folder or gcc.exe or
> make.exe ?
>
>
>
> Can anyone please help. Where am I missing.

You've downloaded the source code for GCC, which needs to be compiled.
The GCC project does not provide executables for download, only source
code, see https://gcc.gnu.org/install/binaries.html

Assuming you're on Windows, you probably want to download something
like mingw-w64 instead. That includes a version of GCC built for
Windows.



>
>
>
>
>
>
>
> Thanks, Mukesh
>
> 9819285174
>

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

* RE: Unable to use gcc for compiling
  2023-06-10  8:16   ` Jonathan Wakely
@ 2023-06-10  8:43     ` mukesh.lekhrajani
  2023-06-10  8:54     ` mukesh.lekhrajani
  1 sibling, 0 replies; 4+ messages in thread
From: mukesh.lekhrajani @ 2023-06-10  8:43 UTC (permalink / raw)
  To: 'Jonathan Wakely'; +Cc: gcc-help

Hello Jonathan !

Thanks for your quick reply.

Let me try and download the latest version of mingw-w64 and try to compile my C++ program.


Thanks, Mukesh
9819285174

-----Original Message-----
From: Jonathan Wakely <jwakely.gcc@gmail.com> 
Sent: Saturday, June 10, 2023 1:46 PM
To: mukesh.lekhrajani@yahoo.com
Cc: gcc-help@gcc.gnu.org
Subject: Re: Unable to use gcc for compiling

On Sat, 10 Jun 2023 at 09:08, mukesh.lekhrajani--- via Gcc-help <gcc-help@gcc.gnu.org> wrote:
>
> Hello Team,
>
>
>
> I am a bit new to GCC, so downloaded 13.1.0 from - 
> https://ftp.gnu.org/gnu/gcc/gcc-13.1.0/
>
> Download the zip file == gcc-13.1.0.tar.gz
>
>
>
> I unzipped it to a folder, now - I cannot see the bin folder or 
> gcc.exe or make.exe ?
>
>
>
> Can anyone please help. Where am I missing.

You've downloaded the source code for GCC, which needs to be compiled.
The GCC project does not provide executables for download, only source code, see https://gcc.gnu.org/install/binaries.html

Assuming you're on Windows, you probably want to download something like mingw-w64 instead. That includes a version of GCC built for Windows.



>
>
>
>
>
>
>
> Thanks, Mukesh
>
> 9819285174
>


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

* RE: Unable to use gcc for compiling
  2023-06-10  8:16   ` Jonathan Wakely
  2023-06-10  8:43     ` mukesh.lekhrajani
@ 2023-06-10  8:54     ` mukesh.lekhrajani
  1 sibling, 0 replies; 4+ messages in thread
From: mukesh.lekhrajani @ 2023-06-10  8:54 UTC (permalink / raw)
  To: 'Jonathan Wakely'; +Cc: gcc-help

Hello Jonathan,

So now - I download the mingw-w64 file from https://github.com/niXman/mingw-builds-binaries/releases
The file is = x86_64-13.1.0-release-posix-seh-msvcrt-rt_v11-rev1.7z

and now, am able to see the required files for compiling my code.

In case I need any help, I will mail to gcc-help.


Thanks, Mukesh
9819285174



-----Original Message-----
From: Jonathan Wakely <jwakely.gcc@gmail.com> 
Sent: Saturday, June 10, 2023 1:46 PM
To: mukesh.lekhrajani@yahoo.com
Cc: gcc-help@gcc.gnu.org
Subject: Re: Unable to use gcc for compiling

On Sat, 10 Jun 2023 at 09:08, mukesh.lekhrajani--- via Gcc-help <gcc-help@gcc.gnu.org> wrote:
>
> Hello Team,
>
>
>
> I am a bit new to GCC, so downloaded 13.1.0 from - 
> https://ftp.gnu.org/gnu/gcc/gcc-13.1.0/
>
> Download the zip file == gcc-13.1.0.tar.gz
>
>
>
> I unzipped it to a folder, now - I cannot see the bin folder or 
> gcc.exe or make.exe ?
>
>
>
> Can anyone please help. Where am I missing.

You've downloaded the source code for GCC, which needs to be compiled.
The GCC project does not provide executables for download, only source code, see https://gcc.gnu.org/install/binaries.html

Assuming you're on Windows, you probably want to download something like mingw-w64 instead. That includes a version of GCC built for Windows.



>
>
>
>
>
>
>
> Thanks, Mukesh
>
> 9819285174
>


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

end of thread, other threads:[~2023-06-10  8:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <065f01d99b72$aaffd410$00ff7c30$.ref@yahoo.com>
2023-06-10  8:07 ` Unable to use gcc for compiling mukesh.lekhrajani
2023-06-10  8:16   ` Jonathan Wakely
2023-06-10  8:43     ` mukesh.lekhrajani
2023-06-10  8:54     ` mukesh.lekhrajani

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