You are not logged in.
Pages: 1
When running make for a C++ project generated by kdevelop it will spawn tons of "sed s%^.*/%%" and "sh" processes and makes the pc unusable.
This happens when trying to build it from kdevelop or running make myself from the terminal.
[envil@insurgency socketclass]$ make
make all-recursive
make[1]: Entering directory `/home/envil/socketclass'
Making all in src
make[2]: Entering directory `/home/envil/socketclass/src'
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -o socketclass socketclass.o
At this point it starts spawning sed/sh over and over.
using make version 3.81-3 and libtool-2.2.6a-1
Offline
Pages: 1