Topic: Problem with Ckit and Elixir!
Hi BP!
I downloaded 2 packages Ckit and Elixir from website (http://hogwarts.ucsd.edu/~pkrysl/software.html). After untar those packages, I tried to configure them by the command ./configure! however, I got some errors:
here is from Elixir:
-------------------------------------------------------------
thuongnm@thuongnm-laptop:~/program/Elixir$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/thuongnm/program/Elixir/config/missing: Unknown `--run' option
Try `/home/thuongnm/program/Elixir/config/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for library containing strerror... none required
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... yes
checking compile with prototypes... yes (gcc )
checking for gm4... no
checking for gnum4... no
checking for m4... no
checking for _get_list_next in -lckit... no
checking Looking for Ckit in probable locations... configure: WARNING: Ckit library not found in standard places -- set -L
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ckitcfg.h usability... no
checking ckitcfg.h presence... no
checking for ckitcfg.h... no
checking Looking for Ckit headers in probable locations... configure: WARNING: Ckit includes not found in standard places -- set -I
checking for an ANSI C-conforming const... yes
checking for getcwd... yes
checking for getwd... yes
checking for memcpy... yes
checking for qsort... yes
checking for random... yes
checking for rand... yes
checking for setpwent... yes
checking for strchr... yes
checking for strerror... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XawDialogGetValueString in -lXaw... yes
checking Support for shared libraries... shared ar (linux-gnu): ld -shared -o
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in
----------------------------------
and here is from Ckit:
thuongnm@thuongnm-laptop:~/program/Ckit$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/thuongnm/program/Ckit/config/missing: Unknown `--run' option
Try `/home/thuongnm/program/Ckit/config/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for library containing strerror... none required
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... yes
checking compile with prototypes... yes (gcc )
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking for gettimeofday... yes
checking for random... yes
checking for rand... yes
checking for strerror... yes
checking for times... yes
checking Support for shared libraries... shared ar (linux-gnu): ld -shared -o
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in
-----------------------------------------------
I don't know how to fix these errors! please help me!
One more question! once I fixed these errors successfully,wil this command work when I do the configure:
./configure OOFEM_TARGET=oofeg-release --enable-oofeg --with-CKITDIR=/home/thuongnm/program/Ckit --with-ELIXIRDIR=/home/thuongnm/program/Elixir
thank you very much!