yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #01326
Re: build crash
> > I have this error in yade.cpp (related to log4cxx), after an svn
> > update, anyone got this before?
Hi, I had this issue on an older RedHat cluster recently. The
__attribute__((constructor(number))) syntax requires gcc>=4.0 IIRC. I
can fix that by removing that, however, as I don't think it is really
that important to set the constructor priority. Will try and commit if
it works without that.
Regards, Vaclav
References