You may not be familiar with the C language. .h files are header files for source code, not libraries. Library files typically end with .a or .so, or if they are installed you can reference them with the -l switch.
If trousers is installed you should link with -ltspi: cc -o myprog myprog.c -ltspi Hal Finney On Tue, Jun 1, 2010 at 9:32 AM, chloé Fouquet <[email protected]> wrote: > Could you tell please me which library we need to include when writing an > application in C to talk to the tcsd ? > I try tpm.h but the method of the tspi library are not recognize... > Are there example of codes available somewhere ? > ------------------------------------------------------------------------------ > > > _______________________________________________ > TrouSerS-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/trousers-users > > ------------------------------------------------------------------------------ _______________________________________________ TrouSerS-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-users
