Re: [Pharo-dev] Trying to build Mac VM - ld: library not found for -lssl

2017-08-15 Thread Todd Blanchard
That did it. Thanks! > On Aug 14, 2017, at 7:10 AM, Nicolas Cellier > wrote: > > Reminder: i should update the readme to explain solution 2 as commented at > https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/fb61b60bda7065a52d70eaf1bd0478a98d0180f7

Re: [Pharo-dev] Trying to build Mac VM - ld: library not found for -lssl

2017-08-14 Thread Nicolas Cellier
Hi, This is a known problem on Sierra. There are two possible workaround: 1) locate the Xcode lib repository and copy /usr/lib/libssl.* there The entire procedure is explained in a Readme see https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/build.macos32x86/HowToBuild 2) install

[Pharo-dev] Trying to build Mac VM - ld: library not found for -lssl

2017-08-14 Thread Todd Blanchard
Git cloned, cd to build.macosxxx/pharo.cog.spur ./mvm -A Either 32 or 64 bit builds dies trying to build libSqueakSSL with library not found for -lssl. Homebrew doesn't seem to have an entry for libssl. Stumped. -Todd Blanchard