On 08/31/2013 03:10 AM, NightStrike wrote: > If I compile c++ code, I am supposed to use g++. This automatically > does some magic that calling just Gcc would not do. The same with > Fortran code and gfortran. So my question is which frontend should I > use to link if I have object files from both c++ as well as Fortran, > c, and maybe another language still? You'll probably use gcc but explicitly link in each language's support library. Andrew.