This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11890] Building cross gcc-3.3.1 for sparc-sun-solaris2.6 fails
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Aug 2003 17:59:35 -0000
- Subject: [Bug target/11890] Building cross gcc-3.3.1 for sparc-sun-solaris2.6 fails
- References: <20030812032921.11890.sampo@symlabs.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11890
------- Additional Comments From dhazeghi at yahoo dot com 2003-08-18 17:59 -------
Okay, well now I see why sysroot isn't working. As Dan Jacobowitz pointed out, sysroot doesn't
actually exist on the gcc 3.3 branch. This fact at all clear on the page. Anyway, with gcc mainline
cvs (what will become 3.4), sysroot works fine for me and behaves as expected. If you need 3.3,
you'll have to use --with-libs and --with-headers. Otherwise, I'd suggest trying out gcc cvs. The
rpath issue still remains though.