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

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

[Octave-bug-tracker] [bug #48678] mkoctfile returns linker flags on LFLA


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48678] mkoctfile returns linker flags on LFLAGS instead of LDFLAGS
Date: Fri, 4 Jan 2019 02:51:18 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Update of bug #48678 (project octave):

                  Status:                   Fixed => In Progress            
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #21:

I think you lost something important in this change.

Previously, let's say I build Octave with LDFLAGS="-Wl,-z,relro". That option
was encoded into mkoctfile as LDFLAGS, while LFLAGS was
"-L/usr/lib/octave/4.4.1". Both of these options were added into the mkoctfile
linker stage and both were important. The original value of LDFLAGS needs to
be appended or prepended somewhere.

Also it looks like LDFLAGS is showing up twice in the link command, once as
part of ALL_LDFLAGS and once as itself.

I'm finishing something else at the moment but I will try to spend some time
on this.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?48678>

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




reply via email to

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