Rob Landley <[email protected]> wrote: > On 07/20/2016 10:45 AM, David Henderson wrote: > > Good morning everyone. I'm trying to run the 'make menuconfig' to > > configure BB but I keep getting a 'collect2: error:'. What are the > > dependencies that are necessary to get this going? Currently I have > > the basics like gcc, ncurses-dev, ncurses, etc. > > collect2 is a wrapper around ld that handles C++ global initializers. > It's been part of binutils for over a decade, and should be in your > $PATH if you have binutils installed. > > What toolchain are you using, and can it build and run "hello world"? > > Rob
In Centos 7 I've found I need to add qt-devel, kmod-devel, and ncurses-devel for the functions I need to compile in busybox. I believe the ncurses-devel was required to use 'make menuconfig'. Rich _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
