Hi Henrik,

>I have "severe" problems compiling samba 3.0.7 on solaris8, my gcc is 
>built with /usr/ccs/bin/ld and therefore gcc bails with an ld -E error 
>since the -E parameter isnīt supported in /usr/css/bin/ld.
>Trying to compile with suns forte 6.2 compiler produces the following 
>error, donīt know if itīs related to the compiler though.
>
>Linking nsswitch/libnss_wins.so
>ld: fatal: file dynconfig.po.o: open failed: No such file or directory
>ld: fatal: file lib/version.po.o: open failed: No such file or directory
>ld: fatal: File processing errors. No output written to 
>nsswitch/libnss_wins.so
>make: *** [nsswitch/libnss_wins.so] Error 1

At this point do:

mv -i ./dynconfig.po.po.o ./dynconfig.po.o
mv -i ./lib/version.po.po.o ./lib/version.po.o
make

and the build will complete just fine.

Mike.
--
Mike Peterson -- Network Security Specialist -- U/Toronto Network Operations
E-mail: [EMAIL PROTECTED]               WWW: http://www.noc.utoronto.ca/
Tel: 416-978-5230                                          Fax: 416-971-1362
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to