On 4/12/17, Guy Harris <g...@alum.mit.edu> wrote:
> The problem is that it says, at
>
>       https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki
>
> that
>
>       Fossil is a single self-contained stand-alone executable. To install,
> simply download a precompiled binary for Linux, Mac, OpenBSD, or Windows and
> put it on your $PATH.
>
> which is incorrect - there *is* a tarball containing a binary for Mac, but
> it's not a stand-alone executable, it's an executable that needs to be
> bundled with OpenSSL shared libraries:

Sigh.  Macs used to be so easy to build for.  Now they are getting to
be as much trouble as Windows.

OK, can you suggest a fix for getting the build to work correctly on
your machine?

>
>       $ otool -L fossil
>       fossil:
>               /usr/local/opt/openssl/lib/libssl.1.0.0.dylib (compatibility
> version 1.0.0, current version 1.0.0)
>               /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib (compatibility
> version 1.0.0, current version 1.0.0)
>               /usr/lib/libz.1.dylib (compatibility version 1.0.0, current 
> version
> 1.2.8)
>               /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current
> version 7.0.0)
>               /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> version 1238.50.2)
>
> as per the first two lines of otool output after the file name.
>
> There doesn't seem to be anything on the Web site about submitting bugs,
> so....
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to