Your message dated Thu, 30 Jul 2009 20:38:15 +0100
with message-id <[email protected]>
and subject line SECNDS intrinsic procedure is missing in f2c
has caused the Debian Bug report #507546,
regarding SECNDS intrinsic procedure is missing in f2c
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
507546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507546
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: f2c
Version: 20061008-3
Severity: normal
The SECNDS intrinsic procedure as described in the following document is
missing in f2c. It makes some files uncompilable.
<http://gcc.gnu.org/onlinedocs/gfortran/SECNDS.html>
Some C implementations can be found on newsgroup:
<http://groups.google.fr/group/uk.comp.os.linux/browse_thread/thread/5f21bbbf7d7fcc1b?hl=fr&q=f2c+%2Bsecnds#3940506a51c259d4>
<http://groups.google.fr/group/comp.lang.fortran/browse_thread/thread/1c34dc3fcbec2bee?hl=fr&q=f2c+secnds#d1e2f6165eaca2dd>
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages f2c depends on:
ii libc6 2.7-15 GNU C Library: Shared libraries
ii libf2c2-dev 20061008-4 Development libraries for use with
Versions of packages f2c recommends:
ii gcc 4:4.3.2-2 The GNU C compiler
Versions of packages f2c suggests:
ii fort77 1.15-7 Invoke f2c like a real compiler
-- no debconf information
--- End Message ---
--- Begin Message ---
The SECNDS intrinsic is not a part of standard Fortran 77 (see for
example http://www.fortran.com/fortran/F77_std/f77_std.html). It was
a vendor-specific addition in some compilers (DEC fortran for
example).
Therefore if you need to provide such a routine you need to implement
a routine in C and include it at link time.
Alan
--- End Message ---