Hello, I installed cln in private a dir and am trying to compile some basic c++ code using cl_I class. The problems is I am not able to get an executable out my code. The installation seems to have worked ok. I did not have any error and I can execute the examples. What woul be the correct command to get exe from my code? I known the -I and -l flags are involved but cannot get the right combo. I am a little new at this! Thanks! Jean-Sebastien Gagne
Hi! On Fri, Apr 11, 2003 at 06:10:57PM -0400, Jean-Sebastien Gagne wrote:
What woul be the correct command to get exe from my code? I known the -I and -l flags are involved but cannot get the right combo.
If CLN is installed correctly, "cln-config --cppflags" and "cln-config --libs" should give the right flags. Bye, Christian -- / Coding on PowerPC and proud of it \/ http://www.uni-mainz.de/~bauec002/
participants (2)
-
Christian Bauer
-
Jean-Sebastien Gagne