Dear Sebastien,
Acttually the same problem I have as a result:
mpif90 -o kind_explorer -Vaxlib -static kind_explorer.o
/opt/intel/fc/lib/libifcore.a(for_open_proc.o): In function
`for__compute_filename.':
./src/libfor/for_open_proc.c:(.text+0xc14): warning: Using 'getpwnam'
in statically linked applications requires at runtime the shared
libraries from the glibc version used for linking
./src/libfor/for_open_proc.c:(.text+0xd05): warning: Using 'getpwuid'
in statically linked applications requires at runtime the shared
libraries from the glibc version used for linking
/usr/lib/libc.a(iofclose.o):(.eh_frame+0x121): undefined reference to
`__gcc_personality_v0'
/usr/lib/libc.a(iofputs.o): In function `fputs':
(.text+0x102): undefined reference to `_Unwind_Resume'
/usr/lib/libc.a(iofputs.o):(.eh_frame+0xde): undefined reference to
`__gcc_personality_v0'
/usr/lib/libc.a(wfileops.o): In function `_IO_wfile_underflow':
(.text+0x1224): undefined reference to `_Unwind_Resume'
/usr/lib/libc.a(wfileops.o):(.eh_frame+0xde): undefined reference to
`__gcc_personality_v0'
/usr/lib/libc.a(freopen64.o): In function `freopen64':
(.text+0x1f3): undefined reference to `_Unwind_Resume'
/usr/lib/libc.a(freopen64.o):(.eh_frame+0xde): undefined reference to
`__gcc_personality_v0'
/usr/lib/libc.a(fileops.o): In function `_IO_file_underflow':
(.text+0x14ab): undefined reference to `_Unwind_Resume'
/usr/lib/libc.a(fileops.o): In function `_IO_file_fopen':
(.text+0x1ccb): undefined reference to `_Unwind_Resume'
/usr/lib/libc.a(fileops.o):(.eh_frame+0xde): undefined reference to
`__gcc_personality_v0'
/usr/lib/libc.a(syslog.o): In function `openlog':
(.text+0x332): undefined reference to `_Unwind_Resume'
/usr/lib/libc.a(syslog.o): In function `__vsyslog_chk':
(.text+0x87f): undefined reference to `_Unwind_Resume'
/usr/lib/libc.a(syslog.o): In function `__vsyslog_chk':
(.text+0x891): undefined reference to `_Unwind_Resume'
/usr/lib/libc.a(syslog.o): In function `closelog':
(.text+0x9b8): undefined reference to `_Unwind_Resume'
/usr/lib/libc.a(syslog.o):(.eh_frame+0x166): undefined reference to
`__gcc_personality_v0'
/usr/lib/libc.a(backtrace.o): In function `backtrace':
(.text+0x54): undefined reference to `_Unwind_Backtrace'
/usr/lib/libc.a(backtrace.o): In function `backtrace_helper':
(.text+0x10a): undefined reference to `_Unwind_GetIP'
/usr/lib/libc.a(backtrace.o): In function `backtrace_helper':
(.text+0x12f): undefined reference to `_Unwind_GetGR'
/usr/lib/libc.a(backtrace.o): In function `backtrace_helper':
(.text+0x13a): undefined reference to `_Unwind_GetCFA'
/usr/lib/libc.a(iofwrite.o): In function `fwrite':
(.text+0x125): undefined reference to `_Unwind_Resume'
/usr/lib/libc.a(iofwrite.o):(.eh_frame+0xde): undefined reference to
`__gcc_personality_v0'


On 08/02/07, Sebastien LeRoux <[EMAIL PROTECTED]> wrote:
Yurko Natanzon a écrit :
> Dear Sebastien,
> thank you for your help. I was confused with mpif90 output and thought
> that it didn't work. Now I've recompiled successfully blacs and
> scalapack with mpif90/mpicc, but now the siesta compilation fails at
> the beginning:
> ...
> make[2]: Entering directory `/opt/siesta/Src/MPI'
> mpif90 -o kind_explorer -Vaxlib -static kind_explorer.o
> /opt/intel/fc/lib/libifcore.a(for_open_proc.o): In function
> `for__compute_filename.':
Your arch.make is ok, the problem comes from the compilation of MPI
interface tools for Siesta
do the following commands and try to compile again:

]% cd  siesta/Src/MPI
]% make clean
you can test the following line:
]% mpif90 -o kind_explorer -Vaxlib -static kind_explorer.f90
'you may have a problem here that's what appears in your output'
Anyway create the MPI modules:
]% make
then compile siesta:
]% cd ..
]% make

Best.

--
====================================================
Sébastien Le Roux
Doctorant
LPMC-Institut C. Gerhardt UMR 5253
CC003
Université de Montpellier II
Place E. Bataillon
34095 MONTPELLIER cedex 05
E mail: [EMAIL PROTECTED]
Tel: +33(0)4.67.14.41.21
Fax: +33(0)4.67.14.41.90
====================================================



--
Yurko Natanzon
PhD Student
Henryk Niewodniczański Institute of Nuclear Physics
Polish Academy of Sciences
ul. Radzikowskiego 152,
31-342 Kraków, Poland
Email: [EMAIL PROTECTED], [EMAIL PROTECTED]

Reply via email to