![]() |
Want to get GCC library help
I am new to GCC development. I am trying to compile an existing C++ project under GCC. I am getting lot of errors regarding library funtions like itoa(a,b,10) undeclared.
How to see the existing functions in GCC library file? Or, how to solve this problem? Thanks TamArasan |
To compile c++ files it is best to use, you guessed it...g++
It works the same way as gcc, except it's for c++ files. For gcc, I do not quite know about compiling c++ files on it, but I think you have to provide a link to the stdcpp? libs using -l... But best use g++ and you should be fine. Cheers, Alf829 |
All times are GMT -5. The time now is 01:11 AM. |