It makes it to process.scm ok, but then prints:
process.scm:
*** ERROR:write/display:
Broken pipe -- #<output_port:stdout>
*** ERROR:write/display:
Broken pipe -- #<output_port:stdout>
*** ERROR:write/display:
Broken pipe -- #<output_port:stdout>
until I kill it from another terminal.
I have configured with:
ROOTDIR=/proj/verif_release/bigloo
VERSION=4.0b-1
TARGET=${ROOTDIR}/${VERSION}
./configure --prefix=${TARGET} --finalization=yes
--lispdir=${TARGET}/lispdir --bee=full
The configuration summary is:
** Configuration summary **
Release features:
release number.............. 4.0b
supported backends.......... native:yes JVM:no
default backend............. native
APIs........................ pthread fthread srfi18 ssl sqlite web
multimedia mail calendar pkgcomp pkglib text srfi1 packrat crypto
openpgp phone alsa wav avahi csv upnp
native threads support...... yes
openssl support............. yes (dtls:yes, v2:yes, v23:yes)
sqlite support.............. sqltiny + sqlite
dynamic libraries support... yes
Bee configuration:
bee support................. full
emacs....................... emacs
emacs brand................. emacs23
Implementation details:
tuning...................... standard
cc.......................... gcc
gc.......................... custom (bigloogc-4.0b, v733)
bignum support.............. scheme implementation
Directories where Bigloo will be installed:
binaries.................... /proj/verif_release/bigloo/4.0b-1/bin
libraries................... /proj/verif_release/bigloo/4.0b-1/lib
files directory............. bigloo/4.0b
standard zip................
/proj/verif_release/bigloo/4.0b-1/lib/bigloo/4.0b
standard dll................
/proj/verif_release/bigloo/4.0b-1/lib/bigloo/4.0b
manual pages................ /proj/verif_release/bigloo/4.0b-1/man/man1
info documentation.......... /proj/verif_release/bigloo/4.0b-1/info
lisp files.................. /proj/verif_release/bigloo/4.0b-1/lispdir
temporary build dir......... /tmp
Let me know if you need any other details.
Thanks,
Todd.