Re: Compiling gdome on HP-UX

Luca Padovani <[email protected]> 25 Jun 2003 17:00:12 +0200
Newsgroups gmane.comp.gnome.gdome
Message-ID <1056553242.473.2.camel@giraffe>
On Wed, 2003-06-25 at 15:45, [email protected] wrote:
> (non-working) copy of gcc here and wanted to use that to compile with.  Is
> there a way to point configure to a compiler other than gcc?  I'm not sure

I think setting the CC environment variable before running configure
should be enough. If you use bash:

	export CC=/my/own/gcc

-- luca