You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"undefined reference" often means some libraries are not preperly linked.
Have you ever compiled super4pcs with -fPIC flag? (-fPIC: Position Independent Code)
Like this:
mkdir build
cd build
cmake .. -DCMAKE_CXX_FLAGS="-fpic"
make
sudo make install
The text was updated successfully, but these errors were encountered: