Compilation errors in Linix

When compiling ace, openssl libraries. When compiling mysql, apache. Drives in an error, for example:

make[1]: Entering directory '/root/ACE_wrappers/build/ace'.

During configuration:

checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu

Throw in some ideas.

Author: Nicolas Chabanovsky, 2012-11-26

1 answers

I don't see any mistakes here. These are the usual messages about progress, they say, we go in, check, determine. The architecture of x86_64-unknown-linux-gnu is a little confusing (although it may be normal, I don't remember), but this in itself is not a bug.

 3
Author: drdaeman, 2012-11-26 17:58:19