On Wed, Feb 4, 2009 at 10:36 AM, Brian H. Nelson <[email protected]> wrote: > Any particular reason you're using GNU's ld? If you want to experiment you
I'd also suggest trying to build it with the native ld. This is the gcc I used to build Samba: $ gcc -v Using built-in specs. Target: i386-pc-solaris2.10 Configured with: ../gcc-4.3.3/configure --prefix=/usr/local/gcc/gcc-4.3.3 --with-gnu-as --with-as=/usr/sfw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld --enable-languages=c,c++,fortran,objc Thread model: posix gcc version 4.3.3 (GCC) That's the recommended way to configure gcc for 4.x versions (I realize you're using a 3.x version). [1] -David [1] http://gcc.gnu.org/install/specific.html#ix86-x-solaris210 -- David Eisner http://cradle.brokenglass.com -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
