Replies: 1 comment 2 replies
-
Have you run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm hitting this error with anything I have tried to install.
ld: i386 architecture of input file '/lib/crti.o' is incompatible with i386:x86-64 output
ld: i386 architecture of input file '/lib/crtn.o' is incompatible with i386:x86-64 output
The machine is running redhat and devops has installed newer versions of programs/components in non-standard locations. I only have user level access
I forced homebrew to use non-standard locations of curl and git, but I do not know how to point to a newer version of gcc or tell it to add options to the linker to handle the older (glibc?) files.
Any help greatly appreciated. Thanks
Beta Was this translation helpful? Give feedback.
All reactions