developing C & Fortran mixed applications

HiI develop applications on Linux with C & Fortran (gcc and g77) mixed. I am looking at Sun Studio 11 for a visual environment for project building/debugging. Can Sun Studio handle mixed languages? Will the debugger work for both gcc and g77?Thanks for helping me.
[289 byte] By [kooka] at [2007-11-26 10:47:56]
# 1

SunStudio is designed to handle mixed languages. Though I dont know the level of g77 debugging support.

You can try latest SunStudio Express on Linux, which does provide both C and Fortran compilers.

Just do not forget to link with Fortran compiler, to get fortran runtime properly linked.

And it surely will work with debugger.

regards,

__Fedor.

SFV at 2007-7-7 3:00:14 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2

g77 is not officially supported by Sun Studio 11, it might or might

not work. We expect much better fortran debugging interoperability

in Sun Studio 12. The next Sun Studio Express release should have

full support for any fortran compiler that uses the dwarf debugging format.

We are already using dwarf for C and C++ now, and fortran is almost done.

ChrisQuenelle at 2007-7-7 3:00:14 > top of Java-index,Development Tools,Solaris and Linux Development Tools...