-
Notifications
You must be signed in to change notification settings - Fork 31
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
Gentoo - undefined reference to `io.c.880cdbd1 #24
Comments
So, just extending the info, its seems like findlib is not buildable with lto optimizations, eg these gcc envars:
I try now with leaving O3 and Graphite options, but disable purely only LTO:
|
hard to say what this is - I've not much experience in lto and to what degree it needs cleaner code. findlib is a pretty normal OCaml application, so it is likely that this is something that is already unclean in core OCaml. My first bet would be that these are the foreign functions (i.e. that their function pointers are just typed as Note that the C compiler options usually do not apply to OCaml builds, like |
I am expriencing following output during build:
build.log
my gcc -v:
I have following ocaml language package installed:
The text was updated successfully, but these errors were encountered: