From owner-freebsd-questions@FreeBSD.ORG Thu Apr 13 21:04:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1A38116A400 for ; Thu, 13 Apr 2006 21:04:05 +0000 (UTC) (envelope-from premal.mishra@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F93A43D48 for ; Thu, 13 Apr 2006 21:04:04 +0000 (GMT) (envelope-from premal.mishra@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so1321034nfc for ; Thu, 13 Apr 2006 14:04:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pPnrvxsyDOQ5H0o94j/xY8eoRzdbyRwN+5Ehwrwv4vv9DvKOTjvTbVu4+hSyl+3hPIeBAwHTRKoB3Irp0fxJ0INjDY3+IxHpl5nxoeaoLf6XZRq0p47xSMNs9INUBDzpYqAR2deyPyKPMxYDkvj+hoJEJcd7dsv+1mD9ChKt+q0= Received: by 10.49.85.14 with SMTP id n14mr190867nfl; Thu, 13 Apr 2006 14:04:03 -0700 (PDT) Received: by 10.49.31.1 with HTTP; Thu, 13 Apr 2006 14:04:03 -0700 (PDT) Message-ID: <2211edca0604131404i5f8e7dd8w979a9381d875050f@mail.gmail.com> Date: Fri, 14 Apr 2006 02:34:03 +0530 From: "Premal Mishra" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: linker error: undefined reference to _dl_global_scope_alloc@GLIBC_2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 21:04:05 -0000 Hi , Am gettin a linker error: in /compat/linux/lib/libc.so.6: undefined reference to _dl_global_scope_alloc@GLIBC_2.1 Also, there were many other similar listimgs with suffixes @GLIBC_2.2, @GLIBC_2.0 Which library conatins these missing definitions!!! Regards Premal