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
From the FreeBSD documentation, in the GCC section:
It's probably possible to build the libraries in a way that doesn't require export LD_LIBRARY_PATH=/usr/local/lib/gcc9. If you know how click "edit" and dish.
After installing GCC9, type the following:
export LDFLAGS="-Wl,-rpath=/usr/local/lib/gcc9"
This will ensure the build doesn't require the LD_LIBRARY_PATH variable to be set.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
From the FreeBSD documentation, in the GCC section:
After installing GCC9, type the following:
This will ensure the build doesn't require the LD_LIBRARY_PATH variable to be set.
Beta Was this translation helpful? Give feedback.
All reactions