xebd / accel-ppp

High performance PPTP/L2TP/PPPoE/IPoE server for Linux
GNU General Public License v2.0
296 stars 109 forks source link

CONFIG_X86_X32 enabled but no binutils support #17

Closed mluis closed 6 years ago

mluis commented 6 years ago

Happens while running make install.

msg

arch/x86/Makefile:148: CONFIG_X86_X32 enabled but no binutils support

pwd

/root/accel-ppp/build

xebd commented 6 years ago

this looks like not accel-ppp related

mluis commented 6 years ago

It happens when running make install from accel-ppp

xebd commented 6 years ago

what is your distro and build settings ?

mluis commented 6 years ago

Under Ubuntu 16.04.3 LTS was using cmake like:

cmake -DBUILD_DRIVER_ONLY=FALSE -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release -DRADIUS=TRUE -DNETSNMP=FALSE ..

Just pulled to the latest code. Didn't reproduced.