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

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

[Octave-bug-tracker] [bug #45632] "make install" fails with "GraphicsMag


From: cto
Subject: [Octave-bug-tracker] [bug #45632] "make install" fails with "GraphicsMagick" built from source
Date: Sun, 26 Jul 2015 17:04:13 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0

URL:
  <http://savannah.gnu.org/bugs/?45632>

                 Summary: "make install" fails with "GraphicsMagick" built
from source
                 Project: GNU Octave
            Submitted by: cto
            Submitted on: Sun 26 Jul 2015 05:04:12 PM GMT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

installed GraphicsMagick from source with g++ 5.1 in: 
/usr/packs/graphics_magick-1.3.21
then defined the following (otherwise it does not find the library and
disables image IO): 
export
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/packs/graphics_magick-1.3.21/lib/pkgconfig
then built octave-4.0.0 from source:
./configure (reports the correct CPPFLAGS, LDFLAGS paths, for Magick++) 

"make" gives the error below:
/bin/sed: can't read /usr/packs/lib/libstdc++.la: No such file or directory
libtool: link: `/usr/packs/lib/libstdc++.la' is not a valid libtool archive
make[3]: *** [dldfcn/__magick_read__.la] Error 1

the "libstdc++.la" exists in the folder "/usr/packs/gcc_5.1/lib" (the folder
of g++ 5.1 compiler)

I bypassed the above error, by restarting "make" which completes to the end.

then "make check" and "./run_octave" work all right but the "make install"
fails:
lib/octave/4.0.0/__magick_read__.la
/usr/bin/install: cannot stat `dldfcn/.libs/__magick_read__.lai': No such file
or directory

In the meantime I run octave from the local build directory with
"./run_octave" but probably with incomplete functionality. 





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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