This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: build gcc with a name change, but not the symlink option


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]