Date: Sun, 07 Apr 2002 14:28:42 -0400 From: knassen@umich.edu To: freebsd-questions@FreeBSD.ORG Subject: undefined reference to `_' from libgda port build Message-ID: <200204071828.OAA10202@robotron.gpcc.itd.umich.edu>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204071828.OAA10202>