Hello Zuheyr, * zuheyr wrote on Sat, Nov 01, 2008 at 12:42:05PM CET: > > I amusing Ubuntu Linux 8.10 on a Dell Inspiron 530S Intel Core 2 duo > desktop. > > [EMAIL PROTECTED]:/home/zuheyr/Ztmp/dateshift-1.0# uname -a > Linux zuheyr-desktop 2.6.27-7-generic #1 SMP Thu Oct 30 04:12:22 UTC 2008 > x86_64 GNU/Linux > > I am trying to install dateshift > > configure fails with errors....: > > checking host system type... Invalid configuration > `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
How old is this dateshift package? Could it be that it was created with config.guess and config.sub files from before the time when x86_64 systems existed? In that case - you may not have much fun with such an old package anyway (at least if it's really the package that I found searching the net, which includes a kernel modules), - you could get by with simply installing updated config.guess and config.sub files in the package, - but the libtool configuration (which looks quite ancient, ltconfig is not used since 1.5.x any more) could break things quite hard for you. Maybe the best for you to either look for a significantly newer version of that package, or a different package that provides equivalent functionality. Hope that helps. Cheers, Ralf