Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!uunet!emtek!matt From: matt@emtek.UUCP (Matt Meola) Newsgroups: comp.lang.c++ Subject: cfront name mangling Keywords: signals, names, frustration Message-ID: <140@emtek.UUCP> Date: 12 Jul 90 22:28:13 GMT Organization: Emtek Health Care Systems, Inc., Tempe Arizona Lines: 5 Does anyone know why cfront mangles the name catch_sig(int) into catch_sig__FiPFve_v ? My code compiles fine, but the loader (ld) complains about not knowing about the name catch_sig__FiPFve_v. Any ideas?