Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3D864092.7040909@cox.net> Date: Mon, 16 Sep 2002 16:35:30 -0400 From: "David A. Cobb" Reply-To: Cygwin Discussion Organization: CoxNet User User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2a) Gecko/20020912 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Cygwin Discussion Subject: More configuration headaches [ sh.exe not initializing itself ] Content-Type: multipart/mixed; boundary="------------040208060401060507010608" --------------040208060401060507010608 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit As I've reported elsewhere, ( ) I am being consistantly shot out of the water when I try to configure/make. I figure I'll need a debug version of cygwin1.dll sooner or later, so today I tried to configure that. The configure appeared to go well. The make, however, incurred the sameold sameold error in very high memory (ntdll.dll) trying to reference 0x00000010, accompanyed by the " sh.exe application failed to initialize itself ". It then died a horrible death as attached. My cygcheck can be found in the other thread - it hasn't changed. -- David A. Cobb, Software Engineer, Public Access Advocate "By God's Grace I am a Christian man, by my actions a great sinner." -- The Way of a Pilgrim; R. M. French, tr. Life is too short to tolerate crappy software. . --------------040208060401060507010608 Content-Type: text/plain; name="make.out-fragment" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="make.out-fragment" rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in asprintf.o basename.o insque.o mkstemps.o sigsetmask.o vasprintf.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done make[1]: *** [needed-list] Error 5 make[1]: Leaving directory `/usr/test/cygwin/build/libiberty' make: *** [all-libiberty] Error 2 --------------040208060401060507010608 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ --------------040208060401060507010608--