Re: Linking scripts and interpreters into an executable

Juergen Kahrs <jkahrs@castor.atlas.de>
17 Aug 1998 20:32:32 -0400

          From comp.compilers

Related articles
Linking scripts and interpreters into an executable jkahrs@castor.atlas.de (Juergen Kahrs) (1998-07-30)
Re: Linking scripts and interpreters into an executable rpereda@ringer.cs.utsa.edu (Ray Pereda) (1998-08-10)
Re: Linking scripts and interpreters into an executable Juergen.Kahrs@t-online.de (1998-08-10)
Re: Linking scripts and interpreters into an executable bob@netwrench.com (1998-08-13)
Re: Linking scripts and interpreters into an executable dan@control.com (1998-08-13)
Re: Linking scripts and interpreters into an executable aeb@saltfarm.bt.co.uk (Tony Bass) (1998-08-16)
Re: Linking scripts and interpreters into an executable jkahrs@castor.atlas.de (Juergen Kahrs) (1998-08-17)
| List of all articles for this month |

From: Juergen Kahrs <jkahrs@castor.atlas.de>
Newsgroups: comp.compilers
Date: 17 Aug 1998 20:32:32 -0400
Organization: STN Atlas Elektronik GmbH SLE1
References: 98-07-238 98-08-046 98-08-080
Keywords: linker

Bob McWhirter wrote:


> Also, if you turn the problem inside out, couldn't just about any
> language that provides an embedded context (tcl, perl, python) be
> linked together with the necessary libs to produce an executable?


No need to turn anything inside out. The original idea really was
that any scripting language could be handled this way. The spec
of the ELF format is a good foundation to build on and the GNU
binutils are just the right tools for modifying ELF binaries.


Next month, when I have a bit more time, I will implement the rest
that has to be done for packing an AWK or Bourne shell script plus
interpreter into one executable.


Thanks to all who answered and to our moderator for letting this
strange discussion happen in comp.compilers.


+---------------------------------------------------------------------+
| Juergen Kahrs, STN Atlas Elektronik GmbH, D-28305 Bremen |
| Simulation Division Sebaldsbruecker Heerstr. 235 +49/421/457-2819 |
+----------- http://home.t-online.de/home/Juergen.Kahrs/ -------------+
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.