This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Anyone tried compiling OmniORB ?
- To: EGCS List <egcs at cygnus dot com>
- Subject: Anyone tried compiling OmniORB ?
- From: Gerald Gutierrez <gutier at intergate dot bc dot ca>
- Date: Tue, 13 Oct 1998 23:53:12 -0700
Well ... I just spent the last hour trying to compile the latest OmniORB
snapshot with egcs1.1 with varying degrees of success. I think I've
gotten 3 internal errors so far. If I have the -O2 (g++) and -O (gcc)
flags on to compile ( this is the default ) things seem to compile fine.
If I replace them with -g, I get internal errors. I go into the
examples/echo directory and compile with the -g flags and I get another
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
spoke.
Has anyone else tried to compile OmniORB with egcs1.1 ?
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 ?