我使用命令编译了文件(source.cpp)
g++ -I/home/hrishikesh/Desktop/OGDF-snapshot/include -O2 source.cpp -o mytest -L/home/hrishikesh/Desktop/OGDF-snapshot/_release -lOGDF -lCOIN -pthread
并且它成功编译而没有给出任何错误消息,导致文件“mytest”与 source.cpp 位于同一文件夹中。当我尝试使用命令运行 mytest 文件时
./mytest
它显示此错误消息
./mytest:加载共享库时出错:libOGDF.so:无法打开共享对象文件:没有这样的文件或目录
请帮忙