-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
gcc - ld: unrecognised emulation mode: -dynamic-linker #3
Comments
It seems to be a problem with the x86 gcc package (the x86 packages are not tested as much as the arm ones). I've posted the error and asked for help at:
Let's hope that someone can give a pointer in one of the above threads! |
I didn't see this when I opened #14 where I have a specs file that works for me. I still have a few issues, particularly with numpy (which reports |
Thanks a lot - I'm closing this issue in favor of #14 which has a working spec file. Will try it out and hopefully update the gcc package with it shortly! |
@robertvalik Just a heads up - this issue (gcc compiling on intel cpu:s did not work) should now be fixed in the latest gcc package version, available with |
It is working. Thank you! |
texlive: fixed mistake in texlive.sh
* util-linux: update from 2.29.1 to 2.29.2 * parallel: update from 20170122 to 20170222 * mutt: update from 1.7.2 to 1.8.0
Hello, I tried to compile simple hello world in c, but gcc failed with this:
$ gcc -Wall hello.c -o hello
/data/data/com.termux/files/usr/bin/ld: unrecognised emulation mode: -dynamic-linker
Supported emulations: elf_i386 i386linux elf32_x86_64
collect2: error: ld returned 1 exit status
Can you, please, help me with working around this?
Thanks.
The text was updated successfully, but these errors were encountered: