octave-maintainers
[Top][All Lists]
Advanced

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

Re: ISO C++ and Octave


From: Mumit Khan
Subject: Re: ISO C++ and Octave
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




reply via email to

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