This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 4.1.0 install mistake in libssp
- From: Joel Sherrill <joel dot sherrill at oarcorp dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 08 Mar 2006 16:43:48 -0600
- Subject: Re: 4.1.0 install mistake in libssp
- References: <440F42BE.7040306@oarcorp.com> <jewtf439wn.fsf@sykes.suse.de>
Andreas Schwab wrote:
Joel Sherrill <joel.sherrill@oarcorp.com> writes:
RPM invoked make install with the prefixes overriden:
make
prefix=/home/rtems/tmp/rtems-4.7-sparc-rtems4.7-gcc-newlib-gcc4.1.0newlib1.14.0-1-root-rtems/opt/rtems-4.7
Why don't you just set DESTDIR?
Wasn't needed for years before now. :) Doing that and tweaking the RPM
spec to create the info
directory if it didn't get done by make install-info seem to have
resolved things.
Thanks.
--joel