[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] OpenSSL fails to build on macOS (#208)

Guido Chari notifications at github.com
Fri Feb 2 19:38:56 UTC 2018


The problem seems to be the makefile command: 
"cd builddbg/third-party/openssl-1.0.2m \

		&& ./Configure darwin-i386-cc --prefix='/Users/guidochari/Documents/Projects/CogNOS/opensmalltalk-vm/.thirdparty-cache/macOS/i386' shared | grep -C10 "Error" \

		&& LDFLAGS='-Wl,-rpath, at executable_path:@executable_path/Plugins' make | grep -C10 "Error" \

		&& make install".

If there is no "error" line to output, grep outputs 1 and && fails. If I run the 3 commands one by one by hand the compilation passes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/208#issuecomment-362685250
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180202/6ac7b6f6/attachment-0001.html>


More information about the Vm-dev mailing list