GermanAizek / mongodb-without-avx

⚠ mongodb core-dump illegal instruction ✔ Building without AVX instructions not supported by cpu's
GNU General Public License v3.0
52 stars 19 forks source link

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

Open atcapollo opened 5 months ago

atcapollo commented 5 months ago

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 commented 5 months ago

Doh !!!

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