Open wsgac opened 9 years ago
@wsgac thanks for the report! I'll fire up a vm and investigate this when I have the time.
Thanks @roderyc . Good luck!
wrangling with the same problem on openbsd-x86_64. I reckon there hasn't been any development on this frontier, or if some kind soul would know a way around.
I encountered a problem while trying to install
scsh
onNetBSD
andOpenBSD
. On OpenBSD, after a successful./configure
andmake
i didmake install
and received the following error message:I then tried copying all
.so
files from./c
inscsh
to$PREFIX/lib/scsh-0.7
and ranmake install
again. The installation apparently succeeded, butscsh
failed to launch.Analogous procedure on
NetBSD
resulted in a completely successful installation and a runningscsh
. I don't have sufficient knowledge ofmake
andautoconf
to suggest what part might be failing, but I guess there must be some quirk that prevents the copying underNetBSD
.On
OpenBSD
it seems more serious. I tried running thescsh
image manually by issuingscheme48 -i scsh.image
but got the following:I also tried increasing the heap size -
scheme48 -i scsh.image -h 10000000
with the following output:If you need any more info, please let me know. Hope you'll be able to find some reasonable solution, as
scsh
is a really great piece of software andOpenBSD
ports system only provides version0.6.7
.Scheme48 - version: 1.9.2 Scsh - version: 0.7 - head commit: a51bd4a5a10f4aa63392825d69fdcb7c8620fca8 NetBSD - version: 6.1_STABLE (amd64) OpenBSD - version: 5.5 GENERIC.MP (amd64)