This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/19856] GCC_EXEC_PREFIX used wrong
- From: "bryanh at giraffe-data dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Feb 2005 17:06:45 -0000
- Subject: [Bug driver/19856] GCC_EXEC_PREFIX used wrong
- References: <20050209165927.19856.bryanh@giraffe-data.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bryanh at giraffe-data dot com 2005-02-09 17:06 -------
Created an attachment (id=8157)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8157&action=view)
strace of failure to find cc1
In this run, PREFIX is /home/bryanh/gcc .
GCC_EXEC_PREFIX is /tmp2/gcc-3.4.3/lib/gcc// .
/tmp2 is a symlink to /mp/hdb2 .
Gcc, in the form created by 'make install', is installed in /tmp2/gcc-3.4.3 --
i.e. 'make install' created the tree at /home/bryanh/gcc and I moved it to
/tmp2/gcc-3.4.3.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19856