I want to compile C and fortran and link them with gcc -lgfortran. I have got this to work using command line and can write a script if needed but I want to know if I can use an eclipse C project where I can add both C and fortran files into the project.I want to compile C and fortran and link them w