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
[EMAIL PROTECTED]

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to