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@xxxxxxxxx> Sent: Saturday, June 10, 2023 1:46 PM To: mukesh.lekhrajani@xxxxxxxxx Cc: gcc-help@xxxxxxxxxxx Subject: Re: Unable to use gcc for compiling On Sat, 10 Jun 2023 at 09:08, mukesh.lekhrajani--- via Gcc-help <gcc-help@xxxxxxxxxxx> 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 >