lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error compiling - SuSE 8.2/Lily 1.7.20


From: Graham Percival
Subject: Re: Error compiling - SuSE 8.2/Lily 1.7.20
Date: Sun, 01 Jun 2003 15:47:19 -0700

On Fri, 30 May 2003 13:06:23 -0600
Hans Forbrich <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]