[gforth] / gforth / lib.fs  

gforth: gforth/lib.fs

Diff for /gforth/lib.fs between version 1.23 and 1.36

version 1.23, Tue Feb 12 20:28:51 2008 UTC version 1.36, Thu Oct 9 20:57:43 2008 UTC
Line 1 
Line 1 
 \ lib.fs        shared library support package          11may97py  \ lib.fs        shared library support package          11may97py
   
 \ Copyright (C) 1995,1996,1997,1998,2000,2003,2005,2006,2007 Free Software Foundation, Inc.  \ Copyright (C) 1995,1996,1997,1998,2000,2003,2005,2006,2007,2008 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 17 
Line 17 
 \ You should have received a copy of the GNU General Public License  \ You should have received a copy of the GNU General Public License
 \ along with this program. If not, see http://www.gnu.org/licenses/.  \ along with this program. If not, see http://www.gnu.org/licenses/.
   
 s" libavcall.so"     open-lib 0<>  libffi-present [if]
 s" libcallback.so"   open-lib 0<> and      require ./libffi.fs
 s" libvacall.so"     open-lib 0<> and  [else]
 s" libtrampoline.so" open-lib 0<> and [if]      ffcall-present [if]
     .( including fflib.fs [ffcall] )          require ./fflib.fs
     include fflib.fs      [else]
 [ELSE]          .( Neither libffi nor ffcall are configured ) cr
     s" libffi.so" open-lib [if]          .( If you have installed one of them, you can use libffi.fs or fflib.fs directly ) cr
         .( including libffi.fs )          .( Or you can just use the new, documented and better, but different, libcc.fs ) cr
         include libffi.fs  
     [ELSE]  
         .( Neither libffi nor ffcall are available ) cr  
         abort          abort
         .( Using oldlib.fs; incompatible with fflib.fs and libffi.fs) cr      [then]
         include oldlib.fs  [then]
     [THEN]  
 [THEN]  
   
 \ testing stuff  \ testing stuff
   
Line 55 
Line 50 
     [THEN]      [THEN]
 [THEN]  [THEN]
   
 [ifdef] testing  0 [if]
   
 library libc libc.so.6  library libc libc.so.6
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.23  
changed lines
  Added in v.1.36

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help