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

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

[Octave-bug-tracker] [bug #55282] QT_CPPFLAGS and QT_LDFLAGS command-lin


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55282] QT_CPPFLAGS and QT_LDFLAGS command-line / environment vars ignored by configure
Date: Sun, 30 Dec 2018 13:31:42 -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 #55282 (project octave):

                Severity:              3 - Normal => 1 - Wish               
                Priority:              5 - Normal => 1 - Later              
                  Status:            Works For Me => Confirmed              
             Open/Closed:                  Closed => Open                   
        Operating System:                  Mac OS => Any                    
                 Summary: QT_CPPFLAGS and QT_LDFLAGS not always present when
needed => QT_CPPFLAGS and QT_LDFLAGS command-line / environment vars ignored
by configure

    _______________________________________________________

Follow-up Comment #18:

I agree that is a good rephrasing of the issue, and agree that that does not
work. It also does not work for some other libraries used by Octave. It *does*
work for any library that we detect using the m4 macro OCTAVE_CHECK_LIB. It
does *not* work for FLTK_CPPFLAGS/LDFLAGS, MAGICK_CPPFLAGS/LDFLAGS,
LLVM_CPPFLAGS/LDFLAGS, and QT_CPPFLAGS/LDFLAGS, possibly some others.

To be specific, by way of example:


$ export MAGICK_CPPFLAGS=-I/usr/local/include/GraphicsMagick
$ ../configure MAGICK_CPPFLAGS=-I/usr/local/include/GraphicsMagick
[…]
$ grep ^MAGICK Makefile 
MAGICK_CPPFLAGS = -I/usr/include/GraphicsMagick
MAGICK_LDFLAGS = 
MAGICK_LIBS = -lGraphicsMagick++ -lGraphicsMagick


For any of these libraries, this can be easily worked around by using the
global CPPFLAGS and LDFLAGS user variables.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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