Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined reference error during compling #73

Closed
colejensen opened this issue Jun 13, 2024 · 0 comments
Closed

Undefined reference error during compling #73

colejensen opened this issue Jun 13, 2024 · 0 comments
Labels

Comments

@colejensen
Copy link

colejensen commented Jun 13, 2024

Describe the bug
During the make step, compiling fails. I get the following messages:

igor_1-4-0/igor_src/Deletion.cpp:293: undefined reference to comp_nt_int(int const&, int const&)'
igor_1-4-0/igor_src/Deletion.cpp:794: undefined reference to comp_nt_int(int const&, int const&)'
igor_1-4-0/igor_src/Deletion.cpp:531: undefined reference to comp_nt_int(int const&, int const&)'

followed by:
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:446: igor] Error 1
make: *** [Makefile:386: all] Error 2

I have attached the full log of both the ./configure step and the output of the make step.

Steps to reproduce the bug
./configure CC=gcc-7 CXX=g++-7
make

System information:

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

No branches or pull requests

1 participant