samba 3.0.0 fails during make on IRIX 6.3 with gcc 3.2.2. Configure runs normally, and make runs normally, until the final linker: $ make Using FLAGS = -g -O2 -I./popt -Iinclude -I/usr2/admin/src/network/samba- 3.0.0/source/include -I/usr2/admin/src/network/samba-3.0.0/source/ubiqx - I/usr2/admin/src/network/samba-3.0.0/source/smbwrapper -I. - I/usr2/admin/src/network/samba-3.0.0/source LIBS = -lgen -liconv LDSHFLAGS = -set_version sgi1.0 -shared LDFLAGS = Linking bin/smbd ld32: WARNING 84 : /usr/lib32/libgen.so is not used for resolving any symbol. ld32: ERROR 33 : Unresolved text symbol "lsa_get_pipe_fns" -- 1st referenced by rpc_server/srv_pipe.o. Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: ERROR 33 : Unresolved text symbol "lsa_ds_get_pipe_fns" -- 1st referenced by rpc_server/srv_pipe.o. Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: ERROR 33 : Unresolved text symbol "samr_get_pipe_fns" -- 1st referenced by rpc_server/srv_pipe.o. Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: ERROR 33 : Unresolved text symbol "netlog_get_pipe_fns" -- 1st referenced by rpc_server/srv_pipe.o. Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: ERROR 33 : Unresolved text symbol "wkssvc_get_pipe_fns" -- 1st referenced by rpc_server/srv_pipe.o. Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: ERROR 33 : Unresolved text symbol "reg_get_pipe_fns" -- 1st referenced by rpc_server/srv_pipe.o. Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: ERROR 33 : Unresolved text symbol "netdfs_get_pipe_fns" -- 1st referenced by rpc_server/srv_pipe.o. Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: INFO 152: Output file removed because of error. collect2: ld returned 2 exit status make: *** [bin/smbd] Error 1 $
*** This bug has been marked as a duplicate of 669 ***