From owner-freebsd-fortran@FreeBSD.ORG Fri Oct 11 11:07:38 2013 Return-Path: Delivered-To: fortran@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A9CBFFC for ; Fri, 11 Oct 2013 11:07:38 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog106.obsmtp.com (eu1sys200aog106.obsmtp.com [207.126.144.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E195C2AAB for ; Fri, 11 Oct 2013 11:07:34 +0000 (UTC) Received: from mail-wg0-f47.google.com ([74.125.82.47]) (using TLSv1) by eu1sys200aob106.postini.com ([207.126.147.11]) with SMTP ID DSNKUlfb27KqpxXOzC3wLU/DUSI7SZSWVn+p@postini.com; Fri, 11 Oct 2013 11:07:38 UTC Received: by mail-wg0-f47.google.com with SMTP id f12so3954879wgh.2 for ; Fri, 11 Oct 2013 04:07:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to; bh=QkGnuFV5kvnU+RIl79/R8lUD6QPsPSvbaZRk8NyK6Q4=; b=HKxdICa31bO+aSU7mcfphKCtHF4nYy61Om/q+J0HJHE8I33Oa6bmNBdeHB5U5dlgIc M7XtMSOoMNnrE6JApA0QOLmpwGfMrTZujEkFVHJzBdVEI6PpV2EgiohaFKTxPkSQWAJ4 T495GePP1PEVgdpnQY09s2dhyCciI8bhMxVoM86kQqAigR3KgBKBvCH423f+wcpruYmw Ww//vE3pYOEM61R6BR2OBTJDteEtj3kd9mG4QbbUwMyK4MmpIvqmEmuN8cc1jsqWkWJC O6XOgbQGUaNJQInpvlRI/g0Rreg7fRMfMxMYh8y84ppaaOb0ygBX0GNz6Pa51NjEgZil m1yw== X-Gm-Message-State: ALoCoQmBIODSj6xNnD3rZ4wqIWpp2zvnh6TMH1y/Y4IAv9JkByl1g8+YB3p/ihlg6saz30PStbLh2mDN4esGZqRP1DLq07wNfQYW6Mo2SRwzLP4jE1KSkGUwBlqc5KgjrtmpEC05KyKM4nsPR9UYb2SdivtqOxVDBA== X-Received: by 10.180.206.42 with SMTP id ll10mr2743726wic.50.1381489626983; Fri, 11 Oct 2013 04:07:06 -0700 (PDT) X-Received: by 10.180.206.42 with SMTP id ll10mr2743724wic.50.1381489626922; Fri, 11 Oct 2013 04:07:06 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id q5sm4648621wiz.3.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Oct 2013 04:07:06 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r9BB74IE080516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 11 Oct 2013 12:07:04 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r9BB73dx080515; Fri, 11 Oct 2013 12:07:03 +0100 (BST) (envelope-from mexas) Date: Fri, 11 Oct 2013 12:07:03 +0100 (BST) From: Anton Shterenlikht Message-Id: <201310111107.r9BB73dx080515@mech-cluster241.men.bris.ac.uk> To: fortran@freebsd.org, freebsd-ports@freebsd.org Subject: lang/gcc built in poudriere: /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so: undefined reference to 'sinhl@FBSD_1.3' X-BeenThere: freebsd-fortran@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Fortran on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 11:07:38 -0000 I've never seen this error before: $ gfortran46 z.f90 /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so: undefined reference to `sinhl@FBSD_1.3' /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so: undefined reference to `coshl@FBSD_1.3' /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so: undefined reference to `tanhl@FBSD_1.3' collect2: ld returned 1 exit status $ I've built lang/gcc inside a poudriere, then installed on another box, and got this error. Any ideas? Thanks Anton