public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/106468] New: gcc does not run in wine
@ 2022-07-28 19:56 unlvsur at live dot com
  2022-07-28 19:58 ` [Bug other/106468] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: unlvsur at live dot com @ 2022-07-28 19:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106468

            Bug ID: 106468
           Summary: gcc does not run in wine
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

wine $HOME/toolchains/x86_64-w64-mingw32/x86_64-w64-mingw32/bin/g++ -o
construct_fstream_from_syscall construct_fstream_from_syscall.cc -Ofast
-std=c++23 -s -flto -march=native -I../../include
z:/home/cqwrteur/toolchains/x86_64-w64-mingw32/x86_64-w64-mingw32/bin/../lib/gcc/x86_64-w64-mingw32/13.0.0/../../../../x86'
z:/home/cqwrteur/toolchains/x86_64-w64-mingw32/x86_64-w64-mingw32/bin/../lib/gcc/x86_64-w64-mingw32/13.0.0/../../../../x86'
z:/home/cqwrteur/toolchains/x86_64-w64-mingw32/x86_64-w64-mingw32/bin/../lib/gcc/x86_64-w64-mingw32/13.0.0/../../../../x86'
z:/home/cqwrteur/toolchains/x86_64-w64-mingw32/x86_64-w64-mingw32/bin/../lib/gcc/x86_64-w64-mingw32/13.0.0/../../../../x86'
z:/home/cqwrteur/toolchains/x86_64-w64-mingw32/x86_64-w64-mingw32/bin/../lib/gcc/x86_64-w64-mingw32/13.0.0/../../../../x86'
collect2.exe: error: ld returned 1 exit status

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

* [Bug other/106468] gcc does not run in wine
  2022-07-28 19:56 [Bug other/106468] New: gcc does not run in wine unlvsur at live dot com
@ 2022-07-28 19:58 ` pinskia at gcc dot gnu.org
  2022-07-28 19:59 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-07-28 19:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106468

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2022-07-28
             Status|UNCONFIRMED                 |WAITING
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Can you add -v and see what is failing.  from the looks of it is ld (which is
part of binutils and not really a GCC bug).

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

* [Bug other/106468] gcc does not run in wine
  2022-07-28 19:56 [Bug other/106468] New: gcc does not run in wine unlvsur at live dot com
  2022-07-28 19:58 ` [Bug other/106468] " pinskia at gcc dot gnu.org
@ 2022-07-28 19:59 ` pinskia at gcc dot gnu.org
  2022-07-28 20:29 ` unlvsur at live dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-07-28 19:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106468

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
And how sure are you this is not a wine issue?

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

* [Bug other/106468] gcc does not run in wine
  2022-07-28 19:56 [Bug other/106468] New: gcc does not run in wine unlvsur at live dot com
  2022-07-28 19:58 ` [Bug other/106468] " pinskia at gcc dot gnu.org
  2022-07-28 19:59 ` pinskia at gcc dot gnu.org
@ 2022-07-28 20:29 ` unlvsur at live dot com
  2022-07-28 20:34 ` unlvsur at live dot com
  2022-07-28 20:38 ` unlvsur at live dot com
  4 siblings, 0 replies; 6+ messages in thread
From: unlvsur at live dot com @ 2022-07-28 20:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106468

--- Comment #3 from cqwrteur <unlvsur at live dot com> ---
Created attachment 53377
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53377&action=edit
-v

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

* [Bug other/106468] gcc does not run in wine
  2022-07-28 19:56 [Bug other/106468] New: gcc does not run in wine unlvsur at live dot com
                   ` (2 preceding siblings ...)
  2022-07-28 20:29 ` unlvsur at live dot com
@ 2022-07-28 20:34 ` unlvsur at live dot com
  2022-07-28 20:38 ` unlvsur at live dot com
  4 siblings, 0 replies; 6+ messages in thread
From: unlvsur at live dot com @ 2022-07-28 20:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106468

--- Comment #4 from cqwrteur <unlvsur at live dot com> ---
(In reply to cqwrteur from comment #3)
> Created attachment 53377 [details]
> -v

hmhm. i just found out the issue. I did not link to -lntdll. the problem is
that when GCC runs in wine, some part of its command would not display
correctly if the length is too long.

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

* [Bug other/106468] gcc does not run in wine
  2022-07-28 19:56 [Bug other/106468] New: gcc does not run in wine unlvsur at live dot com
                   ` (3 preceding siblings ...)
  2022-07-28 20:34 ` unlvsur at live dot com
@ 2022-07-28 20:38 ` unlvsur at live dot com
  4 siblings, 0 replies; 6+ messages in thread
From: unlvsur at live dot com @ 2022-07-28 20:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106468

--- Comment #5 from cqwrteur <unlvsur at live dot com> ---
Created attachment 53378
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53378&action=edit
DOS cannot find stdlib.h

Another thing is about dos

z:\home\cqwrteur\toolchains\x86_64-w64-mingw32\i586-msdosdjgpp\i586-msdosdjgpp\include\c++\v1\cstdlib:75:15:
fatal error: stdlib.h: No such file or directory
   75 | #include_next <stdlib.h>
      |               ^~~~~~~~~~
compilation terminated.

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

end of thread, other threads:[~2022-07-28 20:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 19:56 [Bug other/106468] New: gcc does not run in wine unlvsur at live dot com
2022-07-28 19:58 ` [Bug other/106468] " pinskia at gcc dot gnu.org
2022-07-28 19:59 ` pinskia at gcc dot gnu.org
2022-07-28 20:29 ` unlvsur at live dot com
2022-07-28 20:34 ` unlvsur at live dot com
2022-07-28 20:38 ` unlvsur at live dot com

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).