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

[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/




reply via email to

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