lilypond-devel
[Top][All Lists]
Advanced

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

Re: how to make "make deb" use gcc 3.2


From: Graham Percival
Subject: Re: how to make "make deb" use gcc 3.2
Date: Tue, 03 Jun 2003 01:55:00 -0700

On Mon, 02 Jun 2003 22:45:36 -0700
Paul Scott <address@hidden> wrote:
> Graham Percival wrote:
> >When I do "export CC=/usr/bin/gcc-3.2" (and the same kind of thing
> >for CXX and g++), ./autogen.sh uses gcc-3.2 instead of gcc-3.3.  But
> >when I use "make deb", I end up with gcc-3.3.
> >
> >Does anybody know how to make "make deb" behave and use the version
> >of gcc that I want it to?
> >
> This should apply to all uses of gcc:
> 
> cd /usr/bin      or other path if necessary
> rm gcc
> ln -s gcc-3.3 gcc

ITYM "ln -s gcc-3.2 gcc".
(for anybody else reading this, you also need to do "ln -s g++-3.2 g++")

Yeah, that works.  I now realize that the first time I tried it, I
forgot to change g++ as well -- I just changed gcc, left my computer to do
the compile, then freaked out when it failed (due to g++).

OK, that's one solution.  Is there a solution that doesn't involve changing
/usr/bin?  I'd like to add it to INSTALL.txt.  (unless somebody can easily
change the Lilypond source to work with gcc-3.3.  I have no idea how much work
that might involve.)

Cheers,
- Graham




reply via email to

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