Topic: Ckit Installing problem

I am trying to installing Ckit. after running ./configure .. its stops and giving the error?

checking build system type... Invalid configuration `i686-unknown-linux': machine `i686-unknown' not recognized

any idea?

-Yogesh

2

Re: Ckit Installing problem

Hi, similar problems have been already solved, see and try the following:

http://www.oofem.org/forum/viewtopic.php?id=25

and here:
http://www.oofem.org/forum/viewtopic.php?id=215

Borek

Re: Ckit Installing problem

Thanks for the information.. Now there is one another problem.. after installing the Ckit and Elixir when I am trying to configure at main directory, then its giving this error

yogesh@yogesh-laptop:~/oofem$ ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
./configure: 634: Syntax error: word unexpected (expecting ")")


any idea?

thanks

Re: Ckit Installing problem

thanks for the help
this is another problem I am facing after compiling Elixir and Ckit..

yogesh@yogesh-laptop:~/trunk$ ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
./configure: 634: Syntax error: word unexpected (expecting ")")
yogesh@yogesh-laptop:~/trunk$

any idea?

thanks
-Yogesh

5

Re: Ckit Installing problem

Hi,

this is strange, you can try to generate ./configure script by yourself by invoking autoconf command in oofem top directory. This will read configure.in and generates configure script.

Borek