------- Comment #15 from fxcoudert at gcc dot gnu dot org 2007-04-18 17:57
-------
(In reply to comment #14)
> As FX kindly provided a patch in comment #13, are there any plans to pick it
> up
> and commit it?
As I said, I'm not sure it's the best thing to do, because it gives a warning
for static linking:
../../../../trunk/libgfortran/intrinsics/getlog.c:97: warning: Using 'getpwuid'
in statically linked applications requires at runtime the shared libraries from
the glibc version used for linking
I wonder if there's any way to avoid this warning by using other functions. (I
tried the reentrant ones, but it gives the same warning.)
I'll handle this.
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
Last reconfirmed|2007-03-23 21:28:54 |2007-04-18 17:57:14
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31299