boostorg / system

Boost.org system module
http://boost.org/libs/system
36 stars 85 forks source link

not building with cmake #123

Closed Duron27 closed 2 months ago

Duron27 commented 2 months ago

not sure why but libboost_system.a never gets created using cmake with clang

pdimov commented 2 months ago

System is header-only. The b2 build only creates the library for backward compatibility, it doesn't do anything when linked.

Duron27 commented 2 months ago

the program I'm building is older and requires it. is there a way I can create it or fake it?

Duron27 commented 2 months ago

for searchability this seems to do the trick so far llvm-ar rc libboost_system.a find / -name "error_code.o"