Re: [SIESTA-L] compile the plrho

2010-07-24 Por tôpico Marcos Veríssimo Alves
I don't know what compiler f95 is, but if you have to pass a directory and a library in it to the linker, just do it in the same way that is done in arch.make: -L/directory/where/pgplot/is -lpgplot Marcos On Sat, Jul 24, 2010 at 4:57 AM, Fen Hong wrote: > Marcos, > Thank you very much. I have

Re: [SIESTA-L] compile the plrho

2010-07-23 Por tôpico Fen Hong
Marcos, Thank you very much. I have compiled the Pgplot by f95 since the siesta was also compiled by f95. While according to installation guide, "f95 plrho.f -lX11 -lpgplot -o plrho " and set the enviroment like this “export PGPLOT_DIR=/home/fen/pgplot export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PGPLO

Re: [SIESTA-L] compile the plrho

2010-07-23 Por tôpico Marcos Veríssimo Alves
Fen, Obviously is is not possible to use g77 to compile siesta, since it is written in Fortran 90 and g77 is a Fortran 77 compiler. However, you can simply download and install good free (gpl-wise and money-wise) fortran 90 compilers. It could even be that your system has gfortran already installe

[SIESTA-L] compile the plrho

2010-07-23 Por tôpico Fen Hong
Dear all , I want to check the *.IOCH file while the pgplot library is nessary. The compiler should be same between the siesta and pgplot. I tried to use f95 to compile the pgplot, but failed. So I want to use g77 to compile siesta, is it possible? how to do it ? Yours, Fen