Any difference in linking with gcc vs. g++?

Viewed 5263

Are there any differences in the linking process between gcc and g++?

I have a big C project and I just switched part of the code to C++. The code isn't using std C++ library yet, so -llibstdc++ isn't needed for now.

3 Answers
Related