Re: [f2py] undefined symbol: G77_date_and_time_0
Audrey Hureau <[email protected]>
| Newsgroups | gmane.comp.python.f2py.user |
|---|---|
| Message-ID | <[email protected]> |
I'm using f90 compiler. How can I see where is G77_date_and_time_0 symbol defined? Is there any command for that? Anyway, thank you very much for your answer. > Date: Mon, 26 Jul 2010 15:37:05 +0300 > From: [email protected] > To: f2py-users-Y4l6ocDipWCuvFJfX82//[email protected] > Subject: Re: [f2py] undefined symbol: G77_date_and_time_0 > > > > On 07/26/2010 09:38 AM, Audrey Hureau wrote: > > Hi everyone, > > > > I'm using f2py and it's working pretty good however, I've got an error > > when I'm trying tu use a subroutine which calls date_and_time function : > > "File.so: undefined symbol: G77_date_and_time_0" > > Do you know what does it mean? > > What fortran compiler are you using? Looking into the gfortran library > files I see that date_and_time function is available starting > at gfortran version 4.3.x. > > Usually when one gets undefined symbol error messages then one needs > to find out in which library the symbol is defined (using the nm > program, for instance) and then use > this library when building extension library. For example, > if a symbol foo is defined in /path/to/libbar.a then use > the following f2py command line: > f2py -c .. -L/path/to -lbar. > > Pearu > > _______________________________________________ > f2py-users mailing list > f2py-users-Y4l6ocDipWCuvFJfX82//[email protected] > http://cens.ioc.ee/mailman/listinfo/f2py-users _________________________________________________________________ Découvrez Microsoft Security Essentials, l'antivirus gratuit par Microsoft http://clk.atdmt.com/FRM/go/212688364/direct/01/ _______________________________________________ f2py-users mailing list f2py-users-Y4l6ocDipWCuvFJfX82//[email protected] http://cens.ioc.ee/mailman/listinfo/f2py-users