Re: Error when Installing OpenMX 3.9 ( No.1 ) |
- Date: 2020/10/07 17:48
- Name: Naoya Yamaguchi
- Hi,
Please try the following. $ make clean && make install
Regards, Naoya Yamaguchi
|
Re: Error when Installing OpenMX 3.9 ( No.2 ) |
- Date: 2020/10/09 18:13
- Name: Han
- Hi,
Thank you for your advice, the installation process has completed successfully. But now i face another error when installing 3.9.2 patch. This is the error message that i got: /usr/bin/ld: /lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make: *** [makefile:1117: MulPOnly] Error 1
Do you have any additional suggestion ?
Regards, Han
|
Re: Error when Installing OpenMX 3.9 ( No.3 ) |
- Date: 2020/10/10 02:28
- Name: Naoya Yamaguchi
- Dear Han,
Please modify the following lines in MulPOnly; MulPOnly: MulPOnly.o read_scfout.o Inputtools_kSpin.o EigenValue_Problem.o Eigen_HH.o Tools_BandCalc.o GetOrbital.o SigmaEK.o $(CC) $^ $(LIB) -o $@ and add "-lm" as follows. MulPOnly: MulPOnly.o read_scfout.o Inputtools_kSpin.o EigenValue_Problem.o Eigen_HH.o Tools_BandCalc.o GetOrbital.o SigmaEK.o $(CC) $^ $(LIB) -lm -o $@
Regards, Naoya Yamaguchi
|