Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
I'm having problems configuring cvsnt on FC 5. Using this command: $ ./configure 1>/dev/null gives this output: ./config.guess: line 984: [01: command not found ./config.guess: line 984: 31mLIBC=gnu: command not found ./configure: line 1873: ac_make[01: command not found ./configure: line 1873: 31mtemp=make: command not found ./configure: line 1795: ac_make[01: command not found ./configure: line 1795: 31mtemp=make: command not found ./config.guess: line 998: [01: command not found ./config.guess: line 998: 31mLIBC=gnu: command not found expr: syntax error ./config.guess: line 153: [01: command not found ./config.guess: line 153: 31mLIBC=gnu: command not found ./config.guess: line 1002: [01: command not found ./config.guess: line 1002: 31mLIBC=gnu: command not found Invalid configuration `i686-pc-linux-': machine `i686-pc-linux' not recognized configure: error: /bin/sh ./config.sub i686-pc-linux- failed configure: error: /bin/sh './configure' failed for pcre So I'm guessing there's character encoding mismatches for some reason. The shell is UTF-8. What can I do? Justin