bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

segfault in make


From: Russ Smith
Subject: segfault in make
Date: Sat, 07 Apr 2001 14:06:59 -0400

with the following Makefile:

###########################
all: foo.o

.SUFFIXES : .o .c .cpp

.cpp.o:
        gcc -c -g -Wall $(if $(CPP_RTTI),'-frtti','-fnortti') $<
###########################

and a file foo.cpp in the current directory, running `make'
results in :

Segmentation fault (core dumped)

make -v :

GNU Make version 3.78.1, by Richard Stallman and Roland McGrath.

uname -a :

Linux localhost.localdomain 2.2.14-5.0 #1 Tue Mar 7 21:07:39 EST 2000
i686 unknown


cheers,
  -russ.

--
Russell Smith
http://www.q12.org
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]