gnokii OS X, part I

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”

About Wesley Wright

Born on a mountain top near New York City, Craziest state in the land of the pretty. Raised in the woods so's he knew every tree, Killed him a bear when he was only three.
This entry was posted in Projects. Bookmark the permalink.