--- gforth/libcc.fs 2007/12/04 18:57:58 1.25 +++ gforth/libcc.fs 2007/12/31 17:34:58 1.27 @@ -1,6 +1,6 @@ \ libcc.fs foreign function interface implemented using a C compiler -\ Copyright (C) 2006 Free Software Foundation, Inc. +\ Copyright (C) 2006,2007 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -448,7 +448,6 @@ DEFER compile-wrapper-function s" -O -c " s+ lib-filename 2@ append s" .c -o " append lib-filename 2@ append s" .lo" append ( c-addr u ) 2dup system drop free throw $? abort" libtool compile failed" - [ libtool-command s" --silent --mode=link gcc -module -rpath " s+ ] sliteral tempdir s+ s" " append lib-filename 2@ append s" .lo -o " append