I get an error running make. I have never seen this error. There are no other errors except this one. I am seriously baffled. Help is appreciated.
Asked
Active
Viewed 561 times
-2
-
Please show full `ld` command line and error message. – Tilman Schmidt Jan 31 '22 at 19:50
-
The error message is in the title. What do you mean with ld command line? I am new to linux. – GoogleUser247-2 Feb 01 '22 at 06:28
-
Then you need to involve a more experienced colleague. – Tilman Schmidt Feb 01 '22 at 07:44
1 Answers
0
So, I have been able to fix this. It was a missing line of code in CMakeLists.txt in the failing program. Had to put in "link_libraries_(stdc++fs)".

GoogleUser247-2
- 11
- 3