[Bug 17046] New: GCC/cygwin can't compile executables

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 20 02:04:50 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17046

           Summary: GCC/cygwin can't compile executables
           Product: Wine
           Version: 1.1.13
          Platform: PC
               URL: http://cygwin.com/
        OS/Version: Linux
            Status: NEW
          Keywords: download, source
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: austinenglish at gmail.com
        Depends on: 12721


austin at austin-desktop /cygdrive/c/cygwin
$ cat hello.c                                                                  
#include <stdio.h>
main()
{
  for(;;)
      { 
          printf ("Hello World!\n");
      }
}

austin at austin-desktop /cygdrive/c/cygwin
$ gcc -o hello hello.c                                                         
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe:
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe: cannot
execute binary file

Nothing useful in wine's output, just:
fixme:ntdll:NtQueryVolumeInformationFile 0x1c: volume info not supported
fixme:advapi:ImpersonateLoggedOnUser (0xd8)

Running as.exe on its own looks like 12721, so may be a dupe of bug 12721.
Either way, compiling programs is pretty important, so I think it deserves its
own bug.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list