Linking libgcc with xgcc fails in build of trunk

2011-11-22 Thread Aran Clauson
All, I'm trying to build trunk with C only on NetBSD 5.1. I've gotten to the point where libgcc is built with xgcc and I get a failure when linking libgcc_s.so with: /usr/bin/ld: /usr/local/lib: No such file: I replaced ld with echo to see the link line and /usr/local/lib is sent to the linker

Successful Build

2007-12-23 Thread Aran Clauson
-cpu=prescott --enable-languages=ada,c,c++,fortran --disable-nls --with-mpfr-lib=/usr/local/lib --with-gmp-lib=/usr/local/lib Thread model: posix gcc version 4.2.2 Enabled Languages: C, C++, Ada, and Fortran Build, host, and target are NetBSD 4.99.35 (Tracking Current). Aran Clauson