make ignore -std=c++11

2016-05-09 Thread Jesse
I wrote a c++ program which contains "auto". And I've wrote the makefile: g++ -std=c++11 ... However, it still remind of "..does not name a type ..." I've searched on the net for solution but gain nothing. I think it might be a bug in make?? details can be found in appended pictures. ​ --

failure to rebuild file (make 3.79)

2000-11-22 Thread Jesse Thilo
I believe I've found a bug in the current version of make. To reproduce, extract the three files from the attached tarball and perform the following commands: make touch touch-me make Not that "one.o" is not rebuilt, even though "one.c" is newer. make-bug.tar.gz