>I'm researching on a test Solaris tsm client, how to create api's because I >have a proprietary application >which tsm doesn't commercially, officially support. So I want to write an >api/tdp for it. I downloaded the pdf >on tsm api programming. I can't compile the api sample application with: >"gcc" any suggestions?: > ># gcc dapismp.c >Undefined first referenced > symbol in file >smpapi_update_fs /var/tmp/ccgsFYLT.o ...
Follow the manual and the README.API file that it refers to. You should be using its Make file, not simply invoking a compilation against a C file name. The README.API file also stipulates certain library requirements. Richard Sims