I have an application that currently combines C and Fortran objects, and so links with gfortran to pull in the right runtimes. We'd like to also include C++. Does the g++ front end do anything at link time other than add -lstdc++? Can I just add that flag to gfortran to successfully link C, fortran, and C++ objects into a single binary?