Alejandro Mery wrote:

please provide the complete build log, including
the ./configure stage ...


attached are ERROR_LOG, the entire build log. and cmd_wrapper.log including transformations done to gcc calls.

hi, i just discovered the reason of my problem.
configure detected dietlibc, enabled it's support but due to my make CC=gcc i overwrote.

Use dietlibc: yes
[...]
$make CC=gcc CPP=cpp CXX=g++ prefix=/usr
[...]
if gcc -DHAVE_CONFIG_H ....

instead of: if diet -Os gcc -DHAVE_CONFIG_H ...

./configure --disable-dietlibc was the initial way to solve this, (dietlibc is not mandatory), removing CC=gcc ... was the second. both worked, so the problem was the inconcistency i produced.

Thanks a lot for your help on #vserver,
Alejandro Mery

_______________________________________________
Vserver mailing list
[email protected]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to