Xref: utzoo comp.lang.c:32236 comp.unix.programmer:107 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!usc!ucsd!ucbvax!bloom-beacon!eru!hagbard!sunic!mcsun!hp4nl!orcenl!bengsig From: bengsig@oracle.nl (Bjorn Engsig) Newsgroups: comp.lang.c,comp.unix.programmer Subject: Re: How to link without stdio Message-ID: <989@nlsun1.oracle.nl> Date: 27 Sep 90 09:09:38 GMT References: <1990Sep25.161300.29421@phri.nyu.edu> <1990Sep25.223036.25429@virtech.uucp> Reply-To: bengsig@oracle.nl (Bjorn Engsig) Followup-To: comp.unix.programmer Organization: Oracle Europe, The Netherlands Lines: 13 [It was asked how to make your own stdio and somehow have the compiler/linker complain if you used the default one. Various followups suggested twidling around with /lib/libc.a] As I also mailed directly to the original poster, this is in general not possible. I know of at least one system (IBM RISC/6000), where you cannot remove parts of /lib/libc.a, since it contains little more than one big object module, which is shared among all processes. -- Bjorn Engsig, Domain: bengsig@oracle.nl, bengsig@oracle.com Path: uunet!mcsun!orcenl!bengsig From IBM: auschs!ibmaus!cs.utexas.edu!uunet!oracle!bengsig