Subject: Re: Unwind
To: None <tech-toolchain@NetBSD.org, tech-pkg@NetBSD.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-toolchain
Date: 01/22/2004 23:48:57
On Thu, Jan 22, 2004 at 04:08:59PM -0600, James Chacon wrote:
> If you compiled source with g++, link with g++. Compile is applicable for
> "any objects you're linking with" as well.

Yeah, but the problem is that the library is in C++ and by a
different person [and in a separate package] and the program is
in C.
So you have to know if a library was written in C++ or in C just
to link it correctly, which is a bit strange...
 Thomas