This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Anyone tried compiling OmniORB ?
- To: Gerald Gutierrez <gutier at intergate dot bc dot ca>, EGCS List <egcs at cygnus dot com>
- Subject: Re: Anyone tried compiling OmniORB ?
- From: Robert Lipe <robertl at dgii dot com>
- Date: Wed, 14 Oct 1998 12:50:49 -0500
- References: <36244A58.3FDB94CA@intergate.bc.ca>
> internal error. This particular one happens at a #include line. So I
> swap two #include lines in juxtapose and recompile and the compile works
> fine. I don't remember how I got the remaining internal error of which I
In order to get things improved, you should be prepared to do some
debugging. That's just part of testing things. See:
http://egcs.cygnus.com/faq.html#bugreport
That procedure will allow others to confirm and/or analyze the failures
you are seeing.
> Also .. I have a question. Having all these internal errors is giving me
> doubts about the compiler. If it says it has a problem, then it failed.
> If it doesn't say that and acts as if everyone was fine, what are the
> chances that it messed up ?
The chances of silent failures are non-zero. That's probably about as
accurate of an estimate as you're likely to see. The good news is that
bugs in EGCS get fixed pretty quickly these days. If there are bugs,
report them as described above and hopefully someone will analyze and
fix them.
RJL