On Friday 14 May 2010 04:27:33 Minh Nguyen wrote: > Hi Jason, > > On Fri, May 14, 2010 at 9:46 AM, Jason Moxham <[email protected]> > wrote: > > <SNIP> > > > How did you get fulvia to build OK ? did it pass make check? > > From eno on an NFS disk (i.e. under my home directory), checkout > trunk. Then ssh to fulvia and build: > > * Build went OK. > * "make check" failed with the following error: > > make[4]: Entering directory `/home/mvngu/sandbox/fulvia/mpir/tests' > /bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu99 -O2 -m64 > -march=core2 -mtune=core2 -o libtests.la memory.lo misc.lo > refmpf.lo refmpn.lo refmpq.lo refmpz.lo spinner.lo trace.lo > x86_64call.lo x86_64check.lo ../libmpir.la > libtool: link: cannot find the library `../libmpir.la' or unhandled > argument `../libmpir.la' > make[4]: *** [libtests.la] Error 1 > make[4]: Leaving directory `/home/mvngu/sandbox/fulvia/mpir/tests' > make[3]: *** [check-am] Error 2 > make[3]: Leaving directory `/home/mvngu/sandbox/fulvia/mpir/tests' > make[2]: *** [check-recursive] Error 1 > make[2]: Leaving directory `/home/mvngu/sandbox/fulvia/mpir/tests' > make[1]: *** [check-recursive] Error 1 > make[1]: Leaving directory `/home/mvngu/sandbox/fulvia/mpir' > make: *** [check] Error 2 > > Not discouraged, I tried again. Under my home directory on eno, check > out trunk. Then ssh to fulvia and copy the source tree to a local disk > (i.e. under /tmp on fulvia): > > * Build went OK. > * "make check" failed with the same failure as above: > > gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -m64 -march=core2 > -mtune=core2 -c x86_64check.c -fPIC -DPIC -o .libs/x86_64check.o > gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -m64 -march=core2 > -mtune=core2 -c x86_64check.c -o x86_64check.o >/dev/null 2>&1 > /bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu99 -O2 -m64 > -march=core2 -mtune=core2 -o libtests.la memory.lo misc.lo > refmpf.lo refmpn.lo refmpq.lo refmpz.lo spinner.lo trace.lo > x86_64call.lo x86_64check.lo ../libmpir.la > libtool: link: cannot find the library `../libmpir.la' or unhandled > argument `../libmpir.la' > make[4]: *** [libtests.la] Error 1 > make[4]: Leaving directory `/tmp/mvngu/mpir/tests' > make[3]: *** [check-am] Error 2 > make[3]: Leaving directory `/tmp/mvngu/mpir/tests' > make[2]: *** [check-recursive] Error 1 > make[2]: Leaving directory `/tmp/mvngu/mpir/tests' > make[1]: *** [check-recursive] Error 1 > make[1]: Leaving directory `/tmp/mvngu/mpir' > make: *** [check] Error 2 > > > do you use the > > skynet_bash_profile ? > > Yes. I source that profile from within my bash profile.
Strange , I get the ELFCLASS32 error , which before setting CFLAGS=-m64 fixed it. Jason -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.
