From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Majewski To: gcc-help@gcc.gnu.org Subject: --with-gnu-ld ? Date: Tue, 03 Jul 2001 12:49:00 -0000 Message-id: X-SW-Source: 2001-07/msg00044.html FYI: To configure gcc3.0 to use a different ld than the one used by your previous compiler, you have to do an "export LD=/path/to/gnu/ld" before running configure. This really should be a configure option, no? Something like '--with-gnu-ld=/path/to/gnu/ld'. -chris