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: Paul Scott
Subject: Re: how to make "make deb" use gcc 3.2
Date: Mon, 02 Jun 2003 22:45:36 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030527 Debian/1.3.1-2

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

HTH

Paul Scott





reply via email to

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