Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

undefined symbol f90

Status
Not open for further replies.

Dreyliciouss

Programmer
Joined
Jul 26, 2010
Messages
1
Location
FR
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!
 
Probably that routine only works if you use the G77 compiler.
Date and time routines are, as far as I know, always compiler dependent, so look up what it should be for the compiler you're using.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top