AutoConfig Error MacOS-X/PPC
Status: Alpha
Brought to you by:
alexis_wilke
I just downloaded and unpacked libx3d-0.1-dev.tar.bz2 ; ./configure; make produced: g++ "-DPACKAGE_NAME=\"X3D Libraries\"" -DPACKAGE_TARNAME=\"libx3d\" -DPACKAGE_VERSION=\"0.1\" "-DPACKAGE_STRING=\"X3D Libraries 0.1\"" -DPACKAGE_BUGREPORT=\"alexis@m2osw.com\" -DPACKAGE=\"libx3d\" -DVERSION=\"0.1\" ... -DMAC ... -mtune=pentium4 ... -mfancy-math-387
cc1plus: error: invalid option 'fancy-math-387'
fast_matrix.c++:1: error: bad value (pentium4) for -mtune= switch
-DMAC is encouraging, -mtune=pentium4 , -mfancy-math-387 are not. :) Thanks!