Path: utzoo!utgpu!attcan!uunet!ncrlnk!ncrcae!ece-csc!mcnc!thorin!retina!coggins From: coggins@retina.cs.unc.edu (Dr. James Coggins) Newsgroups: comp.lang.c++ Subject: Re: Managing C++ Libraries: Using +e0 a Message-ID: <5218@thorin.cs.unc.edu> Date: 10 Nov 88 16:06:00 GMT References: <4981@thorin.cs.unc.edu> <4800042@m.cs.uiuc.edu> Sender: news@thorin.cs.unc.edu Reply-To: coggins@cs.unc.edu (Dr. James Coggins) Organization: University Of North Carolina, Chapel Hill Lines: 12 In article <4800042@m.cs.uiuc.edu> grunwald@m.cs.uiuc.edu writes: > >The problem with +e0 is that if a library routine has something like: > ... then you miss including a header that you really need. You are quite right. A method for making sure that the correct headers DO get included is described in a later article of the Managing... series. Our header management techniques work fine together with +e0 and +e1. If you missed it, send me e-mail to get a copy. James Coggins coggins@cs.unc.edu