Path: utzoo!attcan!uunet!convex!ssimmons From: ssimmons@convex.com (Steve Simmons) Newsgroups: comp.lang.c++ Subject: >>>>>> catch_sig ... Message-ID: <103893@convex.convex.com> Date: 13 Jul 90 13:28:29 GMT Sender: usenet@convex.com Distribution: comp Lines: 13 Try using the following declaration for catch_sig... extern "C" catch_sig(); It informs the C++ preprocessor not to any processing on the external idenitifier and that it will be resolved by the loader. Thank you. Steve Simmons