On Mon, Jul 07, 2003 at 04:19:01PM +0200, Ottavio Campana wrote: > I'm making a deb of a program I'm developing on my own for my > university. I would like to make the deb for it is full of binaries and > libraries and it would be easier to upgrade/add/remove the software. > > I'm running woody but I've got the gcc-3.3 for I need C99 support. > > The problem I'm having is that the script I get running dh_make calls > gcc-2.95 and it doesn't compile. > > How can I select the correct gcc?
you could just add export CC=gcc-3.3 on the top of your rules file. hth -- mattia :wq! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

