Hey all, I am attempting to compile the 3.3.4 sources on OpenSolaris 2008.11 and I seem to be running into an issue the first time the linker is called: creating /export/home/aclark/samba-3.3.4/source/exports/libtalloc.syms Linking shared library bin/libtalloc.so.1 usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VW:Y:?] file(s) <snip> collect2: ld returned 1 exit status make: *** [bin/libtalloc.so.1] Error 1 This is what configure found with the linker: checking if the linker (ld) is GNU ld... yes checking GNU ld release date... checking GNU ld release version... 2.15 checking GNU ld release version major... 2 checking GNU ld release version minor... 15 I havent done much compiling on OpenSolaris, but I know it has native CC tools aswell as GNU tools, so maybe it is calling the wrong one. by default ld is located: aclark@ralph:~/samba-3.3.4/source$ which ld /usr/gnu/bin/ld Any ideas? Regards Adam