You are not logged in.

#1 2008-11-22 09:52:46

Envil
Member
Registered: 2008-11-18
Posts: 52

problem with make/libtool

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

Board footer

Powered by FluxBB