bitcoin: ./configure hang up

I am using Mac OS 13.0.1

i get to this point everytime everyway I try to configure the code from source…

checking dependency style of g++... gcc3
checking whether g++ supports C++17 features with -std=c++17... yes
checking whether std::filesystem can be used without link library... no
checking whether std::filesystem needs -lstdc++fs... no
checking whether std::filesystem needs -lc++fs... configure: error: in `/bitcoin/bitcoin-cli':
configure: error: cannot figure out how to use std::filesystem
See `config.log' for more details

what can i do to remedy the situation?

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 17 (4 by maintainers)

Most upvoted comments

You’re using an unreleased version of macOS?

What compiler are you using? What is the error in config.log?