You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set GOARCH=386
set GOBIN=
set GOEXE=.exe
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=你的完整GOPATH路径内容
set GORACE=
set GOROOT=d:\install\go
set GOTOOLDIR=d:\install\go\pkg\tool\windows_amd64
set CC=gcc
set GOGCCFLAGS=-m32 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\myname\AppData\Local\Temp\go-build198692226=/tmp/go-build -gno-record-gcc-switches
set CXX=g++
set CGO_ENABLED=1
环境如题,go 1.7.3版本。
发现gojieba.Jieba 是在jieba.go 里面定义的c/c++语言的方式:
怎么处理cgo引起的undefined: gojieba.Jieba错误?
The text was updated successfully, but these errors were encountered: