Hi! To resume a thread from March. Workaround included.
The issue was that gnupg2 fails to build on 32 bit Snow Leopard. This is caused by libassuan breakage caused by pth2 breakage. The latter for some reason builds but turns out 64 bit instead of 32 bit. Here is my fix: Edit pth2-dev.info Add to ConfigureParams: CFLAGS=-m32 LDFLAGS="-arch i386" Add to beginning of CompileScript: sed 's/ -o libpth.la/ \$(LDFLAGS) -o libpth.la/' -i Makefile.in The latter fixes upstream Makefile.in which fails in one instance to pass LDFLAGS to the linker (bug reported). cheers, Edgar ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-users