Bug#900839: libncurses-dev: static linking requires -lgpm

2018-06-18 Thread Thomas Dickey
On Mon, Jun 18, 2018 at 08:04:36PM +0200, Sven Joachim wrote: > On 2018-06-06 18:09 -0400, Thomas Dickey wrote: > > > On Wed, Jun 06, 2018 at 11:08:18PM +0200, Sven Joachim wrote: > >> On 2018-06-06 16:09 -0400, Thomas Dickey wrote: > >> > >> > On Wed, Jun 06, 2018 at 07:39:42PM +0200, Sven Joach

Bug#900839: libncurses-dev: static linking requires -lgpm

2018-06-18 Thread Sven Joachim
On 2018-06-06 18:09 -0400, Thomas Dickey wrote: > On Wed, Jun 06, 2018 at 11:08:18PM +0200, Sven Joachim wrote: >> On 2018-06-06 16:09 -0400, Thomas Dickey wrote: >> >> > On Wed, Jun 06, 2018 at 07:39:42PM +0200, Sven Joachim wrote: >> >> On 2018-06-05 21:43 +0200, Sven Joachim wrote: >> > ... >>

Bug#900839: libncurses-dev: static linking requires -lgpm

2018-06-06 Thread Thomas Dickey
On Wed, Jun 06, 2018 at 11:08:18PM +0200, Sven Joachim wrote: > On 2018-06-06 16:09 -0400, Thomas Dickey wrote: > > > On Wed, Jun 06, 2018 at 07:39:42PM +0200, Sven Joachim wrote: > >> On 2018-06-05 21:43 +0200, Sven Joachim wrote: > > ... > >> >> | > >> >> /usr/lib/gcc/i686-linux-gnu/7/../../../

Bug#900839: libncurses-dev: static linking requires -lgpm

2018-06-06 Thread Sven Joachim
On 2018-06-06 16:09 -0400, Thomas Dickey wrote: > On Wed, Jun 06, 2018 at 07:39:42PM +0200, Sven Joachim wrote: >> On 2018-06-05 21:43 +0200, Sven Joachim wrote: > ... >> >> | >> >> /usr/lib/gcc/i686-linux-gnu/7/../../../i386-linux-gnu/libncurses.a(lib_mouse.o): >> >> In function `mouse_activate

Bug#900839: libncurses-dev: static linking requires -lgpm

2018-06-06 Thread Thomas Dickey
On Wed, Jun 06, 2018 at 07:39:42PM +0200, Sven Joachim wrote: > On 2018-06-05 21:43 +0200, Sven Joachim wrote: ... > >> | > >> /usr/lib/gcc/i686-linux-gnu/7/../../../i386-linux-gnu/libncurses.a(lib_mouse.o): > >> In function `mouse_activate': > >> | (.text+0x1032): undefined reference to `gpm_fd'

Bug#900839: libncurses-dev: static linking requires -lgpm

2018-06-06 Thread Sven Joachim
On 2018-06-05 21:43 +0200, Sven Joachim wrote: > On 2018-06-05 21:01 +0200, Sven Joachim wrote: > >> Package: libncurses-dev >> Version: 6.1+20180210-4 >> Severity: normal >> >> Linking a program as trivial as the following statically fails: >> >> #include >> >> int main(void) >> { >> initsc

Bug#900839: libncurses-dev: static linking requires -lgpm

2018-06-05 Thread Sven Joachim
On 2018-06-05 21:01 +0200, Sven Joachim wrote: > Package: libncurses-dev > Version: 6.1+20180210-4 > Severity: normal > > Linking a program as trivial as the following statically fails: > > #include > > int main(void) > { > initscr(); > endwin(); > return 0; > } > > > , > |

Bug#900839: libncurses-dev: static linking requires -lgpm

2018-06-05 Thread Sven Joachim
Package: libncurses-dev Version: 6.1+20180210-4 Severity: normal Linking a program as trivial as the following statically fails: #include int main(void) { initscr(); endwin(); return 0; } , | $ LANG=C gcc curses_min.c -static $(pkg-config --static --libs ncurses) | /usr/lib/gcc/i686-li