--- On Fri, 4/1/11, Steve Graham <jsgrahamus(a)yahoo.com> wrote:
From: Steve Graham <jsgrahamus(a)yahoo.com>
Subject: Re: [gambit-list] Creating Windows GUI Apps in Gamit
To: "Marc Feeley" <feeley(a)iro.umontreal.ca>
Date: Friday, April 1, 2011, 4:25 PM
sh-3.1$ time gsc -exe windows-gui-example.scmsh: gsc: command not found
real 0m3.107suser 0m0.015ssys 0m0.046s
sh-3.1$ gsc -vsh: gsc: command not foundsh-3.1$ ls
gambc-cc.bat gsi.exe six-script.batgambc-doc.bat scheme-ieee-1178-1990.bat six.exegsc-script.bat scheme-r4rs.bat windows-gui-example.exegsc.exe scheme-r5rs.bat windows-gui-example.scmgsi-script.bat scheme-srfi-0.bat
sh-3.1$ time gsc.exe -exe windows-gui-example.sh: gsc.exe: command not found
real 0m3.135suser 0m0.015ssys 0m0.047ssh-3.1$
--- On Fri, 4/1/11, Marc Feeley <feeley(a)iro.umontreal.ca> wrote:
From: Marc Feeley <feeley(a)iro.umontreal.ca>
Subject: Re: [gambit-list] Creating Windows GUI Apps in Gamit
To: "Steve Graham" <jsgrahamus(a)yahoo.com>
Cc: "gambit
List" <Gambit-list(a)iro.umontreal.ca>
Date: Friday, April 1, 2011, 3:49 PM
On 2011-04-01, at 2:15 PM, Steve Graham wrote:
> I compiled the sample program from the Win 7 command prompt and it took 40+ seconds.
I double checked to make sure, and it takes 1 second on my MBP (running Windows). See the details below. If it takes 40 seconds for you, there is definitely something wrong with your setup, unless your computer is very old!
I used the latest Gambit (v4.6.1) installed using the installer downloaded from the Gambit web page.
Marc
$ time gsc -exe windows-gui-example.scm
real 0m1.078s
user 0m0.031s
sys 0m0.000s
$ gsc -v
v4.6.1 20110325124526 i686-pc-mingw32 "./configure
--prefix=C:/Gambit-C/././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././. --enable-multiple-versions --enable-symlinks --enable-single-host"
$ gcc -v
Reading specs from c:/mingw/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5-20060117-3/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw-vista special r3)