[omniORB] SSL & debug option
Rob Riggs
rob@pangalactic.org
Wed Sep 4 17:58:00 2002
Slava,
That compiler is almost three years old. The GCC 2.95 series has had a
couple of bug fix releases since then. (I think 2.95.4 is out now.) The
latest stable release of GCC is version 3.2. You might want to try a
newer version of the compiler first to see if the problem still exists.
If it does, the bug report should probably go to the GNU compiler team
rather than here.
-Rob
Slava Garelin wrote:
>Hi all!
>
>At compilation omni with the debug information I have such error:
>
>===========================
>g++ -c -fPIC -O2 -g -Wall -Wno-unused -fexceptions -I.. -I./..
>-I../../../../../
>include/omniORB4/internal -I../../../../../include/omniORB4/internal
>-D_OMNIORB_
>SSL_LIBRARY -D__OMNIORB4__ -I../../../../../stub -D_REENTRANT -I/usr/include
>-I.
> -I. -I../../../../../include -I../../../../../include -D__OSVERSION__=2
>-D__lin
>ux__ -D__x86__ -o shared/sslContext.o sslContext.cc
>sslContext.cc: In method `void sslContext::thread_setup()':
>sslContext.cc:354: Internal compiler error.
>sslContext.cc:354: Please submit a full bug report.
>sslContext.cc:354: See
><URL:http://www.gnu.org/software/gcc/faq.html#bugreport>
>for instructions.
>============================
>
>
>omniOrb cvs from today,
>gcc version 2.95.2 19991024 (release)
>libc-2.1.3
>
>
>