This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cross compilation of Fortran , C , Tcl/Tk


philippe guillaume wrote:

Can a cross compiler compile a program wroten in
fortran , C , tcl/tk ?


Both Fortran and C are compiled languages, and also part of gcc (Gnu _COMPILER_ collection).

So for these parts of your program you "SHOULD" be
able to recompile.

I don't know what the portibility issues with Fortran
are as I have never used it.

TCL is an interpreted language and is supported for
Windows, Cygwin and Linux so you just need to install
a tcl / wish interpreter for the target platfrom.

That said it really depends on your application and
how portibily it has been written.

Regards

Paul


------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]