﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
181	Problems installing eggs on Mac OS X with Chicken 4.3.7	Ivan Raikov		"The following errors occurs when trying to install binary-heap on Mac OS X 10.5  (gcc 4.0.1) , using Chicken 4.3.7:

[some output omitted ...]
  /Users/ivan/bin/chicken/bin/csi -bnq -setup-mode -e ""(require-library setup-api)"" -e ""(import setup-api)"" -e ""(extension-name-and-version '(\""binary-heap\"" \""\""))"" /tmp/chicken-install-192.tmp/binary-heap/binary-heap.setup
  /Users/ivan/bin/chicken/bin/csc -feature compiling-extension -setup-mode    -O2 -s binary-heap.scm -j binary-heap
dyld: lazy symbol binding failed: Symbol not found: _C_i_symbolp
  Referenced from: /Users/ivan/bin/chicken/lib/chicken/5/datatype.import.so
  Expected in: /Users/ivan/bin/chicken/lib/libchicken.dylib

dyld: Symbol not found: _C_i_symbolp
  Referenced from: /Users/ivan/bin/chicken/lib/chicken/5/datatype.import.so
  Expected in: /Users/ivan/bin/chicken/lib/libchicken.dylib


Error: shell command terminated with non-zero exit status 5: /Users/ivan/bin/chicken/bin/chicken binary-heap.scm -output-file binary-heap.c -dynamic -feature chicken-compile-shared -feature compiling-extension -setup-mode -optimize-level 2 -emit-import-library binary-heap

Error: shell command failed with nonzero exit status
256
""/Users/ivan/bin/chicken/bin/csc -feature compiling-extension -setup-mode    -O2 -s binary-heap.scm -j binary-heap""

	Call history:

	setup-api.scm: 242  run-verbose		
	display		
	display		
	write-char/port		
	##sys#flush-output		
	setup-api.scm: 243  $system		
	setup-api.scm: 753  system		
	setup-api.scm: 758  error			<--

Error: shell command terminated with nonzero exit code
17920
""/Users/ivan/bin/chicken/bin/csi -bnq -setup-mode -e \""(require-library setup-ap...
"	defect	closed	major		compiler	4.3.x	invalid			
