Page 1 of 1

undefined reference to `gtoparameters215_' problem

Posted: 11. Feb 2018, 12:40
by sara
Hello Florian
i'm sorry for my question it may seems a trivial one , when i use make Model=MSSM in SPheno i always get this problem can you please help me ??

Code: Select all

/home/sellam/.Mathematica/Applications/SPheno/MSSM/TadpoleEquations_MSSM.f90:232: undefined reference to `gtoparameters215_'
../lib/libSPhenoMSSM.a(TadpoleEquations_MSSM.o): In function `__tadpoles_mssm_MOD_solvetadpoleequationsvevs':
/home/sellam/.Mathematica/Applications/SPheno/MSSM/TadpoleEquations_MSSM.f90:208: undefined reference to `parameterstog215_'
../lib/libSPhenoMSSM.a(TadpoleEquations_MSSM.o): In function `__tadpoles_mssm_MOD_functad_vevssm_mssm':
/home/sellam/.Mathematica/Applications/SPheno/MSSM/TadpoleEquations_MSSM.f90:175: undefined reference to `gtoparameters215_'
../lib/libSPhenoMSSM.a(TadpoleEquations_MSSM.o): In function `__tadpoles_mssm_MOD_solvetadpoleequationsvevssm':
/home/sellam/.Mathematica/Applications/SPheno/MSSM/TadpoleEquations_MSSM.f90:151: undefined reference to `parameterstog215_'
collect2: error: ld returned 1 exit status
make[1]: *** [bin/SPhenoMSSM] Error 1
make[1]: Leaving directory `/home/sellam/.Mathematica/Applications/SPheno/MSSM'
make: *** [bin/SPheno] Error 2
what i must do ??

Re: undefined reference to `gtoparameters215_' problem

Posted: 11. Feb 2018, 16:18
by FStaub
Hi,

yes, sorry. That was I problem on my side and version 4.12.3 wasn't tested in all detail before the release because I was on parental leave. You need to add this line to the beginning of TadpoleEquations_MSSM.f90:

Code: Select all

Module Tadpoles_MSSM 
 
Use RGEs_MSSM 
...
Best,
Florian

Re: undefined reference to `gtoparameters215_' problem

Posted: 11. Feb 2018, 17:49
by sara
thank you it worked :)