Re: devel/flang can't link static images

2017-05-20 Thread Johannes M Dieterich
Dear Steve, thanks for your comments! As you noticed, the port is in a very early stage (so is flang itself, I think). The wrapper script is really more of a hack at the moment b/c the actual flang executable is unaware of the location of it's libraries and module files. So ideally I'd like ${PRE

Re: devel/flang can't link static images

2017-05-20 Thread Steve Kargl
On Sat, May 20, 2017 at 05:57:42PM -0400, Johannes M Dieterich wrote: > Dear Steve, > > thanks for your comments! As you noticed, the port is in a very early > stage (so is flang itself, I think). Yes, I know it new. Thanks for packaging it up. My attempt at building flang did not go to well.

devel/flang can't link static images

2017-05-20 Thread Steve Kargl
Testing the new devel/flang port shows a number of issues with the /usr/local/bin/flang wrapper routine. The contents of the wrapper are #!/bin/sh /usr/local/flang/bin/flang -L/usr/local/flang/lib -lflang -lflangmain \ -lflangrti -lexecinfo $@ where I have wrapped the long line. 1) Compile onl