How can I tell configure that I want to use the ar/as/gcc/ld/nm/etc binaries from /foo/bar instead of the system-ones?
On Wed, Feb 25, 2004 at 01:05:04AM +0100, Martin Nilsson (saturator) @ Pike (-) developers forum wrote:
How can I tell configure that I want to use the ar/as/gcc/ld/nm/etc binaries from /foo/bar instead of the system-ones?
CC=/foo/bar ./configure ./configure CC=/foo/bar
Or something like that. It doesn't work for all configures, though...
Regards, /Al
pike-devel@lists.lysator.liu.se