I think he needs to upgrade to 4.7.2, because of the atomic instructions: http://www.rsyslog.com/article457/
The make log shows issues with them, and I think for 4.6.4 they MUST be available. If this is in a recent Intel CPU, adding -march=i586 (or so) to CFLAGS will also remove the issues (AND is the strongly recommended solution, as it leads to faster code). Rainer > -----Original Message----- > From: [email protected] [mailto:rsyslog- > [email protected]] On Behalf Of Michael Biebl > Sent: Saturday, October 16, 2010 2:18 PM > To: rsyslog-users > Subject: Re: [rsyslog] [compile] could not create Makefile > > 2010/10/16 Jean-Luc Lacroix <[email protected]>: > > Well, the configuration script is working file now but the make and > make > > install are both generating errors. Too long to be posted here but > the log > > files can be found here: > > http://regains.be/repo/rsyslog/ > > Which versions of gcc and libc6 do you use? Does it help if you upgrade > gcc? > > I've seen similar problems on Debian [1], [2] when compiling for > lenny, which has gcc > 4.3.2. > > > Michael > > [1] https://buildd.debian.org/status/package.php?p=rsyslog&suite=lenny- > backports > [2] http://lists.debian.org/debian-backports/2010/09/msg00154.html > -- > Why is it that all of the instruments seeking intelligent life in the > universe are pointed away from Earth? > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

