erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
886 stars 189 forks source link

libstdc++ not found 'cargo run' #363

Open axibo-reiner opened 1 year ago

axibo-reiner commented 1 year ago
  = note: /usr/bin/ld: cannot find -lstdc++: No such file or directory
          collect2: error: ld returned 1 exit status

rust is latest

cargo add zmq for the installation method

Ubuntu 22, libzmq installed. libstdc++ is installed on the system

added the following to the toml file, but i believe it is not relevant anymore. [env] CXXFLAGS = "-std=c++11"