From owner-freebsd-hackers Wed Sep 11 11:17:39 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA19520 for hackers-outgoing; Wed, 11 Sep 1996 11:17:39 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA19515 for ; Wed, 11 Sep 1996 11:17:37 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA05138; Wed, 11 Sep 1996 11:16:35 -0700 From: Terry Lambert Message-Id: <199609111816.LAA05138@phaeton.artisoft.com> Subject: Re: shared libg++2.7.2 To: ajones@ctron.com (Alexander Seth Jones) Date: Wed, 11 Sep 1996 11:16:35 -0700 (MST) Cc: hackers@freefall.freebsd.org In-Reply-To: <3235CDC7.56B6@ctron.com> from "Alexander Seth Jones" at Sep 10, 96 04:21:27 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Anyone gotten the libg++2.7.2 libraries built shared? I keep getting > this error: > > ld: No reference to __DYNAMIC > > Where should this be defined? Are you sure this is what it says exactly? "no reference to" means no one imports the symbol. Typically, this would mean you are linking against the wrong ctr0; try explicitly referencing it on the ld line instead of letting the compiler call the ld for you. This is probably just a config bug in the GCC distribution. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.