On Aug 16, 2007, at 8:36 AM, Ali Gholami wrote:
Hi!I am installing GT on an AMD64 machine but after ruuing this command "globus$ ./configure --prefix=$GLOBUS_LOCATION" I get an error as following : checking build system type ... x86_64-unkonwn-linux-gnu Does somebody has any idea about this problem?
That is not an error. In the configure script we're just looking for: x86_64-*-*-*) so we don't care if the second field is unknown. Charles
