On Thu, 2009-10-29 at 10:00 -0400, Eliot Gable wrote: > Once I modify configure.ac to remove this flag and regenerate > everything,
you could have used: ./configure --disable-fatal-warnings > I run into linking errors because the Makefile LIBS= line tells > Pacemaker to use /usr/lib and /lib64 instead of /usr/lib64 and /lib64. > I tried to fix this in configure.ac, but I’m not really an expert when > it comes to manipulating configure.ac files, so I couldn’t get it to > work. Instead, I find myself manually modifying nearly every Makefile > that gets generated to make it use /usr/lib64 instead of /usr/lib. have you tried: ./configure --libdir=/usr/lib64 or ./configure LDFLAGS=-L/usr/lib64 J. _______________________________________________ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker