[Tioga-users] Tioga problem with _Init_Font_Dictionary
Vincent Fourmond
fourmond at gmail.com
Fri Apr 4 11:16:34 EDT 2008
Hello,
On Fri, Apr 4, 2008 at 11:30 AM, Thomas Kjosmoen <thomas.kjosmoen at uis.no> wrote:
> > Could you try replacing
> >
> > # define INTERN __private_extern__
> >
> > by
> >
> > # define INTERN __attribute__ ((visibility ("hidden")))
> >
> > in the split/namespace.h file and recompile ?
> ld: duplicate symbol _Dvector_Data_for_Read in generic.o and figures.o
> for architecture i386
OK, I think I get the point. Could you try then with
# define INTERN __attribute__ ((visibility ("hidden"))) extern
(or the other way round, I'm not quite sure:)
# define INTERN extern __attribute__ ((visibility ("hidden")))
Thanks
Vincent
More information about the Tioga-users
mailing list