ld: library not found for -lstdc++fs

Viewed 32

make command is failing with the below mentioned lines. Can someone please help me with this? Thanks!

ld: library not found for -lstdc++fs

clang: error: linker command failed with exit code 1 (use -v to see invocation)

(base) rmagesh@Mageshs-MacBook-Pro src % g++ -v
Apple clang version 14.0.0 (clang-1400.0.29.102)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

I am using g++ complier.

0 Answers
Related