Path: utzoo!utgpu!watserv1!watmath!iuvax!ux1.cso.uiuc.edu!tank!sophist!goer From: goer@sophist.uucp (Richard Goerwitz) Newsgroups: comp.unix.xenix Subject: libraries, creating them Summary: How would this sysV makefile look in Xenix? Message-ID: <7521@tank.uchicago.edu> Date: 8 Feb 90 21:52:46 GMT Sender: news@tank.uchicago.edu Reply-To: goer@sophist.UUCP (Richard Goerwitz) Organization: University of Chicago Lines: 22 I just installed f2c - the FORTRAN to C converter - without major incident. It requires libraries to be installed, though, and the makefile for them sets utilizes link options I'm not familiar with. The lines in question read: # compile, then strip unnecessary symbols .c.o: cc -O -c -DSkip_f2c_Undefs $*.c ld -r -x $*.o mv a.out $*.o This looks to me as if it were saying (playing Xenix for a mo- ment): cc -O -c firstfile.c -Zl restofthefiles.c -r or whatever... but I'm not yet totally sure. Could someone more familiar with how these things are done in the various flavors of Unix perhaps shed some light on this situation? -Richard L. Goerwitz goer%sophist@uchicago.bitnet goer@sophist.uchicago.edu rutgers!oddjob!gide!sophist!goer