This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: build gcc with a name change, but not the symlink option
- To: Sam Halliday <plendily at hotmail dot com>
- Subject: Re: build gcc with a name change, but not the symlink option
- From: Michael Eager <eager at mvista dot com>
- Date: Mon, 08 Oct 2001 17:25:27 -0700
- CC: gcc-help at gcc dot gnu dot org
- Organization: MontaVista Software, Inc.
- References: <F84KlJZezwXe7nJDS0n00015604@hotmail.com>
Sam Halliday wrote:
>
> hello,
>
> i am trying to build gcc 2.95.3 on my Mandrake 8.1, it builds perfectly, but
> one small thing....
>
> i want to build the new compiler with a change in name, can i install the
> new gcc under the name "sgcc", and the same with g++ as "sg++" etc. (like
> the way mandrake install egcs under the name kgcc, kg++ etc.)
>
> i have tried very hard to do this with the --prefix-program and
> --program-transformname options, but to no avail, coudl somebody please shed
> some light on the matter,
Try --program-transform-name=s,^,g,
This will prefix all of the program names with a 'g'.
--
Michael Eager eager@mvista.com 408-328-8426
MontaVista Software, Inc. 1237 E. Arques Ave., Sunnyvale, CA 94085