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: Mike Miller
Subject: [Octave-bug-tracker] [bug #53920] mkoctfile tries to link with /scratch/build/.../libiconv.dll.a
Date: Wed, 16 May 2018 17:05:24 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

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

That is all correct information. On a typical GNU/Linux system, the iconv
function is included in glibc, so both LIBICONV and LTLIBICONV should be
empty.

It is also correct that Octave builds itself using the Libtool variant
LTLIBICONV, but uses the non-Libtool variant LIBICONV when embedding the
string into mkoctfile.

The only thing that is incorrect about this is that Gnulib's code for checking
for libiconv is embedding the fixed path to the library into LIBICONV. The
logic for all of this is in Gnulib's AC_LIB_LINKFLAGS macro (lib-link.m4).

    _______________________________________________________

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]