Re: [capnproto] Build error on Raspbian, "undefined reference to `__atomic_load_8'"

2022-04-08 Thread 'Kenton Varda' via Cap'n Proto
Hi Jens, I answered on your github issue: https://github.com/capnproto/capnproto/issues/1448#issuecomment-1093275165 -Kenton On Fri, Apr 8, 2022 at 2:30 PM Jens Alfke wrote: > I'm building CapnP 0.9.1 from source on a new Raspberry Pi 4 running > Raspbian (because apt only has version 0.7.) >

[capnproto] Build error on Raspbian, "undefined reference to `__atomic_load_8'"

2022-04-08 Thread Jens Alfke
I'm building CapnP 0.9.1 from source on a new Raspberry Pi 4 running Raspbian (because apt only has version 0.7.) curl -O https://capnproto.org/capnproto-c++-0.9.1.tar.gz tar zxf capnproto-c++-0.9.1.tar.gz cd capnproto-c++-0.9.1 ./configure make -j6 check sudo make install Everything went fine