How to Fix 'Undefined Symbol: G77_date_and_time_0' Error in Fortran Subroutine?

  • Topic: Fortran 
  • Thread starter Thread starter Dreyliciouss
  • Start date Start date
  • Tags Tags
    Fortran Symbol
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 4K views
Dreyliciouss
Messages
1
Reaction score
0
27 Jul 10 2:35
Hello,
I have an error when I try to execute my python program which uses a fortran subroutine (which call date_and_time function) :
"undefined symbol: G77_date_and_time_0"

Do you know how can I fix this issue?
Thank you very much!
 
Physics news on Phys.org
It looks like a compiler error. Are you trying to force a g95 compile that uses g77 calls? It seems like it may be a compiler-specific function that is causing the problem.