octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #54182] .o files created by mkoctfile should b


From: Rik
Subject: [Octave-bug-tracker] [bug #54182] .o files created by mkoctfile should be removed
Date: Mon, 25 Jun 2018 13:56:38 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

URL:
  <http://savannah.gnu.org/bugs/?54182>

                 Summary: .o files created by mkoctfile should be removed
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Mon 25 Jun 2018 10:56:37 AM PDT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: Confirmed
             Assigned to: jwe
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

When running the test suite multiple .o object files are created at the
top-level directory during testing of the MEX interface.

The root cause is that 'mkoctfile --mex' generates not only the output .mex
file, but also the intermediate .o file.

This is not how the analogous gcc command works. 'gcc hello.c' produces only
'a.out'.  The intermediates are removed/suppressed.  If you want to only
perform compilation, but prevent the linker from running, you need to
specifically give the option '-c'.

Octave should change its interface to do something similar and only preserve
the object files when specifically requested.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54182>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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