X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: pavenis AT lanet DOT lv To: "Joel Saunders" , djgpp AT delorie DOT com Date: Fri, 1 Feb 2002 15:25:13 +0200 MIME-Version: 1.0 Subject: Re: Compiling and linking ASM and C++ files. Message-ID: <3C5AB359.25951.12C4C15@localhost> In-reply-to: X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 1 Feb 2002 at 12:10, Joel Saunders wrote: > It helped, but in main() the start(); still gives me this error: > undefined reference to `__gxx_personality_v0' > I have no clue what that means. Maybe I'll have to change start to > something else. You should link with libstdcxx.a > "Christophe BARIBAUD" wrote in message > news:a3dl1i$92t$1 AT suaar1aa DOT prod DOT compuserve DOT com... > > > Try > > extern "C" void start(); > > to avoid C++ mangling >