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
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
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 themake
step.Steps to reproduce the bug
./configure CC=gcc-7 CXX=g++-7
make
System information:
config.log
make.log
The text was updated successfully, but these errors were encountered: