Re: OS X linker errors

2006-02-06 Thread Don Blaheta
Quoth Jan Nieuwenhuizen: > Don Blaheta writes: > > > 5840 T FT_Load_Sfnt_Table > > > 59fc T _FT_Load_Sfnt_Table > > Your version has a leading underscore... So does the version the linker claims to be looking for. :P -- -=-Don [EMAIL PROTECTED]-=- "And her face

Re: OS X linker errors

2006-02-06 Thread Jan Nieuwenhuizen
Don Blaheta writes: > freetype *6*? I've got 2.1.9 That's ok. 6 is the major interface number of the dynamic library, usually the package is named after that. > > 5840 T FT_Load_Sfnt_Table > 59fc T _FT_Load_Sfnt_Table Your version has a leading underscore... > My linker-fu is not st

Re: OS X linker errors

2006-02-05 Thread Don Blaheta
Quoth Robert T Wyatt: > Jan Nieuwenhuizen wrote: > > Don Blaheta writes: > >> "_FT_Load_Sfnt_Table" in, but it's not finding it:> > > > >> ld: Undefined symbols: > >> _FT_Load_Sfnt_Table > >> make[1]: *** [out/lilypond] Error 1 > >> make: *** [all] Error 2 > > > > That's supposed to be comi

Re: OS X linker errors

2006-02-05 Thread Robert T Wyatt
Jan Nieuwenhuizen wrote: Don Blaheta writes: "_FT_Load_Sfnt_Table" in, but it's not finding it:> ld: Undefined symbols: _FT_Load_Sfnt_Table make[1]: *** [out/lilypond] Error 1 make: *** [all] Error 2 That's supposed to be coming grom libfreetype6 $ nm /usr/lib/libfreetype.a | grep F

Re: OS X linker errors

2006-02-05 Thread Jan Nieuwenhuizen
Don Blaheta writes: > "_FT_Load_Sfnt_Table" in, but it's not finding it:> > ld: Undefined symbols: > _FT_Load_Sfnt_Table > make[1]: *** [out/lilypond] Error 1 > make: *** [all] Error 2 That's supposed to be coming grom libfreetype6 $ nm /usr/lib/libfreetype.a | grep FT_Load_Sfnt_Table 000

OS X linker errors

2006-02-04 Thread Don Blaheta
I solved my previous problem by editing , and everything compiled fine; then the linker is called and I get a raft of errors. It looks like there are conflicts between iconv and two different versions of intl, and I dont know which package it's expecting to find "_FT_Load_Sfnt_Table" in, but it's