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
If the compiler toolchain is in a non-standard location, the current Makefile does pick up the correct system includes from CFLAGS, but does not use the corresponding -L from LDFLAGS.
This produces a broken binary (linked against the wrong version of libstdc++).
The text was updated successfully, but these errors were encountered:
If the compiler toolchain is in a non-standard location, the current Makefile does pick up the correct system includes from CFLAGS, but does not use the corresponding
-L
from LDFLAGS.This produces a broken binary (linked against the wrong version of libstdc++).
The text was updated successfully, but these errors were encountered: