From octave-maintainers-request at bevo dot che dot wisc dot edu Wed Jan 31 09:45:54 2001 Subject: Re: ISO C++ and Octave From: Mumit Khan To: "John W. Eaton" cc: octave-maintainers at bevo dot che dot wisc dot edu Date: Wed, 31 Jan 2001 09:45:52 -0600 (CST) On Wed, 31 Jan 2001, John W. Eaton wrote: > I'm not sure about the streams stuff yet. I'll have to see what > happens when I reach that point (still compiling, I guess I need > faster hardware). btw, the dependency building looks to be broken, and if you're building outside of the source tree, your .d files will have .o files pointing to the source area. `make omit_deps=true ...' is your friend. $ gcc -MM ../../src/foo.cc produces: ../../src/foo.o: [ ... ] instead of: foo.o: [ ... ] Regards, Mumit