|
From: Martin C. <cos...@wa...> - 2004-05-03 23:14:51
|
Pierre Thibault wrote: [] > /usr/X11R6/lib/libfontconfig.1.dylib undefined reference to > _FT_Get_Next_Char expected to be defined in > /usr/local/lib/libfreetype.6.dylib This raises two questions: 1. Why do you have such an old libfreetype.6.dylib in /usr/local/lib that does not define this symbol? Move it out of the way while you compile anything. 2. Why do your other libraries try to link to the bad one in /usr/local/lib instead of the one in /usr/X11R6/lib? Do you set the DYLD_LIBRARY_PATH variable in your shell startup scripts? -- Martin |