Re: segfault in make

2001-04-07 Thread Paul D. Smith
Please try the latest version (3.79.1). -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://www.paulandlesley.org/gmake/ "Please remain calm...I

segfault in make

2001-04-07 Thread Russ Smith
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 du