Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

How can i compile using g++?? #28

Open
Hyeon-Hoo opened this issue Oct 8, 2020 · 0 comments
Open

How can i compile using g++?? #28

Hyeon-Hoo opened this issue Oct 8, 2020 · 0 comments

Comments

@Hyeon-Hoo
Copy link

/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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant