Displaying 1 result from an estimated 1 matches for "bforcearch".
2003 Aug 21
1
Smartcard: sectok compiler error
Hello list!
I am trying to get my chipdrive micro smartcard working with openssh.
I read the README.smartcard, but i got stuck with sectok.
It might be a little offtopic but i am totally stuck!
After it compiled libsectok without the -Bforcearchive flag i tried to
compile sectok:
[root at box sectok-20020524]# make
gcc -o sectok main.o cmds.o cyberflex.o ../libsectok/libsectok.a -lcrypto
cmds.o: In function `reset':
/home/mohnewald/sectok-20020524/cmds.c:158: undefined reference to
`optreset'
cmds.o: In function `apdu':
/home/...