HELP ME -GCC COMPILER

A

Ardhendu Nandan

I am trying to compile Gcc compiler in Windows O/S.I have downloaded
entire source Code of this compiler at tries to run it in DEVCPP but I
am gating some linker error and some header files missing error.
Anyone please tell me how to run GCC compiler in Windows m/c and Linux
m/c.
 
T

Tim Prince

Ardhendu Nandan said:
I am trying to compile Gcc compiler in Windows O/S.I have downloaded
entire source Code of this compiler at tries to run it in DEVCPP but I
am gating some linker error and some header files missing error.
Anyone please tell me how to run GCC compiler in Windows m/c and Linux
m/c.
Since you've used google, you could spend weeks browsing material on these
questions. Why don't you start with one of the main web pages, some useful
search terms being gcc, cygwin, mingw.
 
A

Ardhendu Nandan

Since you've used google, you could spend weeks browsing material on these
questions. Why don't you start with one of the main web pages, some useful
search terms being gcc, cygwin, mingw.

I need more information
regarding
thias topic.I have all the file but still i am gaiting some error.Is
it possible to run a gcc compiler in windows environment if possible
then please
tell me how?
 
C

Christopher Benson-Manica

Ardhendu Nandan said:
thias topic.I have all the file but still i am gaiting some error.Is
it possible to run a gcc compiler in windows environment if possible
then please

Had you taken Tim's advice and looked at Cygwin, you'd have learned
that it is an easy way to run GCC in a Windows environment.
www.cygwin.com. The rest is left as an exercise to the reader.
 
A

Ardhendu Nandan

Had you taken Tim's advice and looked at Cygwin, you'd have learned
OTOH, Cygwin is unmatched for the richness of Unix goodies it brings to a
Windows platform.
Sir,
Already I have downloaded Cygwin Gcc Software, It’s working properly
but I need to compile Gcc compiler source code in Windows Environment.
Can I compile it in Cygwin Gcc compiler, If can please tell me how?
Actually I want to compile and run it in windows and Linux environment.
For this reason I have to run the entire source code first.
 
B

Ben Pfaff

Already I have downloaded Cygwin Gcc Software, It’s working properly
but I need to compile Gcc compiler source code in Windows Environment.
Can I compile it in Cygwin Gcc compiler, If can please tell me how?
Actually I want to compile and run it in windows and Linux environment.
For this reason I have to run the entire source code first.

Your question is outside the domain of comp.lang.c, which discusses
only the standard C programming language, including the standard C
library. This is a remarkably narrow topic compared to what many
people expect.

For your convenience, the list below contains topics that are not
on-topic for comp.lang.c, and suggests newsgroups for you to explore
if you have questions about these topics. Please do observe proper
netiquette before posting to any of these newsgroups. In particular,
you should read the group's charter and FAQ, if any (FAQs are
available from www.faqs.org and other sources). If those fail to
answer your question then you should browse through at least two weeks
of recent articles to make sure that your question has not already
been answered.

* OS-specific questions, such as how to clear the screen,
access the network, list the files in a directory, or read
"piped" output from a subprocess. These questions should be
directed to OS-specific newsgroups, such as
comp.os.ms-windows.programmer.misc, comp.unix.programmer, or
comp.os.linux.development.apps.

* Compiler-specific questions, such as installation issues and
locations of header files. Ask about these in
compiler-specific newsgroups, such as gnu.gcc.help or
comp.os.ms-windows.programmer.misc. Questions about writing
compilers are appropriate in comp.compilers.

* Processor-specific questions, such as questions about
assembly and machine code. x86 questions are appropriate in
comp.lang.asm.x86, embedded system processor questions may
be appropriate in comp.arch.embedded.

* ABI-specific questions, such as how to interface assembly
code to C. These questions are both processor- and
OS-specific and should typically be asked in OS-specific
newsgroups.

* Algorithms, except questions about C implementations of
algorithms. "How do I implement algorithm X in C?" is not a
question about a C implementation of an algorithm, it is a
request for source code. Newsgroups comp.programming and
comp.theory may be appropriate.

* Making C interoperate with other languages. C has no
facilities for such interoperation. These questions should
be directed to system- or compiler-specific newsgroups. C++
has features for interoperating with C, so consider
comp.lang.c++ for such questions.

* The C standard, as opposed to standard C. Questions about
the C standard are best asked in comp.std.c.

* C++. Please do not post or cross-post questions about C++
to comp.lang.c. Ask C++ questions in C++ newsgroups, such
as comp.lang.c++ or comp.lang.c++.moderated.

* Test posts. Please test in a newsgroup meant for testing,
such as alt.test.

news.groups.questions is a good place to ask about the appropriate
newsgroup for a given topic.
 
A

Ardhendu Nandan

Sorry sir I think that this question is related to Compiler.
Anyway once again sorry to send wrong question to this group.
 
R

Rob Thorpe

Sir,
Already I have downloaded Cygwin Gcc Software, It’s working properly
but I need to compile Gcc compiler source code in Windows Environment.
Can I compile it in Cygwin Gcc compiler, If can please tell me how?
Actually I want to compile and run it in windows and Linux environment.
For this reason I have to run the entire source code first.

Your message doesn't really make sense.

But you should certainly ask it on the cygwin mailing list. See www.cygwin.com.
 
D

Dan Pop

In said:
Sorry sir I think that this question is related to Compiler.

So do we, and this is the problem: comp.lang.c doesn't normally deal with
compiler issues. The comp in the newsgroup name doesn't stand for
"compiler".

Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,367
Latest member
mahdiharooniir

Latest Threads

Top