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

undefined reference to `__log2f_finite' #6

Closed
forevernull opened this issue Jan 25, 2019 · 3 comments
Closed

undefined reference to `__log2f_finite' #6

forevernull opened this issue Jan 25, 2019 · 3 comments

Comments

@forevernull
Copy link

when i run:
go get -u github.com/gen2brain/x264-go
then get the follow errors:

# github.com/gen2brain/x264-go/x264c
x264c_analyse_linux_amd64.syso: In function `x264_analyse_init_costs':
analyse.c:(.text+0x27115): undefined reference to `__log2f_finite'
collect2: ld 返回 1
@elie-g
Copy link

elie-g commented May 16, 2020

I also have this issue. Is there any workaround?

@gen2brain
Copy link
Owner

@DrunkenPoney the workaround would be to use -tags extlib and your external library. However, this should be fixed now in c08131f so please check.

@gen2brain
Copy link
Owner

Fixed also for linux/386.

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

3 participants