Linker not being able to find the Catch library

Linker not being able to find the Catch library

by Latife Atar -
Number of replies: 1

I have loaded catch2 library in my teach cluster working area. After I run makefile, I am getting this error which refers to linker not being able to find the Catch library. Is there any solution?


In reply to Latife Atar

Re: Linker not being able to find the Catch library

by Ramses van Zon -

There was a typo in an earlier version of the slides.  You should replace -lCatch with -lCatch2.