----- Original Message ----- From: "Patricia Maffeis" <[EMAIL PROTECTED]> To: "'Ant Developers List'" <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 11:10 AM Subject: RE: Problem compiling Fortran files using gcc compiler and cpptasks
> Steve, Martin, > > Thanks for you comments... Changing the code to OO is not an option for us, > so I might end up writing an adapter for Fortran to use with cpptasks. > > What I don't understand is why did the design of the gcc compiler of > cpptasks pre-defines only the .c, .cpp, etc extensions when the standard gcc > compiler will support Fortran as well (BTW, I am not a java guru, so I might > be missing something...). Wouldn't have been better to add Fortran > functionality in gcc and df compilers of cpptasks? The adapters need to be type aware because they also do language specific dependency checking. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
