On Wed, 6 Jul 2016 04:13:43 -0700 (PDT)
kumargv <vijaygir...@gmail.com> wrote:

> i am trying to download this pkg
> go get github.com/xeodou/go-sqlcipher
> 
> I am using TDM-GCC
> 
> C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe:
>  
> cannot find -lcrypto
> collect2.exe: error: ld returned 1 exit status

So, does your install of TDM-GCC has libcrypto.a in place?

If yes, does the directory where it's located is listed among those
under the "libraries: " prefix in the output of
`gcc -print-search-dirs` ?  Are you passing the correct "-L"
command-line option to the compiler (when using cgo, you may have to
embed in into the cgo "metadata header").

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to