checks gmake fails

John E. Hein jhein@timing.com
Tue May 29 17:44:01 2001


Never mind.  It works under FreeBSD 4.3 - not sure exactly what change
 fixed the problem, but I'm only mildly curious.

John E. Hein wrote at 08:35 -0600 on May 29:
 > 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?