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
Use LIBRARY_PATH to have ld look for libgccjit at link time
LD_LIBRARY_PATH is used at runtime whereas LIBRARY_PATH is used during linking.
Without it, I get:
= note: /usr/bin/ld: cannot find -lgccjit
collect2: error: ld returned 1 exit status
during the `cargo rustc` in `test.sh`
0 commit comments