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

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

[Octave-bug-tracker] [bug #53920] mkoctfile tries to link with /scratch/


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #53920] mkoctfile tries to link with /scratch/build/.../libiconv.dll.a
Date: Wed, 11 Jul 2018 12:32:18 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #11, bug #53920 (project octave):

I couldn't see any way to get the configure code from gnulib to work
differently, or to override its behavior using cache variables.  So for now I
pushed this change to stable and merged with default.  Is this enough to fix
the problem reported here?

http://hg.savannah.gnu.org/hgweb/octave/rev/9f422e49be15

I haven't finished and tested a new build yet, but it appears that
mkoctfile.cc does now have -liconv substituted instead of
/path/to/libiconv.dll.a, so I think it should work.

A separate issue that I didn't fix yet is variables in mkoctfile have -LDIR
variables that are from the build system but are not transformed to be correct
for the location where Octave is ultimately installed.  However, I think GCC
will find all the libraries and header files that are needed, even with these
incorrect -L options.  However, it would be nice to remove duplicates and
transform them based on the value of OCTAVE_HOME.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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