Hi ,
am trying to make "Crypto++ 5.4" on a Linux Redhat with GCC version
4.1.0. It gives me following when i type in "make".

*******************************************************************************************************************
> make
g++ -g -msse2 -pipe -c 3way.cpp
g++ -g -msse2 -pipe -c adler32.cpp
g++ -g -msse2 -pipe -c algebra.cpp
g++ -g -msse2 -pipe -c algparam.cpp
g++ -g -msse2 -pipe -c arc4.cpp
g++ -g -msse2 -pipe -c asn.cpp
/usr/lib/gcc/i386-redhat-linux/4.1.0/../../../../include/c++/4.1.0/
bits/vector.tcc: In member function âvoid std::vector<_Tp,
_Alloc>::_M_fill_insert(__gnu_cxx::__normal_iterator<typename
std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer,
std::vector<_Tp, _Alloc> >, size_t, const _Tp&) [with _Tp = unsigned
int, _Alloc = std::allocator<unsigned int>]â:
/usr/lib/gcc/i386-redhat-linux/4.1.0/../../../../include/c++/4.1.0/
bits/vector.tcc:386: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
*******************************************************************************************************************

can u please shed some light as to what could be the possible
problem ??
I need to use the "libcryptopp.a" in my php installation as a module
(--enable-cryptomod) and get it working soon....

Thanks in advance.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to