I have started using Redhat Linux i would like to know how to use Gcc to program in Linux.
Also i would like to know how i can access:
C
C++
Boost
GTK+
Libraries in Linux… i saw them getting installed when i installed Linux on my System.
Please Help!!
I have started using Redhat Linux i would like to know how to use
Share
I feel you are doing it first time on linux,
in *NIX environment while programming anything it will not make everything readily available as in MS IDE, so you need to compile, link properly by guiding the compiler and linker with appropriate options.
e.g.
if you are compiling you must show the include path suppose the prog name is a.cxx
This way you will be able to finish your compilation-> linking to final executable.
If you are still getting the error please paste the error here I can help you for that perticular error, which may be a file inclusion or linker error.
Best Regards
-Brijesh