delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-ID: | <000b01bfb136$ab120b20$8b856bce@mindy> |
From: | "Mindy Beseler" <mindy AT soar DOT com> |
To: | <cygwin AT sourceware DOT cygnus DOT com> |
Subject: | Building cygwin on Win98 system |
Date: | Fri, 28 Apr 2000 10:24:52 -0700 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 5.00.2615.200 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2615.200 |
Hi, I've been trying to get cygwin to build on my win98 system. I downloaded ftp://ftp.sunsite.utk.edu/pub/cygwin/latest/cygwin/cygwin-20000301-src.tar.g z. Then I went to the cygwin~1 directory in a msdos window. I added a line to the configure file (something I had seen in the archives) SHELL=bash. I had already downloaded full.exe, created the \bin and \tmp directories. I have MAKE_MODE=unix in autoexec.bat I think the "sh configure" is working but the make is causing the system to die. Here's the output cygwin~1's "sh configure": Created "Makefile" in /J1/MIPS/cygwin-20000301 using "mh-frag" ./config.status is unchanged Configuring libiberty... loading cache ../config.cache checking host system type... i586-pc-cygwin checking build system type... i586-pc-cygwin checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for gcc... (cached) gcc checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for POSIXized ISC... no checking for a BSD compatible install... (cached) /CYGNUS/CYGWIN-B20/H-I586-CYGWIN32/BIN/install -c xhost-mkfrag is unchanged checking how to run the C preprocessor... (cached) gcc -E checking for sys/file.h... (cached) yes checking for sys/param.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/resource.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking whether the C compiler (gcc -g -O2 -W -Wall ) works... yes checking whether the C compiler (gcc -g -O2 -W -Wall ) is a cross-compiler... no checking for asprintf... (cached) no checking for atexit... (cached) yes checking for basename... (cached) no checking for bcmp... (cached) yes checking for bcopy... (cached) yes checking for bzero... (cached) yes checking for calloc... (cached) yes checking for clock... (cached) yes checking for getcwd... (cached) yes checking for getpagesize... (cached) yes checking for index... (cached) yes checking for insque... (cached) no checking for memchr... (cached) yes checking for memcmp... (cached) yes checking for memcpy... (cached) yes checking for memmove... (cached) yes checking for memset... (cached) yes checking for mkstemps... (cached) no checking for putenv... (cached) yes checking for rename... (cached) yes checking for rindex... (cached) yes checking for setenv... (cached) yes checking for sigsetmask... (cached) no checking for strcasecmp... (cached) yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strncasecmp... (cached) yes checking for strrchr... (cached) yes checking for strstr... (cached) yes checking for strtod... (cached) yes checking for strtol... (cached) yes checking for strtoul... (cached) yes checking for tmpnam... (cached) yes checking for vasprintf... (cached) no checking for vfprintf... (cached) yes checking for vprintf... (cached) yes checking for vsprintf... (cached) yes checking for waitpid... (cached) yes checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for ANSI C header files... (cached) yes checking for pid_t... (cached) yes checking for vfork.h... (cached) no checking for working vfork... (cached) yes checking for sys_errlist... (cached) yes checking for sys_nerr... (cached) yes checking for getrusage... (cached) yes checking for on_exit... (cached) no checking for strerror... (cached) yes checking for sysconf... (cached) yes checking for times... (cached) yes checking for sbrk... (cached) yes checking for gettimeofday... (cached) yes updating cache ../config.cache creating ./config.status creating Makefile creating testsuite/Makefile creating config.h config.h is unchanged Configuring etc... loading cache ../config.cache checking for a BSD compatible install... (cached) /CYGNUS/CYGWIN-B20/H-I586-CYGWIN32/BIN/install -c updating cache ../config.cache creating ./config.status creating Makefile ***** Now when I try to run the make I get this output before it crashes the system with an illegal page fault! rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in random.o asprintf.o basename.o insque.o mkstemps.o sigsetmask.o vasprintf.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o objalloc.o obstack.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list MAKE.EXE[2]: Nothing to be done for `all'. MAKE.EXE[1]: Nothing to be done for `all'. Configuring in i586-pc-cygwin/libiberty COPYING.LIB ..linked ChangeLog ..linked Makefile ..linked Makefile.in ..linked README ..linked acconfig.h ..linked alloca-conf.h ..linked alloca.c ..linked argv.c ..linked argv.o ..linked asprintf.c ..linked asprintf.o ..linked atexit.c ..linked basename.c ..linked basename.o ..linked bcmp.c ..linked bcopy.c ..linked bzero.c ..linked calloc.c ..linked choose-temp.c ..linked choose-temp.o ..linked clock.c ..linked concat.c ..linked concat.o ..linked config ..working in mh-aix ..linked mh-beos ..linked mh-cxux7 ..linked mh-fbsd21 ..linked mh-openedition ..linked mh-windows ..linked config.h ..linked config.h-vms ..linked config.in ..linked config.log ..linked config.status ..linked config.table ..linked configure ..linked configure.in ..linked copysign.c ..linked cplus-dem.c ..linked cplus-dem.o ..linked fdmatch.c ..linked fdmatch.o ..linked floatformat.c ..linked floatformat.o ..linked fnmatch.c ..linked fnmatch.o ..linked getcwd.c ..linked getopt.c ..linked getopt.o ..linked getopt1.c ..linked getopt1.o ..linked getpagesize.c ..linked getpwd.c ..linked getpwd.o ..linked getruntime.c ..linked getruntime.o ..linked hashtab.c ..linked hashtab.o ..linked hex.c ..linked hex.o ..linked index.c ..linked insque.c ..linked insque.o ..linked libiberty.a ..linked makefile.vms ..linked memchr.c ..linked memcmp.c ..linked memcpy.c ..linked memmove.c ..linked memset.c ..linked mkstemps.c ..linked mkstemps.o ..linked mpw-config.in ..linked mpw-make.sed ..linked mpw.c ..linked msdos.c ..linked needed-list ..linked objalloc.c ..linked objalloc.o ..linked obstack.c ..linked obstack.o ..linked pexecute.c ..linked pexecute.o ..linked putenv.c ..linked random.c ..linked random.o ..linked rename.c ..linked required-list ..linked rindex.c ..linked setenv.c ..linked sigsetmask.c ..linked sigsetmask.o ..linked spaces.c ..linked spaces.o ..linked splay-tree.c ..linked splay-tree.o ..linked stamp-h ..linked stamp-picdir ..linked strcasecmp.c ..linked strchr.c ..linked strdup.c ..linked strerror.c ..linked strerror.o ..linked strncasecmp.c ..linked strrchr.c ..linked strsignal.c ..linked strsignal.o ..linked strstr.c ..linked strtod.c ..linked strtol.c ..linked strtoul.c ..linked testsuite ..working in Makefile ..linked Makefile.in ..linked demangle-expected ..linked regress-demangle ..linked tmpnam.c ..linked vasprintf.c ..linked vasprintf.o ..linked vfork.c ..linked vfprintf.c ..linked vmsbuild.com ..linked vprintf.c ..linked vsprintf.c ..linked waitpid.c ..linked xatexit.c ..linked xatexit.o ..linked xexit.c ..linked xexit.o ..linked xhost-mkfrag ..linked xmalloc.c ..linked xmalloc.o ..linked xmemdup.c ..linked xmemdup.o ..linked xstrdup.c ..linked xstrdup.o ..linked xstrerror.c ..linked xstrerror.o ..linked rm -f test-us.c test-filter rm -f Makefile /CYGNUS/CYGWIN\~1/H-I586\~1/BIN/MAKE.EXE SUBDIRS="" clean /CYGNUS/CYGWIN\~1/H-I586\~1/BIN/MAKE.EXE SUBDIRS="" mostlyclean rm -rf *.o pic core errs \#* *.E a.out rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-* rm -f stamp-picdir rm -f *.a required-list tmpmulti.out rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out rm -f config.log loading cache ./config.cache checking host system type... i586-pc-cygwin checking build system type... i586-pc-cygwin checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for gcc... (cached) gcc checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for POSIXized ISC... no checking for a BSD compatible install... (cached) /CYGNUS/CYGWIN-B20/H-I586-CYGWIN32/BIN/install -c checking how to run the C preprocessor... (cached) gcc -E checking for sys/file.h... (cached) yes checking for sys/param.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/resource.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating testsuite/Makefile creating config.h Adding multilib support to Makefile in . multidirs= with_multisubdir= **** After the crash info is displayed the msdos prompt says: [main] C:\CYGNUS\CYGWIN-B20\H-I586-CYGWIN32\BIN\MAKE.EXE 1000 (0) sync_with_chil d: WaitForMultipleObjects timed out MAKE.EXE: vfork: No more processes I'm hoping someone can tell me what I'm doing wrong. I have tried this at least a 10 times and get the same results each time!! Thanks, Mindy -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |