Compiling problems

Bruce Lilly bruce at balilly
Sat May 18 08:44:22 AEST 1991


In article <1991May17.033818.13599 at ims.alaska.edu> floyd at ims.alaska.edu (Floyd Davidson) writes:
>In article <102 at morwyn.UUCP> forrie at morwyn.UUCP (Forrie Aldrich) writes:
>>I had posted a message a short time ago about having problems with
>>my compiler, etc.
>[...]
>>What's happening is this:  the loader isn't finding common symbols from
>>the c library such as '_doprnt' 'setvbuf' etc...  
>
>If you are using the shared lib, they aren't there.

To use the shared library with such a program, modify the makefile to use
doprnt.o, setvbuf.o, etc. on the ld line, then add

doprnt.o setvbuf.o: /lib/libc.a
	ar x $? $@

to the makefile, and you should be all set.

-- 
	Bruce Lilly		blilly!balilly!bruce at sonyd1.Broadcast.Sony.COM



More information about the Comp.sys.3b1 mailing list