What gives?
Thanks,
b.g.
--- Transcript 1: loading Gwish from cmd line ---
fleabag> uname -a
Linux fleabag 1.2.1 #1 Tue Mar 21 12:31:42 EST 1995 i486
fleabag> gcc --version
2.6.3
fleabag> guile Gwish.scm
GSCM, Copyright (C) 1995 Free Software Foundation.
Based on SCM version 4e2.
SCM is Copyright (C) 1990, 1991, 1992, 1993, 1994 Aubrey Jaffer.
SCM comes with ABSOLUTELY NO WARRANTY; for details type `(terms)'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `(terms)' for details.
;Evaluation took 0 mSec (0 in scm_gc) 324 cells work, 351 bytes other
tk-guile>
[gwish window pops up, everything hunky-dory]
--- end transcript ---
--- transcript 2: loading Gwish within guile ---
fleabag> guile
GSCM, Copyright (C) 1995 Free Software Foundation.
Based on SCM version 4e2.
SCM is Copyright (C) 1990, 1991, 1992, 1993, 1994 Aubrey Jaffer.
SCM comes with ABSOLUTELY NO WARRANTY; for details type `(terms)'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `(terms)' for details.
;Evaluation took 0 mSec (0 in scm_gc) 103 cells work, 335 bytes other
guile> (load "Gwish")
;loading Gwish
; loading /home/grib/guile-ii/install/lib/scm/Gtcl
; done loading /home/grib/guile-ii/install/lib/scm/Gtcl.scm
; loading /home/grib/guile-ii/install/lib/scm/Gtk
; done loading /home/grib/guile-ii/install/lib/scm/Gtk.scm
;done loading Gwish.scm
;Evaluation took 1000 mSec (0 in scm_gc) 3451 cells work, 5471 bytes other
#<unspecified>
guile>
[no window appears]
--- end transcript ---