From owner-freebsd-questions Sun Apr 7 11:28:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from berzerk.gpcc.itd.umich.edu (berzerk.gpcc.itd.umich.edu [141.211.2.162]) by hub.freebsd.org (Postfix) with ESMTP id B548037B419 for ; Sun, 7 Apr 2002 11:28:43 -0700 (PDT) Received: from robotron.gpcc.itd.umich.edu (robotron.gpcc.itd.umich.edu [141.211.2.207]) by berzerk.gpcc.itd.umich.edu (8.8.8/4.3-mailhub) with ESMTP id OAA13176 for ; Sun, 7 Apr 2002 14:28:42 -0400 (EDT) From: knassen@umich.edu Received: (from knassen@localhost) by robotron.gpcc.itd.umich.edu (8.9.1a/5.1-client) id OAA10202 for freebsd-questions@FreeBSD.ORG; Sun, 7 Apr 2002 14:28:42 -0400 (EDT) Message-Id: <200204071828.OAA10202@robotron.gpcc.itd.umich.edu> To: freebsd-questions@FreeBSD.ORG Subject: undefined reference to `_' from libgda port build Reply-To: knassen@umich.edu Date: Sun, 07 Apr 2002 14:28:42 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to make the port for libgda and I consistently get this error from gcc 2.95.3: ../../lib/gda-server/.libs/libgda-server.so: undefined reference to `_' It is true: libgda-server.so does contain an object named '_' only. Several of the *.lo files that comprise libgda-server.so have an '_' object (gda-server-connection.lo, gda-server-error.lo, gda-server-init.lo, gda-server-recordset.lo, gda-server.lo). I've tried libgda versions from 0.2.93 through 0.2.96 and get exactly the same problem with each. I've tried replacing all Gnome components and any other libraries that could conceivably be related to the compile of libgda, to no avail. Other ports that don't depend on libgda compile and run fine. Without libgda I can't make gnomedb, libglade, and gnumeric, however. I am running FreeBSD 4.5-STABLE from a buildworld cvsupped most recently March 24. However, this problem dates back to at least last October when I was running 4.4-STABLE. The system, a Pentium 233MMX with 256MB RAM, is otherwise fine and very stable. Has anyone else seen this specific libgda problem or general undefined reference to '_' problem before and know of a fix? Thank you for any advice or help you can provide. -- Kent Nassen knassen at umich dot eee dee yoo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message