Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!pacbell.com!att!linac!midway!ellis.uchicago.edu!goer From: goer@ellis.uchicago.edu (Richard L. Goerwitz) Newsgroups: comp.unix.xenix.sco Subject: Re: gcc; -Zl Message-ID: <1991Feb21.152603.18423@midway.uchicago.edu> Date: 21 Feb 91 15:26:03 GMT References: <1991Feb21.052342.4859@midway.uchicago.edu> Sender: news@midway.uchicago.edu (News Administrator) Distribution: usa Organization: University of Chicago Lines: 12 Goer@ellis.uchicago.edu (Richard L. Goerwitz) writes: >Does anyone have any ideas about how to make the now widely >used Xenix gcc version do the equivalent of cc -Zl file.c? For those that have responded, read the Xenix man pages. Gcc -nostdlib doesn't do the same thing (at least according to the gcc manual). The -nostdlib option looks to be the thing one would use as a partial replacement for cc -link. The Xenix -Zl removes information about default libraries from object files. -Richard