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
This is mainly triggered by use on macOS via Alire.
On macOS, we have to use relocatable builds because static SALs don’t work (gprbuild issue 97), and this means that we need to provide libgmp.dylib.
The macOS compilers available via Alire don’t search /usr/local by default, which means that we have to tell gprbuild where to look, and the only obvious mechanism is via LDFLAGS.
This is mainly triggered by use on macOS via Alire.
On macOS, we have to use relocatable builds because static SALs don’t work (gprbuild issue 97), and this means that we need to provide
libgmp.dylib
.The macOS compilers available via Alire don’t search
/usr/local
by default, which means that we have to tell gprbuild where to look, and the only obvious mechanism is viaLDFLAGS
.Please see also libadalang issue 958.
The text was updated successfully, but these errors were encountered: