[comp.unix.xenix.sco] gcc; -Zl

goer@ellis.uchicago.edu (Richard L. Goerwitz) (02/21/91)

Does anyone have any ideas about how to make the now widely
used Xenix gcc version do the equivalent of cc -Zl file.c?

-Richard (goer@sophist.uchicago.edu)

goer@ellis.uchicago.edu (Richard L. Goerwitz) (02/21/91)

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