mongodb-without-avx icon indicating copy to clipboard operation
mongodb-without-avx copied to clipboard

The recommended linker 'lld' is not supported with the current compiler configuration, you can try the 'gold' linker with '--linker=gold'.

Open atcapollo opened this issue 9 months ago • 1 comments

Running

python3 buildscripts/scons.py install-mongod --disable-warnings-as-errors

Results in

The recommended linker 'lld' is not supported with the current compiler configuration, you can try the 'gold' linker with '--linker=gold'.

I've tried to install ld and lld with no success in bypassing this error, where can I specify the --linker=gold parameter? / which build scrips is the compiler configuration set?

atcapollo avatar May 11 '24 22:05 atcapollo

Doh !!!

python3 buildscripts/scons.py install-mongod --disable-warnings-as-errors --linker=gold

atcapollo avatar May 11 '24 23:05 atcapollo