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
{{ message }}
This repository was archived by the owner on Sep 2, 2024. It is now read-only.
/tmp/ccvT6nCV.o: In function main': main.cpp:(.text+0xda): undefined reference to fgr::CApp::ReadFeature(char const*)'
main.cpp:(.text+0xfa): undefined reference to fgr::CApp::ReadFeature(char const*)' main.cpp:(.text+0x109): undefined reference to fgr::CApp::NormalizePoints()'
main.cpp:(.text+0x118): undefined reference to fgr::CApp::AdvancedMatching()' main.cpp:(.text+0x12c): undefined reference to fgr::CApp::OptimizePairwise(bool)'
main.cpp:(.text+0x14c): undefined reference to `fgr::CApp::WriteTrans(char const*)'
collect2: error: ld returned 1 exit status
if i input in terminal using "g++ main.cpp", i got this error
Is there any way I can use it with g++ without using cmake?
/tmp/ccvT6nCV.o: In function
main': main.cpp:(.text+0xda): undefined reference tofgr::CApp::ReadFeature(char const*)'main.cpp:(.text+0xfa): undefined reference to
fgr::CApp::ReadFeature(char const*)' main.cpp:(.text+0x109): undefined reference tofgr::CApp::NormalizePoints()'main.cpp:(.text+0x118): undefined reference to
fgr::CApp::AdvancedMatching()' main.cpp:(.text+0x12c): undefined reference tofgr::CApp::OptimizePairwise(bool)'main.cpp:(.text+0x14c): undefined reference to `fgr::CApp::WriteTrans(char const*)'
collect2: error: ld returned 1 exit status
if i input in terminal using "g++ main.cpp", i got this error
Is there any way I can use it with g++ without using cmake?