unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Problem with netcat
@ 2011-04-03 21:23 John Proctor
  2011-04-04 21:16 ` Andy Wingo
  0 siblings, 1 reply; 10+ messages in thread
From: John Proctor @ 2011-04-03 21:23 UTC (permalink / raw)
  To: bug-guile

[-- Attachment #1: Type: text/plain, Size: 831 bytes --]

I posted this on IRC and it seems to not likely be a bug with guile but
maybe someone can help.  Other than this one issue, guile seems to run fine.
 I am using version 2.0.0 compiled from sources with:

$ export BDW_GC_CFLAGS=-L/usr/lib
$ export BDW_GC_LIBS=-lgc
$ ./configure --prefix=/custom/dir
$ make
$ make install

If I run:

$ guile --listen 9000

 the guile interpreter starts normal.  I can then go to another shell and
run

$ nc localhost 9000

 and access the running instance.  Everything seems to work normal.


However, if I take a scheme source file such as foo.ss with nothing more
than a single express e.g. (+ 1 1) and try :

$ nc localhost 9000 < foo.ss

the guile instance dies immediately with no errors or anything.


Any ideas on how I can debug what is going on would be appreciated.

Thanks,
John Proctor

[-- Attachment #2: Type: text/html, Size: 1349 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-04-13  9:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-03 21:23 Problem with netcat John Proctor
2011-04-04 21:16 ` Andy Wingo
2011-04-06 10:52   ` Detlev Zundel
     [not found]   ` <BANLkTimDrGF+3TQdXzwjQ-mWbUj1VMYA6g@mail.gmail.com>
2011-04-07 16:04     ` Detlev Zundel
2011-04-11  8:14       ` Andy Wingo
2011-04-11 14:32         ` Detlev Zundel
2011-04-11 17:35           ` John Proctor
2011-04-11 17:36         ` Mark H Weaver
2011-04-11 18:03           ` Andy Wingo
2011-04-13  9:08           ` Detlev Zundel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).