Path: utzoo!attcan!uunet!cs.utexas.edu!hellgate.utah.edu!fcom.cc.utah.edu!cc.utah.edu!cc.usu.edu!slmt9 From: slmt9@cc.usu.edu Newsgroups: comp.sys.amiga.programmer Subject: Creating SAS C-run Time librarys! Help Message-ID: <1991Jan13.143749.46649@cc.usu.edu> Date: 13 Jan 91 20:37:49 GMT Lines: 32 I have a few questions when it comes to trying to build a shared library for the LIBS: directory. I am using the new SAS C v5.10 and have had a few problems with trying to build the library. I got some help from Peter at Commodore and got underway to get stopped by some new problems. So ere they are. and please everyone who has any idea respond. I can handle getting the correct answer a large number of times :-> Anyway I define my functions the way that Peter said to do and so there are no more errors there. The problem now Lies in the naming of the library and things like that. Basicaaly when I try to blink the Library with a command that looks like this BLINK LIBFD MyLib.fd to MyLib.library from libent.o+libinit.o+MyLib.o (I am not sure which order the Libent.o and Libinit.o go in right now but I used the order from the manual.) I get a list of blink errors. They (default _stub) and so on. When I try to define the names from that point the system tells me that "MyLib.library" is an unknow symbol. So my question. Where do I define all of these wonderfull things and what in the world is __xcvof? Any help would be greatly appriciated.. Thanks, joshua SLMT9@cc.usu.edu 1) Enter a DEFINE value for __xcovf (default _stub) 2) Enter a DEFINE value for _LibName (default _stub 3) Enter a DEFINE value for _LibID