On Mon, 21 Oct 2002, Don Buchholz wrote:
> $ gcc -lc-client -o simap simap.c
What happens if you give the command
gcc -o simap simap.c /usr/lib/libc-client.a
If that works, then you need to take your question to the gcc people to
find out the correct way to do linking.
By the way, your program has two bugs:
1) It needs to do
#include "linkage.c"
early in the main() function, otherwise no drivers or authenticators
will be lunk.
2) Unless you intend a filename of "matrix.truedisk.com", your mbox_name
is wrong. I suspect that you want:
mbox_name = "{matrix.truedisk.com}";
-- Mark --
http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.