checks gmake fails
   
    John E. Hein
     
    jhein@timing.com
       
    Tue May 29 16:36:01 2001
    
    
  
When trying to gmake the checks on FreeBSD 4.2, I get the following error
 message (in both 1.0.5 & 1.0.6):
% gmake
../g10/gpg --homedir . --quiet --yes --import ./pubdemo.asc      
gpg: ../cipher/tiger: not a gnupg extension: ../cipher/tiger: Undefined symbol "__register_frame_info"
gmake: *** [prepared.stamp] Error 2
It looks like cipher/tiger built just fine with :
`echo cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../intl  -I/usr/local/include  -O -Wall -DIS_MODULE -shared -fPIC -o tiger ./tiger.c |  sed -e 's/-O[2-9s]*/-O/g' `
% nm ../cipher/tiger | grep -i frame_info
         w __deregister_frame_info
         w __register_frame_info
Any ideas why gpg won't load tiger as an extension?