Date: Sat, 16 Feb 2019 19:02:48 -0700 From: "Russell L. Carter" <rcarter@pinyon.org> To: sgk@troutmask.apl.washington.edu Cc: FreeBSD Ports ML <freebsd-ports@freebsd.org> Subject: Re: FreeCAD 0.17 && /lib//libgcc_s.so.1 Message-ID: <5f0ae075-13f5-a511-cd38-56af97f8316c@pinyon.org> In-Reply-To: <20190217011443.GA90614@troutmask.apl.washington.edu> References: <a2102b4e-7d7a-7d5b-2ba1-b9a14f8574f6@pinyon.org> <20190217011443.GA90614@troutmask.apl.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2/16/19 6:14 PM, Steve Kargl wrote: > On Sat, Feb 16, 2019 at 06:02:11PM -0700, Russell L. Carter wrote: >> >> /lib/libgcc_s.so.1 version GCC_4.8.0 required by >> /usr/local/lib/gcc8/libgfortran.so.5 not found >> >> >> Question to experienced porters, how is this best practice solved? >> > > setenv LD_LIBRARY_PATH /usr/local/lib/gcc8 > setenv LD_RUN_PATH /usr/local/lib/gcc8 > Steve, script: #! /bin/sh export LD_LIBRARY_PATH=/usr/local/lib/gcc8 export LD_RUN_PATH=/usr/local/lib/gcc8 FreeCAD $* And now the errors are different with no /lib/libgcc_s.so.1 error, but if I rerun the tests in the GUI instance, I return to the libgcc_s.so.1 problem. Maybe a lost environment in there somewhere. Well I will be back at it tomorrow. Thanks, Russell
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5f0ae075-13f5-a511-cd38-56af97f8316c>