From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 15 18:38:59 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4481216A412 for ; Fri, 15 Sep 2006 18:38:59 +0000 (UTC) (envelope-from juergenherz@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0E9943D46 for ; Fri, 15 Sep 2006 18:38:58 +0000 (GMT) (envelope-from juergenherz@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so3195295wxd for ; Fri, 15 Sep 2006 11:38:58 -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=VEARWxoTsJ0JGyIkBfXAo7AUBmxdFfAT4dLQ0PUvrlVRkXprVaXapSEAjcrmUb/0gKMPJbnWNq3NLQsi4gjaX/GB3PJ6X1n6MWg9ecmAp9sHP1/rmgcoFBHeBMFc5UFfLUwch2FPPA6ehItOagGjc7zox/g5pOhVCeokhKXWF5Y= Received: by 10.70.113.13 with SMTP id l13mr15162920wxc; Fri, 15 Sep 2006 11:38:57 -0700 (PDT) Received: by 10.70.60.11 with HTTP; Fri, 15 Sep 2006 11:38:57 -0700 (PDT) Message-ID: Date: Fri, 15 Sep 2006 20:38:57 +0200 From: "=?ISO-8859-1?Q?J=FCrgen_Herz?=" To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Building Firefox on FreeBSD X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2006 18:38:59 -0000 Hi, I'm trying to build Firefox on my own from the original sources. It throws errors at two occassions which I don't understand. Maybe you as maintainer of FF can help me out. I get undefined references (for standard functions like malloc, free, printf) because the build system for FF 2 contains the option -Wl,-z,defs. Removing this, it compiles and runs - but it's not linked against libc. How is this possible? Regards, J=FCrgen