Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!csd4.milw.wisc.edu!uxc!garcon!garcon.cso.uiuc.edu!grunwald From: grunwald@flute.cs.uiuc.edu Newsgroups: comp.lang.c++ Subject: Re: Multiple inclusion of virtual tables... Message-ID: Date: 18 Mar 89 04:09:36 GMT References: <28923@sgi.SGI.COM> Sender: news@garcon.cso.uiuc.edu Organization: University of Illinois, Urbana-Champaign Lines: 16 In-reply-to: kipp@warp.SGI.COM's message of 17 Mar 89 21:22:47 GMT I'd thought about +e -- the problem being that (a) this requires changing the entire makefile (b) requires a very strict naming convention for files. E.g., If I have class ``SimulationMultiplexor'' (I do), then I need to have a file with the same name. That's not so bad, except on SysV (which, thank god, I'm not using). Using #pragma means you need to change one line in the Makefile (the one defining C++FLAGS) and lets you use whatever file naming convention you want. -- Dirk Grunwald Univ. of Illinois grunwald@flute.cs.uiuc.edu