From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 17:55:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE97D16A4CE for ; Sun, 22 Feb 2004 17:55:18 -0800 (PST) Received: from mail.6s-gaming.com (unknown [83.98.136.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id B371943D1D for ; Sun, 22 Feb 2004 17:55:18 -0800 (PST) (envelope-from admin@6s-gaming.com) Received: from mail.6s-gaming.com (vorlon [83.98.136.62]) by mail.6s-gaming.com (Postfix) with SMTP id 926ED2FC9EF for ; Mon, 23 Feb 2004 01:30:05 +0100 (CET) Received: from 212.113.164.104 (proxying for 81.84.4.220) (SquirrelMail authenticated user admin) by mail.6s-gaming.com with HTTP; Mon, 23 Feb 2004 01:30:05 +0100 (CET) Message-ID: <32979.212.113.164.104.1077496205.squirrel@mail.6s-gaming.com> Date: Mon, 23 Feb 2004 01:30:05 +0100 (CET) From: "Hugo (6s-gaming.com)" To: freebsd-questions@FreeBSD.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: glib problems.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 01:55:19 -0000 Hi, I have this problem on a 4.8-RELEASE-p13 server, whenever compiling something related with glib: (...) /usr/lib/libstdc++.so: undefined reference to `__strtol_internal@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `malloc@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `strdup@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `fclose@GLIBC_2.1' /usr/lib/libstdc++.so: undefined reference to `stdout@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `fileno@GLIBC_2.0' /usr/lib/libgcc_s.so.1: undefined reference to `__bzero@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `strcoll@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `fprintf@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `strxfrm@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `strlen@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `__errno_location@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `stderr@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `strcat@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `fwrite@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `fdopen@GLIBC_2.1' /usr/lib/libstdc++.so: undefined reference to `memmove@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `ungetc@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `__ctype_b@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `fopen@GLIBC_2.1' /usr/lib/libstdc++.so: undefined reference to `__strtod_internal@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `printf@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `abort@GLIBC_2.0' /usr/lib/libstdc++.so: undefined reference to `__strtof_internal@GLIBC_2.0' I initially added libstdc++ to the system via wget (googled it), because version 1.2 of Call of Duty server required it. I have another server on 4,8-STABLE, and I downloaded its libstdc++ (no problems compiling there) to this system, but the problem remains. Anyone ever ran into this problem? Kind regards, Hugo -- http://www.6s-gaming.com - your online store!