Well, I started this post and never finished it.
Here’s what I though I had to do…
Needs GNU gettext tools from http://www.gnu.org/software/gettext/gettext.html
Configure with
env MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp -dynamic" CCFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -dynamic" CXXFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -dynamic" LDFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load -dynamic" ./configure --disable-dependency-tracking
need gnokii from http://www.gnokii.org/download/gnokii/
Then similar configure….resulting in absolute failure.
Research suggested “try fink” or “try darwin ports”