Re: MLton Homebrew package (Mac OS X)?

Matthew Fluet <[email protected]> Sat, 2 Jan 2016 21:27:27 -0500
Newsgroups gmane.comp.lang.ml.mlton.user
Message-ID <CAMrhFL5NkZPU+kq-rjUWUTjhb9C3odjKv-Vb0iqaz+kuA1JCaw@mail.gmail.com>
On Fri, Jan 1, 2016 at 10:13 PM, Henry Cejtin <[email protected]> wrote:
> I definitely build static versions of mlton compiled executables now
> and then.  Hopefully that will keep working.

The issue with compiling with '-link-opt -static' is only on MacOSX,
where, although the option is recognized, it fails because some of the
system libraries are not available in static form.  What seems to be
missing is some kind of "-prefer-static" flag to use static libraries
when available, but fall-back to dynamic libraries when a static
library is not available.  That would be the flip of the normal
default operation.

-- 
You received this message because you are subscribed to the Google Groups "MLton-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].


------------------------------------------------------------------------------