public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/23803] New: [mingw32] getlog malfunction
@ 2005-09-09 22:34 fxcoudert at gcc dot gnu dot org
  2005-09-14 23:53 ` [Bug libfortran/23803] " dannysmith at users dot sourceforge dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-09-09 22:34 UTC (permalink / raw)
  To: gcc-bugs

$ cat getlog.f 
      character*50 user
      call getlog(user)
      write(*,"(A)") user
      end
$ gfortran getlog.f 
cc4Qbaaa.o:getlog.f:(.text+0x15): undefined reference to `_gfortran_getlog'
collect2: ld returned 1 exit status

mingw sets the USERNAME environment variable, we should use it to provide a
getlog procedure. Or we could use a windows API function (if there is one
available on all windows versions).

-- 
           Summary: [mingw32] getlog malfunction
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: i386-mingw32


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23803


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-09-29 12:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-09 22:34 [Bug libfortran/23803] New: [mingw32] getlog malfunction fxcoudert at gcc dot gnu dot org
2005-09-14 23:53 ` [Bug libfortran/23803] " dannysmith at users dot sourceforge dot net
2005-09-24 16:39 ` fxcoudert at gcc dot gnu dot org
2005-09-25 21:02 ` cvs-commit at gcc dot gnu dot org
2005-09-29 12:29 ` [Bug libfortran/23803] [4.0 only] " cvs-commit at gcc dot gnu dot org
2005-09-29 12:30 ` [Bug libfortran/23803] " fxcoudert at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).