On Sun, Feb 26, 2012 at 2:57 AM, Jeffrey Van Voorst <[email protected]> wrote: > ffs, incompatible ar in /usr/local/bin...
yep. this is why i said you need to install darwinports gcc / g++. you still haven't said whether you're using darwinports. are you using darwinports? if not, where did you get the gcc / g++ compiler that you're using from? you may need to do "export AR=/whatever/location/ar/is/stored/ar" and re-run autoconf and configure. or change the "export PATH=" to ensure that the alternative ar archive application comes first in the path search order. .... you've not done c/c++ development on a unix platform before, have you? :) l.

