cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
CLN not getting recognized
CLN not getting recognized
Mar 31, 2021 at 3:33pm UTC
saltdrain
(2)
I have installed (?) CLN using cygwin which had a few packages for it. But I ran an example code from the CLN examples folder and it gives a fatal error saying no such file or directory pointing at #include <cln/real.h>. What should I do?
Mar 31, 2021 at 3:42pm UTC
Ganado
(6811)
Is this your first time trying to use a library?
Add the location of the cln folder to your include path directories, use
-I
flag.
You may also need to specify which libraries to link against, if your installtion produced lib___.a files.
https://stackoverflow.com/questions/12868808/how-to-tell-c-library-path-in-cygwin-and-mingw
https://stackoverflow.com/questions/6141147/how-do-i-include-a-path-to-libraries-in-g
Topic archived. No new replies allowed.