I should also note that I am compiling to link with a 32bit application, so including -Wa,--32 -m32
On Tuesday, January 16, 2024 at 8:10:30 AM UTC-5 Phil C wrote: > CentOS 7..2009 > gcc 4.8.5-44 > > I am updating from cryptopp 7.0.0 to 8..0 and receive the following error > > gcm.cpp: In member function 'virtual size_t > CryptoPP::GCM_Base::AuthenticateBlocks(const byte*, size_t)': > gcm.cpp:733:18: error: PIC register clobbered by '%ebx' in 'asm' > > Is the correct solution to remove -fPIC from the makefile? > (other than updating to a newer compiler....) > > -- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/cryptopp-users/55be1f4e-294a-4af1-acc7-f3766b3e4fabn%40googlegroups.com.
