On Wed, Jan 11, 2017 at 3:39 AM, <[email protected]> wrote: > > clang: warning: argument unused during compilation: '-pthread' > > ld: warning: directory not found for option '-L/opt/boost/lib' > > ld: warning: directory not found for option '-L/opt/local/lib/db48' > > ld: library not found for -lssl > > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > > > > this error I'm getting please help
When asking for help, you have to tell us 1) exactly what you did; 2) exactly what happened; 3) what you expected to happen instead; 4) details about your system and installation, such as the version of Go you are using. In this case I suspect that you need to install a libssl library, somehow. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
