On Fri, 30 May 2003 13:06:23 -0600
Hans Forbrich <[EMAIL PROTECTED]> wrote:
> Just getting around to installing Lilypond 1.7 on my new SuSE 8.2
> environment.  I've encountered the error listed.  SuSE 8.2 has extremely
> recent dev tools which may cause the problems.
> 
> gcc version 3.3 20030226 (prerelease) (supplied by SuSE)

Debian/Testing just upgraded gcc-default to gcc 3.3, and I got exactly the
same error message as you.  I've switched to gcc 3.2, and now it's working
again.

> Advice appreciated.

(assuming you're using bash)
export CC=gcc-3.2
export CPP=g++-3.2
./autogen.sh
make 

That's assuming that you still have gcc-3.2 installed on your machine (but
that /usr/bin/gcc is a symlink to gcc-3.3).

Cheers,
- Graham


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to