help-octave
[Top][All Lists]
Advanced

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

Re: Compiling octave specifying path to GraphicsMagick library


From: Carnë Draug
Subject: Re: Compiling octave specifying path to GraphicsMagick library
Date: Mon, 2 Apr 2012 10:27:35 +0100

On 1 April 2012 19:47, John W. Eaton <address@hidden> wrote:
> On  1-Apr-2012, Ben Abbott wrote:
>
> | I may be inferring incorrectly, but have you tried to directly specify 
> MAGICK_LDFLAGS, MAGICK_LIBS, and MAGICK_CPPFLAGS before running ./configure ?
> |
> |       MAGICK_LIBS="-lGraphicsMagick++ -lGraphicsMagick  "
> |       MAGICK_LDFLAGS="-L/usr/local/lib  "
> |       MAGICK_CPPFLAGS="-I/usr/local/include/GraphicsMagick  "
> |       ./configure ...
> |
> | You'll need to change the paths to point to the proper directories.
>
> However, I think someone pointed out that these extra flags are used
> after CPPFLAGS and LDFLAGS, so you will always get the system
> header files and libraries if there is more than one version
> installed.  I think that's a bug.  Would someone like to fix it for
> graphics magick and all the other libraries that have similar
> problems?  Or at least report it as a bug so the issue won't be
> forgotten?

Hi

I really don't know how to work with this building tools so am unable
to fix it. But I reported the bug here
https://savannah.gnu.org/bugs/index.php?36064

Carnë


reply via email to

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