ADSM-L

Re: problems programming an api for a proprietary application

2004-08-13 07:57:45
Subject: Re: problems programming an api for a proprietary application
From: Richard Sims <rbs AT BU DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 13 Aug 2004 07:57:24 -0400
>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

<Prev in Thread] Current Thread [Next in Thread>