You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: