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

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

[Octave-bug-tracker] [bug #37070] incorrect link order for the gui on cy


From: marco atzeri
Subject: [Octave-bug-tracker] [bug #37070] incorrect link order for the gui on cygwin
Date: Fri, 10 Aug 2012 10:09:51 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1

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

                 Summary: incorrect link order for the gui on cygwin
                 Project: GNU Octave
            Submitted by: matzeri
            Submitted on: Fri 10 Aug 2012 10:09:50 AM GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: Marco Atzeri
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

attached patch to solve the link order for the gui on cygwin on
changeset:   3735a0e783cb

This

octave_gui_LDFLAGS = address@hidden@ -lQtCore -lQtGui -lQtNetwork -lqscintilla2

does not work as LDFLAGS is used at the beginning of the link,
before the objects, so the symbols are unresolved.

In this way

octave_gui_LDADD = libqterminal.la \
                   ../../src/liboctinterp.la \
                    ../../liboctave/liboctave.la \
                   ../../libcruft/libcruft.la \
                  address@hidden@ -lQtCore -lQtGui -lQtNetwork -lqscintilla2

the graphics library are in the correct order.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 10 Aug 2012 10:09:50 AM GMT  Name: gui_link_precedence.patch  Size:
591B   By: matzeri

<http://savannah.gnu.org/bugs/download.php?file_id=26341>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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