Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cblas library is error, i can't build it #7

Closed
artikell opened this issue Oct 24, 2019 · 1 comment
Closed

cblas library is error, i can't build it #7

artikell opened this issue Oct 24, 2019 · 1 comment

Comments

@artikell
Copy link

skyfire@DESKTOP-VND29JC:~/go$ go get github.com/brentnd/go-snowboy
# github.com/Kitt-AI/snowboy/swig/Go
/usr/local/lib/libcblas.a(cblas_sscal.o): In function `cblas_sscal':
cblas_sscal.c:(.text+0x28): undefined reference to `sscal_'
/usr/local/lib/libcblas.a(cblas_saxpy.o): In function `cblas_saxpy':
cblas_saxpy.c:(.text+0x35): undefined reference to `saxpy_'
/usr/local/lib/libcblas.a(sdotsub.o): In function `sdotsub_':
sdotsub.f:(.text+0x7): undefined reference to `sdot_'
/usr/local/lib/libcblas.a(snrm2sub.o): In function `snrm2sub_':
snrm2sub.f:(.text+0x7): undefined reference to `snrm2_'
/usr/local/lib/libcblas.a(cblas_sgemv.o): In function `cblas_sgemv':
cblas_sgemv.c:(.text+0x14e): undefined reference to `sgemv_'
/usr/local/lib/libcblas.a(cblas_sger.o): In function `cblas_sger':
cblas_sger.c:(.text+0xab): undefined reference to `sger_'
cblas_sger.c:(.text+0xe3): undefined reference to `sger_'
/usr/local/lib/libcblas.a(cblas_sgemm.o): In function `cblas_sgemm':
cblas_sgemm.c:(.text+0xf4): undefined reference to `sgemm_'
cblas_sgemm.c:(.text+0x1d3): undefined reference to `sgemm_'
collect2: error: ld returned 1 exit status
@brentnd
Copy link
Owner

brentnd commented Oct 25, 2019

Can you provide more details about?

  • Which BLAS library you're using
  • Which OS you're building on
  • Which architecture you're building for

This is likely not a problem here but rather an issue with your dependencies. I'll point you at https://github.com/Kitt-AI/snowboy README to make sure you're dependencies are setup correctly.

@brentnd brentnd closed this as completed Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants