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: John W. Eaton
Subject: [Octave-bug-tracker] [bug #54182] .o files created by mkoctfile should be removed
Date: Tue, 26 Jun 2018 09:50:25 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #5, bug #54182 (project octave):

The CROSS macro in mkoctfile.in.cc refers to building a cross-compiler aware
version of mkoctfile that can be used to cross compile .oct file for Windows
builds of Octave, not that mkoctfile itself is being cross compiled.

We do use the wrapper and gnulib functions when we are cross-compiling
mkoctfile (to install and run on Windows systems).  That works because we've
already cross-compiled the gnulib and wrapper libraries for Windows.  But when
we are trying to build the cross-compiler aware version of mkoctfile, we can't
use those.  Since there were originally just a few functions we needed, we
simply provided simple versions of them inside mkoctfile.in.cc.

This approach works OK since we are typically building the cross-compiler
aware version of mkoctfile on a modern Linux system that shouldn't need to
have gnulib to fix POSIX portability problems.

I'll fix.


    _______________________________________________________

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]