--- gforth/envos.fs.in 2010/12/31 18:09:02 1.14 +++ gforth/envos.fs.in 2012/03/22 16:27:11 1.15 @@ -26,6 +26,10 @@ get-current environment-wordlist set-cur s" @host_os@" ; set-current +: lib-suffix ( -- c-addr u ) \ gforth +\G the suffix for loading shared objects + s" @LIB_SUFFIX@" ; + : libtool-command ( -- c-addr u ) \ gforth \G name of the GNU libtool command s" @GNU_LIBTOOL@" ;