This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiler Internal error #191, what does that mean?


Title: Compiler Internal error #191, what does that mean?

Hi,

I am compiling a software library called S/MIME Freeware Library (SFL) developed by Getronics (http://www.getronicsgov.com/hot/sfl_home.htm). The library itself compiled alright on my Redhat Linux 7.3 machine. However, when I tried to compile the attached test utility program, I got the following error:

-------------------------------------------------------------------------
g++ -c -Wall -g -DLINUX -DSTDC_HEADERS   -I../../testsrc/include -I../../include -I../../libcert/include -I../../libCtilMgr/include -I../../../SMPDist/cml/include -I../../../SMPDist/Algs/crypto++4.2  -I../../../SMPDist/util/VDASnacc/cpplib/inc -I../../include/cmapi  sm_testTripleUnwrap.cpp

sm_testTripleUnwrap.cpp: In function `void testTripleUnwrap (int, char
**)':
sm_testTripleUnwrap.cpp:234: Internal error #191.
sm_testTripleUnwrap.cpp:234: confused by earlier errors, bailing out
make: *** [sm_testTripleUnwrap.o] Error 1
-------------------------------------------------------------------------

My gcc version is 2.96 20000731 (Red Hat Linux 7.3 2.96-110)

Anyone has any idea of what that error means?

Thanks in advance.

Tat Chan
Senior Reserach Engineer
Nokia Research Center
NOKIA INC
5 Wayside Road, Burlington, MA 01803
Phone (781) 993-5776, Fax (781) 993-1907
tat.chan@nokia.com

Attachment: testTripleWrap.cpp
Description: testTripleWrap.cpp

Attachment: StdAfx.cpp
Description: StdAfx.cpp

Attachment: testTripleWrap.dsp
Description: testTripleWrap.dsp

Attachment: StdAfx.h
Description: StdAfx.h

Attachment: sm_testTripleWrap.cpp
Description: sm_testTripleWrap.cpp

Attachment: sm_testTripleUnwrap.cpp
Description: sm_testTripleUnwrap.cpp

Attachment: Makefile
Description: Makefile


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]