error adding symbols: DSO missing from command line
srehan911 opened this issue · 6 comments
Hello,
I tried to use the examples but it is throwing the following error:
"error adding symbols: DSO missing from command line"
It sounds like not all the libraries are "directly" specified on the linker command line? It should be an easy fix.
Hi
Are you able to compile ns-3 without the inclusion of the ns3-oran module? If so, what is the name of the library that the error is for, which OS are you using, and which version of ns-3 are you using?
For the time being you should try to use the distro's torch package:
unset LIBTORCHPATH
sudo apt install libtorch-dev
./ns3 clean
./ns3 configure --enable-examples
./ns3
The ONNX runtime library should still work as you have it.
Ok, will do that for now.
Thanks a lot for your support.