Hi all,
I'm new to this community.
I was trying to install mira 4 on my fedora 15 machine, and had encountered a lot of problems.
I already googled them but I didn't find the solution.
$ ./configure
--------------------------------------------------------------------------
Summary of MIRA configuration
--------------------------------------------------------------------------
Building version ................................. 4.0rc2_linux-gnu_x86_64_dynamic
We are building on ............................... Linux
CPU supports 64 bit? ............................. yes
Compiler ......................................... gcc
Compiler optimisation flags used ................. -O3 -funroll-loops
Do we compile in 64 bit? ......................... yes
Building completely static? ...................... no
BOOST expected to compile and link? .............. yes
Linking with TCmalloc library? ................... yes
$ make
make[5]: *** [sam_collect.o] Error 1
make[5]: Leaving directory `/NAS3/mira-4.0rc2/src/mira'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/NAS3/mira-4.0rc2/src/mira'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/NAS3/mira-4.0rc2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/NAS3/mira-4.0rc2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/NAS3/mira-4.0rc2'
make: *** [all] Error 2
Any suggestion what I should do?
Thanks,
Sam
I'm new to this community.
I was trying to install mira 4 on my fedora 15 machine, and had encountered a lot of problems.
I already googled them but I didn't find the solution.
$ ./configure
--------------------------------------------------------------------------
Summary of MIRA configuration
--------------------------------------------------------------------------
Building version ................................. 4.0rc2_linux-gnu_x86_64_dynamic
We are building on ............................... Linux
CPU supports 64 bit? ............................. yes
Compiler ......................................... gcc
Compiler optimisation flags used ................. -O3 -funroll-loops
Do we compile in 64 bit? ......................... yes
Building completely static? ...................... no
BOOST expected to compile and link? .............. yes
Linking with TCmalloc library? ................... yes
$ make
make[5]: *** [sam_collect.o] Error 1
make[5]: Leaving directory `/NAS3/mira-4.0rc2/src/mira'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/NAS3/mira-4.0rc2/src/mira'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/NAS3/mira-4.0rc2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/NAS3/mira-4.0rc2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/NAS3/mira-4.0rc2'
make: *** [all] Error 2
Any suggestion what I should do?
Thanks,
Sam
Comment