Replies: 4 comments 1 reply
-
If glibc devs does not add support for mold it would be hard to build, as it's not something @rui314 can do on his side |
Beta Was this translation helpful? Give feedback.
-
I believe the glibc's |
Beta Was this translation helpful? Give feedback.
-
just as an update: this is still the case for current glibc 2.38 |
Beta Was this translation helpful? Give feedback.
-
Looking at https://github.com/bminor/glibc/blob/master/configure.ac :
Note that all of these matches expect to match the beginning of the line, and this doesn't work for matching The third fallthrough option works for ld as per the resultant regex in https://github.com/bminor/glibc/blob/master/configure :
However, this doesn't work for mold:
Something like this might work:
Alternately,
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I see glibc has been removed from gdoc tracker but I'm still unable to get this build with the following error:
`checking if x86_64-pc-linux-gnu-gcc -m32 -mstackrealign -march=native -pipe -O2 -fuse-ld=mold -Wl,-O1 -Wl,--as-needed is sufficient to build libc... yes
checking for i686-pc-linux-gnu-nm... x86_64-pc-linux-gnu-nm
checking for python3... python3
checking version of python3... 3.11.0, ok
configure: error:
*** These critical programs are missing or too old: GNU ld
*** Check the INSTALL file for required versions.
Am I missing something or was the line just removed in error?
Beta Was this translation helpful? Give feedback.
All reactions