This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: make install prefix=XXX to different prefix gives errors using gcc-4_1-branch
Asfand Yar Qazi wrote:
> As I also said, I don't want to mess around with renaming and deleting stuff
> inside my target directory, so I won't be doing that.
But the whole point of using --program-suffix is that you don't have to
do any of that. You just "make install" and the binaries have the
specified suffix, and they can happily coexist with other installed
versions. Renaming manually is definitely going against the grain when
the feature exists already in the build system.
Brian