From owner-freebsd-questions Mon Oct 11 14:47:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from loki.intrepid.net (intrepid.net [204.71.127.3]) by hub.freebsd.org (Postfix) with ESMTP id 972CD1508B for ; Mon, 11 Oct 1999 14:47:11 -0700 (PDT) (envelope-from mark@loki.intrepid.net) Received: (from mark@localhost) by loki.intrepid.net (8.8.5/8.8.5) id RAA14837; Mon, 11 Oct 1999 17:45:50 -0400 Message-ID: <19991011174550.C3134@intrepid.net> Date: Mon, 11 Oct 1999 17:45:50 -0400 From: Mark Conway Wirt To: Sam Stephenson Cc: freebsd-questions@freebsd.org Subject: Re: tcl-sql problems Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ran into the same problem today. Try adding -shared to your EXTRA_LD_FLAGS. That will let it know it's producing an object file and doesn't need a _main. --Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message