Hi All,
One more compile question for you - the help is highly appreciated. As listed in the FAQ - I am providing all the information I can. It's a HP-UX B.10.20 machine running g++ version 2.5.92.
All details below.
Thanks in advance,
Sriram
- exact error message
-------------straight make-------------------------------------------------------
g++ -g -pipe -c 3way.cpp
cc1plus: warning: -g is only supported when using GAS on this processor,
cc1plus: warning: -g option disabled.
simple.hg++: Internal compiler error: program as got fatal signal 11
make: *** [3way.o] Error 1
In function `const class type_info & __tfQ28CryptoPP9Algorithm()':
simple.h:35: output pipe has been closed
----------------------------------------------------------------------------------------
-------------flags turned on------------------------------------------------------
g++ -O2 -DNDEBUG -ffunction-sections -fdata-sections -pipe -c 3way.cpp
simple.h: In method `CryptoPP::FixedSizeSecBlock<unsigned int,3,CryptoPP::FixedSizeAllocatorWithCleanup<unsigned int,3,CryptoPP::NullAllocator<unsigned int> > >::FixedSizeSecBlock(const CryptoPP::FixedSizeSecBlock<unsigned int,3,CryptoPP::FixedSizeAllocatorWithCleanup<unsigned int,3,CryptoPP::NullAllocator<unsigned int> > > &)':
simple.h:19: instantiated from `CryptoPP::ClonableImpl<CryptoPP::BlockCipherFinal<DECRYPTION,CryptoPP::ThreeWay::Dec>,CryptoPP::ThreeWay::Dec>::Clone() const'
simple.h:35: instantiated from here
simple.h:19: output pipe has been closed
g++: Internal compiler error: program as got fatal signal 11
make: *** [3way.o] Error 1
-------------------------------------------------------------------------------------------
- version of Crypto++, operating system (output of "uname -a" command if using Unix), and compiler (output of "gcc -v" if using GCC)
- Crypto++ 5.2.1
- HP-UX zrc2h0p9 B.10.20 C 9000/785 2015908992 32-user license
- g++ -v
- Reading specs from /opt/bootleg/gcc-2.95.2/bin/s700-hpux10.20/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2/specs
- gcc version 2.95.2 19991024 (release)
________________________________________________
Sriram Parameswar
"Analogous notion of address space ownership, does not mandate authoritative data sources"
