octave-maintainers
[Top][All Lists]
Advanced

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

gcc 2.96 build


From: John W. Eaton
Subject: gcc 2.96 build
Date: Fri, 21 Feb 2003 15:41:35 -0600

On 21-Feb-2003, Paul Kienzle <address@hidden> wrote:

| (2) The compiler was consuming many hundreds of 
| megabytes of ram to initialize the map in octave_config_info.  
| In the current build I just comment it out, but
| I have converted it to build the map from an array of
| pointers to strings.  I will send a patch to toplev.cc
| when I know that it works.

I think at least one of the elements is not a string, so it will
need to be handled separately.  But I think that's OK.

| (3) file-io uses std::auto_ptr which isn't available.  The
| following batch converts it to use OCTAVE_LOCAL_BUFFER.
| 
| Paul Kienzle <address@hidden>
|       * file-io.cc: Use one less feature of the compiler.
|       OCTAVE_LOCAL_BUFFER is used elsewhere, auto_ptr isn't.

I applied this patch.

Thanks,

jwe



reply via email to

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