Re: [PATCH 1/1] kbuild: solve the DSO link change issue

2012-12-09 Thread Cong Ding
Ping Michal, did you have any comments on this? - cong On Thu, Nov 29, 2012 at 05:21:28PM +, Cong Ding wrote: > when make menuconfig, it reports this error: > > /usr/bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to > symbol 'acs_map' > /usr/bin/ld: note: 'acs_map' is

Re: [PATCH 1/1] kbuild: solve the DSO link change issue

2012-12-09 Thread Cong Ding
Ping Michal, did you have any comments on this? - cong On Thu, Nov 29, 2012 at 05:21:28PM +, Cong Ding wrote: when make menuconfig, it reports this error: /usr/bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol 'acs_map' /usr/bin/ld: note: 'acs_map' is defined

[PATCH 1/1] kbuild: solve the DSO link change issue

2012-11-29 Thread Cong Ding
when make menuconfig, it reports this error: /usr/bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol 'acs_map' /usr/bin/ld: note: 'acs_map' is defined in DSO /lib64/libtinfo.so.5 so try adding it to the linker command line /lib64/libtinfo.so.5: could not read symbols:

[PATCH 1/1] kbuild: solve the DSO link change issue

2012-11-29 Thread Cong Ding
when make menuconfig, it reports this error: /usr/bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol 'acs_map' /usr/bin/ld: note: 'acs_map' is defined in DSO /lib64/libtinfo.so.5 so try adding it to the linker command line /lib64/libtinfo.so.5: could not read symbols: