Path: utzoo!attcan!uunet!snorkelwacker!tut.cis.ohio-state.edu!ucsd!rutgers!news-server.csri.toronto.edu!neat.cs.toronto.edu!kramer From: kramer@cs.toronto.edu ("Bryan M. Kramer") Newsgroups: comp.lang.c++ Subject: +e[01] option Message-ID: <90Jul20.102951edt.7038@neat.cs.toronto.edu> Date: 20 Jul 90 14:30:02 GMT Distribution: comp Organization: Department of Computer Science, University of Toronto Lines: 11 I'd like to know how to make this option work. Using +e0 and +e1 works partially: the virtual tables are either initialized or not as advertised. However, linking programs compiled with these options fails due to a number of undefined symbol errors. I looked at the output from cfront and discovered that the names for virtual tables include the file name which is being compiled, so its small wonder that the linker couldn't find the definition of the virtual table. Is there a workaround? I assume the problem is in ATT cfront since Sun C++ and Solbourne C++ both had the same behaviour.