[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63437] Null pointer dereference in file-edito
From: |
Markus Mützel |
Subject: |
[Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc |
Date: |
Mon, 5 Dec 2022 11:18:35 -0500 (EST) |
Follow-up Comment #32, bug #63437 (project octave):
If I read the logs correctly, the commands for linking the octave-svgconvert
executable were:
/bin/sh ./libtool --tag=CXX --mode=link g++ -pthread -fopenmp -Wall -W
-Wshadow -Woverloaded-virtual -Wold-style-cast -Wformat -Wpointer-arith
-Wwrite-strings -Wcast-align -Wcast-qual -g -O2 -o
src/octave-svgconvert.exe src/octave_svgconvert-octave-svgconvert.o -lQt5Xml
-lQt5Core -lQt5Sql -lQt5Help -lQt5Network -lQt5PrintSupport -lQt5Gui
-lQt5Widgets -lqscintilla2-qt5 -lpthread -lm
Cygwin is an "intermediate" between Windows and Linux.
It looks like we don't need to do anything special when linking for MinGW
(where linking suceeds):
/bin/sh ./libtool --tag=CXX --mode=link g++ -pthread -fopenmp -Wall -W
-Wshadow -Woverloaded-virtual -Wold-style-cast -Wformat -Wpointer-arith
-Wwrite-strings -Wcast-align -Wcast-qual -g -O2 -municode -o
src/octave-svgconvert.exe src/octave_svgconvert-octave-svgconvert.o -lQt5Help
-lQt5Sql -lQt5Network -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Xml
-lQt5Core -lqscintilla2_qt5 -lshlwapi -lgdi32 -lpthread -lm
One thing that might be a significant difference: Tho order in which the Qt
libraries are linked differs for the two targets...
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63437>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/01
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/01
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, Arun Giridhar, 2022/12/01
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/01
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, Arun Giridhar, 2022/12/01
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/02
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/04
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, Markus Mützel, 2022/12/05
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, Markus Mützel, 2022/12/05
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/05
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc,
Markus Mützel <=
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, Torsten Lilge, 2022/12/05
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/05
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/06
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, Markus Mützel, 2022/12/07
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, Rik, 2022/12/20