On 01/11/2019 03:47 PM, Pierre Labastie via lfs-dev wrote:
I'm not sure if this is intentional or not, but in chapter 6 readline, there is:

make SHLIB_LIBS="-L/tools/lib -lncursesw"

but then:

make SHLIB_LIBS="-L/tools/lib -lncurses" install

shouldn't the second one be also -lncursesw?

From  a style standpoint, yes.  However it is functionally the same:

$ cat /usr/lib/libncurses.so
INPUT(-lncursesw)

I'll fix it at the next commit.

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to