octave-maintainers
[Top][All Lists]
Advanced

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

patch for gui linking order


From: marco atzeri
Subject: patch for gui linking order
Date: Wed, 08 Aug 2012 07:16:36 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0

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.

Regards
Marco

Attachment: gui_link_precedence.patch
Description: Text document


reply via email to

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