> > > That's odd. A quick test seems to to indicate that it works over > > > here. Does your compiler have /usr/local as a preferred prefix? Try: > > > > > > echo '#include <foo>' > foo.c > > > cc -v -c foo.c > > > > I am not a compiling guru by any means but I do not believe > > that /usr/local is preferred: > > No, it seems that /usr/local/ is not included by default > in most GCC installations I've heard of. > > > > You can always try configuring doing: > > > > > > CFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib' ./configure > > Well, you have already discovered the small error in this instruction, > see also http://lilypond.org/wiki/?LilyPondInstall > > /Mats
No CPPFLAGS is correct CFLAGS does not work it will break the check for python (at least on my freebsd system it does). I did not know about this page although I did read the "regular install instructions". Geoffrey _______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
