|
| From: | Tatsuro MATSUOKA |
| Subject: | [Octave-bug-tracker] [bug #49018] mxe-octave GNU/Linux native build: unable to link with Qscintilla |
| Date: | Fri, 9 Sep 2016 03:48:10 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A |
Follow-up Comment #13, bug #49018 (project octave):
JWE Thanks for the nm command.
For native build, libqscintilla2.so.12.0.2
$ LANG=C nm --demangle usr/lib/libqscintilla2.so.12.0.2
nm: usr/lib/libqscintilla2.so.12.0.2: no symbols
Another library e.g. libpng16.so.16.23.0
$ LANG=C nm --demangle usr/lib/libpng16.so.16.23.0 | head
0000000000027360 r CSWTCH.107
0000000000027340 r CSWTCH.108
0000000000027ca0 r D50_nCIEXYZ
0000000000000000 A PNG16_0
0000000000231db8 d _DYNAMIC
0000000000232000 d _GLOBAL_OFFSET_TABLE_
w _ITM_deregisterTMCloneTable
w _ITM_registerTMCloneTable
w _Jv_RegisterClasses
0000000000030f28 r __FRAME_END__
In the case of cross build of libqscintilla2:
$ nm --demangle usr/x86_64-w64-mingw32/lib/libqscintilla2.a | grep
"QsciLexerSQL::QsciLexerSQL"
0000000000000000 T QsciLexerSQL::QsciLexerSQL(QObject*)
0000000000000000 T QsciLexerSQL:l:QsciLexerSQL(QObject*)
On current mxe-octave, libqscintilla2 is not built correctly on the native
build.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49018>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |