build problem

Nitin Thakur nitinthakur at hotmail.com
Wed Aug 29 13:59:39 EDT 2012


Hi All

I am trying to make krb5-1.10.3 on sparc Solaris 10. I keep getting this error. Any clue what needs to be done here?

Undefined                       first referenced
 symbol                             in file
libintl_bindtextdomain              ../../../lib/libkrb5.so
libintl_dgettext                    ../../../lib/libgssapi_krb5.so
ld: fatal: symbol referencing errors. No output written to client
collect2: ld returned 1 exit status
.
.
.
.
.
.
The following command caused the error:
case "`echo 'x'|sed -e 's/^x//' -e 's/ --.*$//'`" \
        in *[ik]*) e="status=1" ;; *) e="exit 1";; esac; \
do_subdirs="util include lib   plugins/kadm5_hook/test  plugins/kdb/db2   plugins/preauth/pkinit  kdc kadmin slave clients appl tests  config-files gen-manpages po" 
; \
status=0; \
if test -n "$do_subdirs" && test -z ""; then \
for i in $do_subdirs ; do \
        if test -d $i && test -r $i/Makefile ; then \
        case $i in .);; *) \
                target=`echo all-recurse|sed s/-recurse//`; \
                echo "making $target in $i..."; \
                if (cd $i ; make \
                    CURRENT_DIR=$i/ $target) then :; \
                else eval $e; fi; \
                ;; \
        esac; \
        else \
                echo "Skipping missing directory $i" ; \
        fi; \
done; \
else :; \
fi;\
exit $status
make: Fatal error: Command failed for target `all-recurse'

 		 	   		  


More information about the krbdev mailing list