--- On Fri, 7/25/08, Unga <unga888@xxxxxxxxx> wrote: > From: Unga <unga888@xxxxxxxxx> > Subject: Re: ctype_members.cc: error: redefinition > To: "Eljay Love-Jensen" <eljay@xxxxxxxxx> > Cc: gcc-help@xxxxxxxxxxx > Date: Friday, July 25, 2008, 11:50 PM > --- On Fri, 7/25/08, Eljay Love-Jensen > <eljay@xxxxxxxxx> wrote: > > > From: Eljay Love-Jensen <eljay@xxxxxxxxx> > > Subject: Re: ctype_members.cc: error: redefinition > > To: unga888@xxxxxxxxx, "GCC-help" > <gcc-help@xxxxxxxxxxx> > > Date: Friday, July 25, 2008, 9:32 PM > > Hi Unga, > > > > > Anybody care to look into this issue? :) > > > Thanks for the reply. > > > What was your compile line? > > > ../gcc-4.3.1/configure --prefix=/usr \ > --enable-shared --enable-languages=c,c++ \ > --disable-bootstrap --libexecdir=/usr/libexec \ > --enable-threads=posix --enable-clocale=gnu \ > --infodir=/usr/share/info --mandir=/usr/share/man > --enable-clocale=gnu doesn't work on BSD. That was the cause, without --enable-clocale option, now GCC get compiled cleanly. Best regards Unga