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: Thu, 12 Jul 2018 18:39:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #16, bug #48678 (project octave):

Several Octave Forge packages prepend or append to the 'LFLAGS' variable
specifically in order to modify the behavior of mkoctfile in their makefiles.
For example in the control package


LFLAGS := $(shell $(MKOCTFILE) -p LFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS)
$(FLIBS)


If we think we can solve all of the packages and external projects using
LFLAGS cleanly and quickly by the next release, then ok. But we might want to
help other developers transition. In other words, this is not just an internal
variable or something for users to query if they are curious, this is a
somewhat widely used interface.

    _______________________________________________________

Reply to this item at:

  <http://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]