Aurélien Bompard
unread,Aug 29, 2008, 2:42:14 AM8/29/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Crypto++ Users
Hi all,
I'm trying to build crypto++ on a Fedora system, using the PIC feature
(as recommanded by the Fedora policy), and it fails with this error :
g++ -DHAVE_CONFIG_H -I. -MT vmac.lo -MD -MP -MF .deps/vmac.Tpo -c
vmac.cpp -fPIC -DPIC -o .libs/vmac.o
vmac.cpp: In member function ‘void
CryptoPP::VMAC_Base::VHASH_Update_SSE2(const CryptoPP::word64*,
size_t, int)’:
vmac.cpp:367: erreur: can't find a register in class ‘GENERAL_REGS’
while reloading ‘asm’
vmac.cpp:367: erreur: ‘asm’ operand has impossible constraints
Any idea how to fix this ?
Thanks !
Aurélien