Hi,
I have written a small module using the MIT Kerberos Kadmin APIs. It has
calls like
kadm5_init(...) .
Now during compilation I am getting the following error :
-----------------------------------------------------------------------------------------------------------------------------
The command
#gcc -I /root/abhijit/MIT/krb5-1.5.1/src/lib/ -I
/root/abhijit/MIT/krb5-1.5.1/src/include/ test.c
/tmp/ccNvdLy7.o(.text+0x4d): In function `main':
: undefined reference to `kadm5_init'
/tmp/ccNvdLy7.o(.text+0x81): In function `main':
: undefined reference to `com_err'
/tmp/ccNvdLy7.o(.text+0xaf): In function `main':
: undefined reference to `kadm5_destroy'
collect2: ld returned 1 exit status
-----------------------------------------------------------------------------------------------------------------------------
What I have done wrong ?
Please Help me.
I am looking for your quick reply
regards
abhijit mitra
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/
________________________________________________
Kerberos mailing list [email protected]
https://mailman.mit.edu/mailman/listinfo/kerberos