Changes between Version 1 and Version 2 of HowotoinstallMadGRpahonSuSe102


Ignore:
Timestamp:
Apr 6, 2012, 4:33:03 PM (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowotoinstallMadGRpahonSuSe102

    v1 v2  
    1111To solve this issue symlink the  libgcc_s.so where is missing i.e. when you run locate libg cc_s.so you should match the following list (for x86_64 system).
    1212
    13 {{{ 
     13{{{
    1414~>locate libgcc_s.so
    1515/lib/libgcc_s.so.1
     
    2929To understand what's hppening go to the HELAS folder and issue "make"
    3030you should get a
    31 {{{ 
     31{{{
    3232~/MG_ME_V4.1.24/HELAS> make
    3333f77 -O -I. -c httsxx.F
     
    3737
    3838This is related to the missing compiler cc1, you just need to put into the PATH. Again a symlink is enough to make MG
    39 {{{n -s /usr/lib/gcc/i586-suse-linux/4.1.2/cc1 /bin/cc1}}}
     39{{{
     40n -s /usr/lib/gcc/i586-suse-linux/4.1.2/cc1 /bin/cc1
     41}}}
    4042should work on most  10.2-i586.
    4143
     
    4951If you still have this problem then change to HELAS folder and  issue
    5052 make. You should get
    51 {{{ 
     53{{{
    5254~/MG_ME_V4.1.24/HELAS> make
    5355f77 -O -I. -c httsxx.F
     
    5961To fix it you have to edit /usr/lib/gcc-lib/i586-suse-linux/3.3.5/specs
    6062Open this file and look for:
    61  {{{ 
     63 {{{
    6264*cpp_options:
    6365%(cpp_unique_options) %1 %{m*} %{std*} %{ansi} %{W*&pedantic*} %{w} %{f*} %{g*} %{O*} %{undef}
     
    7375change to MG_ME_V4.1.24/pythia-pgs/libraries/stdhep/mcfio
    7476find
    75 {{{ 
     77{{{
    7678FFLAGS= $(DFLG) -fdebug-kludge -fno-second-underscore
    7779}}}
     
    7981
    8082
     83