Root 5.13/04 on Mac Intel

Hi,

Got a new Mac (Mac Book Pro) yesterday, and tried to install Root. First went with 5.13.06 and everything seems ok. Then tried 5.13/04 (which I need for Aliroot), and while compilation is ok, starting Root (w/o -b option), here’s what I get :

dyld: lazy symbol binding failed: Symbol not found: _FT_Init_FreeType
Referenced from: /Users/aphecetc/Alice/Root/root_v5.13.04/lib/libGraf.dylib
Expected in: dynamic lookup

dyld: Symbol not found: _FT_Init_FreeType
Referenced from: /Users/aphecetc/Alice/Root/root_v5.13.04/lib/libGraf.dylib
Expected in: dynamic lookup

Both version were configured the same way, i.e. :

./configure
–with-pythia6-uscore=SINGLE
–enable-cern --enable-rfio --with-cern-libdir=/cern/pro/lib
–enable-mathmore --enable-mathcore --enable-roofit
–enable-asimage --enable-minuit2
–enable-mysql
–with-mysql-libdir=/sw/lib/mysql
–with-mysql-incdir=/sw/include/mysql

Any hint of what I’m doing wrong ?

Thanks,

A self reply :wink:

Seems I did not correctly cleaned my root source tree. A make clean is not enough. A make distclean did it. In fact the libfreetype.a library was still a ppc version :blush: