Hello all,
I wrote a code by pgfortran. When I want to compile it with pgfortran I received the following errors at link section:
ldc.o: In function ldc': (.text+0x21): undefined reference to
pghpf_init’
ldc.o: In function ldc': undefined reference to
pgf90io_src_info03’
undefined reference to pgf90io_print_init' undefined reference to
pgf90io_sc_ch_ldw’
.
.
.
Would you please help me how I can compile correctly the previously-written code with the new pgfortran compiler?
Thank you very much,
Behzad