Related articles |
---|
Bash Shell Script and a C Program...How to Port Both to Windows? leonworkman_2000@yahoo.com (2003-05-15) |
Re: Bash Shell Script and a C Program...How to Port Both to Window one2001boy@yahoo.com (one2001boy@yahoo.com) (2003-05-18) |
Re: Bash Shell Script and a C Program...How to Port Both to Window lex@cc.gatech.edu (Lex Spoon) (2003-05-23) |
From: | "one2001boy@yahoo.com" <one2001boy@yahoo.com> |
Newsgroups: | comp.compilers |
Date: | 18 May 2003 01:23:19 -0400 |
Organization: | Prodigy Internet http://www.prodigy.com |
References: | 03-05-105 |
Keywords: | interpreter, Windows |
Posted-Date: | 18 May 2003 01:23:19 EDT |
Leon Workman wrote:
> I've got a bash shell script that has over 2500 lines of code in
> it. Within the shell script, it calls an executable, which I have the
> C source code for which is over 2000 lines in length. I want to get
> both to run on Windows, ...
If you want to run both shell scripts and your C code, it is best to
try the C interpreter (Ch) with shell programming extensions. It can
run your code across platforms.
More at:
http://www.softintegration.com/docs/ch/shell/
http://www.softintegration.com/
Return to the
comp.compilers page.
Search the
comp.compilers archives again.