File:  [gforth] / gforth / INSTALL
Revision 1.4: download - view: text, annotated - select for diffs
Thu Nov 24 16:55:11 1994 UTC (29 years, 5 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
* Changed package a bit
* New INSTALL file
* hash.fs didn't do a good job with 'cold.

    1: Preliminary version
    2: 
    3: Create a makefile with configure.
    4: You need gcc version 2.0 or later to compile gforth.
    5: 
    6: Create a machine description file for your machine, if necessary.
    7: 
    8: configure has the following useful parameters:
    9: -direct-threaded: setup for a direct threaded interpreter; this is faster
   10:    on many machines, but needs special support. Unsupported machines will
   11:    ingore this switch. On some CISC machines, direct threading isn't an
   12:    advantage over indirect threading.
   13: 
   14: -without-debug: omits the -g switch and creates smaller images on machines
   15:    where "strip" has problems with gcc style debugging informations.
   16: 
   17: Now type
   18: 
   19: gmake
   20: 
   21: or whatever the name of GNU make on your system is.
   22: If your installed gcc isn't called "gcc" (eg. called "gcc-2.6.1"), type
   23: 
   24: gmake CC=<whatever you call your gcc>
   25: 
   26: instead.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>