octave-maintainers
[Top][All Lists]
Advanced

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

Re: ISO C++ and Octave


From: John W. Eaton
Subject: Re: ISO C++ and Octave
Date: Wed, 31 Jan 2001 10:10:08 -0600

On 31-Jan-2001, Mumit Khan <address@hidden> wrote:

| 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: [ ... ]

This seems to be a change in the way gcc works.  Do you know the
reason for the change?  I see that with gcc 2.97, I can specify the
targets with -MT "..." but that doesn't work with earlier versions of
gcc.

jwe



reply via email to

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