File: README

package info (click to toggle)
binfmtc 0.17-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 800 kB
  • sloc: sh: 1,116; ansic: 891; cpp: 81; makefile: 81; asm: 48; java: 5; fortran: 3
file content (20 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
To run this program first run
   $ ./configure
   $ make 
   # make install
   # binfmtc-init.sh

You will then be able to run C programs as a script.
Run the following to make sure you have a somewhat working system.

   $ make check 

The C programs need to start with a magic

  /*BINFMTC: (gcc options)

For C++ programs:
  /*BINFMTCXX: (g++ options)