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

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

[Octave-bug-tracker] [bug #48215] MacOS: mkoctfile linker error - config


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #48215] MacOS: mkoctfile linker error - configure.ac produces wrong MKOCTFILE_DL_LDFLAGS (PATCH)
Date: Thu, 16 Jun 2016 08:57:32 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:47.0) Gecko/20100101 Firefox/47.0

Follow-up Comment #7, bug #48215 (project octave):

Mike, Friederich,

The patch seems to fix the issue for me, now 
with the patch applied I get:


$ grep -i -C1 DL_LDFLAGS src/mkoctfile.cc 
  vars["DL_LD"] = get_variable ("DL_LD", "g++ -std=gnu++11");
  vars["DL_LDFLAGS"] = get_variable ("DL_LDFLAGS",
                                     "-bundle -bundle_loader
/opt/octave/4.1/bin/octave-4.1.0+");
--
"                            DL_LD                       OCTAVE_PREFIX\n"
"                            DL_LDFLAGS                  OCTINCLUDEDIR\n"
"                            F77                         OCTLIBDIR\n"
--
                            + vars["ALL_CXXFLAGS"] + " "
                            + vars["DL_LDFLAGS"] + " "
                            + pass_on_options



and, after build, I get a working mkoctfile.

Thanks Friederich for this fix, I think it should be pushed ASAP.

c.



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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