From owner-freebsd-hackers@freebsd.org Thu May 10 15:23:41 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E895DFCD7FE for ; Thu, 10 May 2018 15:23:40 +0000 (UTC) (envelope-from lidl@pix.net) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 94CE071D50 for ; Thu, 10 May 2018 15:23:40 +0000 (UTC) (envelope-from lidl@pix.net) Received: from torb.pix.net (torb.pix.net [192.168.16.32]) (authenticated bits=0) by hydra.pix.net (8.15.2/8.15.2) with ESMTPA id w4AFNd20007029; Thu, 10 May 2018 11:23:39 -0400 (EDT) (envelope-from lidl@pix.net) Subject: Re: Runtime loader issue To: freebsd-hackers@freebsd.org References: <20180509234551.GA39526@troutmask.apl.washington.edu> <20180510142452.GA69005@night.db.net> <20180510151522.GA43677@troutmask.apl.washington.edu> From: Kurt Lidl Message-ID: Date: Thu, 10 May 2018 11:23:39 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180510151522.GA43677@troutmask.apl.washington.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2018 15:23:41 -0000 On 5/10/18 11:15 AM, Steve Kargl wrote: > On Thu, May 10, 2018 at 10:24:52AM -0400, Diane Bruce wrote: >> >> Agreed, however this has the side effect of meaning conflicts with libraries >> between clang and gcc libs. Notably gfortran and flang use different >> conventions for I/O :( >> >> See http://people.FreeeBSD.org/~db/fortran_libs.txt >> > > Page doesn't appear to exist? If I go to > > https://people.freebsd.org/homepage.html > > you're not listed. There's one too many "e" characters in the given URI. Correct URI: http://people.FreeBSD.org/~db/fortran_libs.txt -Kurt