From owner-freebsd-questions@FreeBSD.ORG Tue Aug 31 09:16:53 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 911081065698 for ; Tue, 31 Aug 2010 09:16:53 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2038FC1E for ; Tue, 31 Aug 2010 09:16:52 +0000 (UTC) Received: by fxm4 with SMTP id 4so4404099fxm.13 for ; Tue, 31 Aug 2010 02:16:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=4mjUoZYPfmNgoiEvIz23yIAblsF+gapNHsbwrNhJ0SQ=; b=Ddfou1W272qX0bWcTAMEGWcyRXjrl2bifAsnR17JroyEas5qAYRNjOYh09ajfMNylZ nxwy+didFLDrTYcau2o7IK2tcDJGnNKKqL1RoGQ/Etx14x0V8/AF0O51naAJtqWRNrU7 uqFxNhVweqTJn/Fg1rtrb5FVMsm6jzxOHNxKg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=VtlHy3yPqawL9yMgqogZUz+PPT77S1J2NAnj9AO/OSxFXBFfJauJRDQqXi95P/eYak tO0TzQqr7mOgBuNuHp7vGbB3vJLpglGC/0oHb5OWhx0zqD6M9sLqCDMjP9+qJJtsze3K aP8F+QlGRFTHQxrhYaFNWW2APKGlOZuLn7f3s= Received: by 10.223.123.145 with SMTP id p17mr5016345far.90.1283246212002; Tue, 31 Aug 2010 02:16:52 -0700 (PDT) Received: from limbo.lan ([193.33.173.33]) by mx.google.com with ESMTPS id r10sm3848404faq.5.2010.08.31.02.16.50 (version=SSLv3 cipher=RC4-MD5); Tue, 31 Aug 2010 02:16:51 -0700 (PDT) Message-ID: <4C7CC881.7050609@gmail.com> Date: Tue, 31 Aug 2010 12:16:49 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; uk-UA; rv:1.9.2.8) Gecko/20100807 Thunderbird/3.1.2 MIME-Version: 1.0 To: =?UTF-8?B?Ikxlb25hcmRvIE0uIFJhbcOpIg==?= References: <272773.42704.qm@web113504.mail.gq1.yahoo.com> <517200.25415.qm@web113506.mail.gq1.yahoo.com> In-Reply-To: <517200.25415.qm@web113506.mail.gq1.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD Subject: Re: Firebird 2.1.3 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: Tue, 31 Aug 2010 09:16:53 -0000 31.08.2010 01:33, Leonardo M. Ramé wrote: > This is my procedure to compile it: > > export CFLAGS="-DAMD64" > ./configure --without-editline > gmake > > ... and after a while I get this: > > ... > /usr/bin/ld: /usr/lib/libsupc++.a(tinfo2.o): relocation R_X86_64_32S can not be used when making a shared object; recompile with -fPIC Here you go, linker says you what to do. > /usr/lib/libsupc++.a: could not read symbols: Bad value > gmake[2]: *** [../gen/firebird/lib/libfbclient.so.2.1.3] Error 1 > gmake[2]: Leaving directory `/usr/home/martin/desarrollo/Firebird-2.1.3.18185-0/gen' > gmake[1]: *** [libfbclient] Error 2 > gmake[1]: Leaving directory `/usr/home/martin/desarrollo/Firebird-2.1.3.18185-0/gen' > gmake: *** [firebird] Error 2 > > Any hint? try CFLAGS="-DAMD64 -fPIC" -- Sphinx of black quartz judge my vow.