Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2004 01:30:05 +0100 (CET)
From:      "Hugo (6s-gaming.com)" <admin@6s-gaming.com>
To:        freebsd-questions@FreeBSD.org
Subject:   glib problems..
Message-ID:  <32979.212.113.164.104.1077496205.squirrel@mail.6s-gaming.com>

next in thread | raw e-mail | index | archive | help
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!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32979.212.113.164.104.1077496205.squirrel>