On Sun, Nov 23, 2014 at 2:12 PM, FX <fxcoud...@gmail.com> wrote: >> -L/opt/gcc/p_build/x86_64-apple-darwin14.0.0/libstdc++-v3/src/.libs >> Why aren't they sufficient for MacOS linker to find libstdc++.a? > > Because it’s gonna also use -static-libstdc++, which relies on spec > substitution, for which -L is not enough. >
It seems to work on Linux. -- H.J.