Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!vsi1!daver!bungi.com!news From: jkp@sauna.hut.fi (Jyrki Kuoppala) Newsgroups: comp.sys.nsc.32k Subject: Re: Merging estdio with 1.4 Minix libc Message-ID: <9102272220.AA20266@cs.hut.fi> Date: 27 Feb 91 22:20:35 GMT References: <> Sender: news@daver.bungi.com Organization: Helsinki University of Technology, Finland. Lines: 12 Approved: news@daver.bungi.com (Using estdio and Minix stdio side by side) >Any ideas? I have 'gcc' which uses gas syntax for assembly, /usr/include for includes, libraries from /usr/gnu/lib (which have estdio in libc.a). Then I have 'cc' which uses WBC syntax, WBC assembler and linker, and the original Minix libs with the original stdio. I've put in cc's gcc-include dir. I know, this requires keeping two copies of gcc front end and cpp, but they're not that big. //Jyrki