home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!spool.mu.edu!agate!boulder!ucsu!fido.Colorado.EDU!farrow
- From: farrow@ucsu.Colorado.EDU (J. Scott Farrow)
- Subject: GNU make not working suddenly???
- Message-ID: <1992Dec19.065912.23358@ucsu.Colorado.EDU>
- Sender: news@ucsu.Colorado.EDU (USENET News System)
- Nntp-Posting-Host: fido.colorado.edu
- Organization: University of Colorado, Boulder
- Date: Sat, 19 Dec 1992 06:59:12 GMT
- Lines: 45
-
- I haven't noticed anyone else having this problem, so here goes:
-
- I just downloaded the 0.99 kernel source and went to compile it:
-
- ># make config
- >sh Configure < config.in
- >make: *** [config] Error 139
- >#
-
- I get similar results from doing a "make dep"
-
- ># make dep
- >for i in init/*.c;do echo -n "init/";gcc -DKERNEL -E -M $i;done > .depend
- >make: *** [dep] Segmentation fault (core dumped)
- >#
-
- A "make -v" gets me the following:
-
- ># make -v
- >GNU Make version 3.62, by Richard Stallman and Roland McGrath.
- >Copyright (C) 1988-1991 Free Software Foundation, Inc.
- >This is free software; see the source for copying conditions.
- >There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
- >PARTICULAR PURPOSE.
- >
- >expr: syntax error
- >[: argument expected
- >make: *** [Version] Segmentation fault (core dumped)
- >#
-
-
- That core dump certainly doesn't seem normal. I'm running Linux 0.98-pl5,
- gcc 2.2.2d, and GNU make 3.62. Did GNU make break somewhere along the way? I
- downloaded a new binary from tsx-11 but got the same results.
-
- Any clues?
-
- Thanks in advance,
-
- Scott
- --
- ------------------------------------------------------------------------------
- J. Scott Farrow-Student SysAdmin/Programmer, University of Colorado at Boulder
- Computing & Network Services, Boulder, Colorado, USA, phone: (303) 492-4428
- Internet: farrow@spot.colorado.edu, farrow@cs.colorado.edu
-