|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://theory.sinp.msu.ru/pipermail/comphep-common/2012/000167.html
Дата изменения: Thu Apr 18 22:50:42 2013 Дата индексирования: Fri Feb 28 06:36:29 2014 Кодировка: |
Dear all,
I have tried to instal CompHEP: comphep-4.5.1 in MAcBook Air.
However I get an error at the end of the compilation and I don't know how
to handle this:
1- ./configure
-n checking for OS and C-compiler ...
OS=Darwin, CC=gcc
-n checking char type...
signed.
-n checking for long type...
long is 8 bytes.
-n checking for X11 libs ...
OK
==============================
=========
To compile CompHEP input make command
=======================================
2- Then I've tried to complied by doing make :
...
...
...
...
...
...
ar: creating archive ../../lib/libtab.a
make -C external
g77 -c suspect2_call.f
g77 -c bsg.f
g77 -c suspect2.f
g77 -c twoloophiggs.f
g77 -c FeynHiggsFast.f
g77 -c FeynHiggsFastCodes.f
g77 -c FeynHiggsFastSub.f
g77 -c delrhoFastSub.f
ar: creating archive ../lib/libexternal.a
if (test ! -f lib/libevents.a ); then ranlib -c lib/libevents.a; fi
if (test ! -f lib/libexternal.a); then ranlib -c lib/libexternal.a; fi
if (test ! -f lib/libmix.a ); then ranlib -c lib/libmix.a; fi
if (test ! -f lib/libmssm.a ); then ranlib -c lib/libmssm.a; fi
if (test ! -f lib/libnum.a ); then ranlib -c lib/libnum.a; fi
if (test ! -f lib/libpdf.a ); then ranlib -c lib/libpdf.a; fi
if (test ! -f lib/libserv.a ); then ranlib -c lib/libserv.a; fi
if (test ! -f lib/libsymb.a ); then ranlib -c lib/libsymb.a; fi
if (test ! -f lib/libtab.a ); then ranlib -c lib/libtab.a; fi
if (test ! -f lib/libtranls.a ); then ranlib -c lib/libtranls.a; fi
gcc -o bin/tab_view.exe src/plot/view_tab.o -lnum
-lserv -Llib -L/usr/X11R6/lib -lX11 -lm -lg2c
ld: warning: ignoring file /usr/local/lib/libg2c.dylib, file was built for
unsupported file format which is not the architecture being linked (x86_64)
gcc -o bin/mix.exe src/num/mix.o -lmix
-levents -lnum -lserv -Llib -L/usr/X11R6/lib -lX11 -lm -lg2c
ld: warning: ignoring file /usr/local/lib/libg2c.dylib, file was built for
unsupported file format which is not the architecture being linked (x86_64)
gcc -o bin/translator.exe src/num/translator.o src/num/alphas2.o -ltranls
-levents -lpdf -lserv -Llib -L/usr/X11R6/lib -lX11 -lm -lg2c
ld: in lib/libpdf.a, archive has no table of contents for architecture
x86_64
collect2: ld returned 1 exit status
My understanding is that this version can not be complied with 64 bit
machines ? or mybe I am missing something ... I'have tried the same with:
./configure -m64
and still not compiling.
Could you please give more information about this.
Thanks a lot for your help in advance,
Regards,
Rach
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://theory.sinp.msu.ru/pipermail/comphep-common/attachments/20120722/de6a9e91/attachment-0002.html>