Xref: utzoo gnu.g++.help:518 comp.lang.c++:11896 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!spool.mu.edu!uunet!tut.cis.ohio-state.edu!unreplyable!garbage From: jj00@eurotherm.co.uk (John Juer) Newsgroups: gnu.g++.help,comp.lang.c++ Subject: Combination of C and C++ Message-ID: <29404.9102270849@pine.eurotherm.co.uk> Date: 27 Feb 91 08:49:55 GMT References: <1991Feb12.151007.29831@uni-paderborn.de> Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.g++.help Organization: Gatewayed from the GNU Project mailing list help-g++@prep.ai.mit.edu Lines: 7 (I can't reach axel@cadlab.cadlab.de) If you are using a C++ library, use "collect" to create an object file with the constructor/destructor bits and put it in the library. The the C linker should pick it up. jj00@uk.co.eurotherm