Message-Id: <199805110054.UAA28057@ultrasparc-3.g-net.net> Date: Sun, 10 May 1998 20:56:07 -0400 To: djgpp AT delorie DOT com From: Greg Phillips Subject: Compile errors... Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Precedence: bulk When I compile a small program I am working on, I get the following error... Error: test.o: In function `main': test.cpp(3) Error: undefined reference to `__eh_pc' Error: test.cpp(.text+0x88): undefined reference to `__throw' Error: test.cpp(.text+0x95): undefined reference to `terminate(void)' Any idea what could cause an error like this? This does not seem like a standard kind of error, as it occurs during the linking after the object files compile (without errors, in fact). Thanks