Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!milano!bigtex!texbell!merkin!hack From: hack@merkin.UUCP (Greg Hackney) Newsgroups: comp.mail.elm Subject: Re: Problems with Sys V/AT Message-ID: <636@merkin.UUCP> Date: 15 Apr 89 15:47:55 GMT References: <410@wa3wbu.UUCP> Reply-To: hack@merkin.cactus.org (Greg Hackney) Organization: Grand Prairie, Texas Lines: 27 In article <410@wa3wbu.UUCP> john@wa3wbu.UUCP (John Gayman) writes: > > I'm trying to install Elm 2.2 on a Microport system running V/AT 2.4. >This system had previously been running Elm 2.1. I run Configure and it >gets all the way down to where it creates config.sh and then it core >dumps. I tried checking config.sh by hand and then manually running >config.h.SH and it core dumps. I'm assuming its actually config.h.SH >thats getting executing and causing the core dump. The problem is that the Configure program sets a truck load of environment variables, and then trys to pass them to another process. The puny shell that comes with Microport and the AT&T 6300+ can't handle that many. If you have the korn shell, Configure will run under it. However you must run the make under /bin/sh, or if you use the korn shell, type "unset _" before running the make. I haven't tried csh. If you don't have ksh, you'll have to figure out how to make the Configure program run under one process, unless someone can think of another way to get it to run. I reported this problem to the development group a while back. Configure used to run under Microport 286, but one day it finally got too big. -- Greg Hackney hack@merkin.cactus.org rutgers!texbell!merkin!hack