Hi!
I've just run the example below on gambit-2.4.8 mingw on windows xp and
got an error instead of a clean exit.
On linux is fine.
test.scm
==========
(define (bucla) (let
((l (read-line)))
(if (eof-object? l) (void) (begin (display l) (newline) (bucla)))
))
(bucla)
c:\> type test.scm | gsi test.scm >output.txt
*** ERROR IN ##read-line -- The pipe has been ended.
(read-char '#<input-port #2 (stdin)>)
________ Information from NOD32 ________
This message was checked by NOD32 Antivirus System for Linux Mail Servers.
part000.txt - is OK
http://www.eset.com
Hi!
How does one make compile-file use c++ instead of gcc, and how does one make
the compilation with c++ succeed (i.e. generate working binaries)?
Thanks
Mikael
Based on my previous e-mail, I started a new wiki page
http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/
Using_Gambit_with_External_Libraries
I'm sure it can be improved. It's linked from the bottom of the
Documentation page.
Brad
Hello Gambit-List,
I have compiled a dynamically-loadable library as per the Gambit Manual,
and when I try to load it:
,----Error!
| > (load "genxic.o")
| *** ERROR IN "genxic.o"@1.5 -- Illegal character: #\x01
| 1>
`----
I have tried all sorts of things, and it doesn't seem to depend on the
options I use or which files I"m compiling.
Where should I turn next? Any suggestions?
Joel
--
Joel J. Adamson
(303) 880-3109
Public key: http://pgp.mit.eduhttp://www.unc.edu/~adamsonjhttp://trashbird1240.blogspot.com
I'm not really an IRC person (maybe I'm too old, maybe it's my day
job), but I was wondering if there are logs of the #gambit IRC
channel like the
http://tunes.org/~nef/logs/scheme/08.06.27
logs for the #scheme IRC channel.
Brad