http://bugs.winehq.org/show_bug.cgi?id=10638
Summary: winegcc: gcc failed Product: Wine Version: 0.9.49. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P1 Component: wine-programs AssignedTo: wine-bugs@winehq.org ReportedBy: manish.iitm@yahoo.co.in
Created an attachment (id=9448) --> (http://bugs.winehq.org/attachment.cgi?id=9448) The attachment is the config.log file generated by wine while configuring.
While compiling the wine-0.9.49 I am getting these error. Please help me to resolve these error's. ------------------------------------------- winegcc: gcc failed make[2]: *** [winex11.drv.so] Error 2 make[2]: Leaving directory `/home/manish/Desktop/Download/wine-0.9.49/dlls/winex11.drv' make[1]: *** [winex11.drv] Error 2 make[1]: Leaving directory `/home/manish/Desktop/Download/wine-0.9.49/dlls' make: *** [dlls] Error 2 --------------------------------------------------
But, by the way my gcc version is gcc-3.4.4. And my operating system is "Red Hat Enterprise Linux WS release 4 (Nahant Update 2)". Also I have attach the config.log file.
Thanking in anticipation.
http://bugs.winehq.org/show_bug.cgi?id=10638
manish manish.iitm@yahoo.co.in changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |manish.iitm@yahoo.co.in
http://bugs.winehq.org/show_bug.cgi?id=10638
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #9448|text/x-log |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=10638
--- Comment #1 from Lei Zhang thestig@google.com 2007-12-02 11:04:43 --- you need to attach more of the error. Try something like:
cd /path/to/wine-source make 2>&1 | tail -n 500 > compile_error.txt
and then attach compile_error.txt to this bug report.
Also, please attach the output from:
./configure --verbose
http://bugs.winehq.org/show_bug.cgi?id=10638
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Severity|blocker |normal
--- Comment #2 from Dan Kegel dank@kegel.com 2008-01-28 06:24:36 --- Not a blocker.
http://bugs.winehq.org/show_bug.cgi?id=10638
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|programs |build-env Keywords| |Abandoned?
--- Comment #3 from Lei Zhang thestig@google.com 2008-03-03 18:33:05 --- Manish, we cannot help you if you don't provide more info.
http://bugs.winehq.org/show_bug.cgi?id=10638
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #4 from Austin English austinenglish@gmail.com 2008-06-05 11:29:36 --- Abandoned.
http://bugs.winehq.org/show_bug.cgi?id=10638
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2008-06-05 11:34:44 --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=10638
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #6 from joaopa jeremielapuree@yahoo.fr --- Bug still there in current wine (1.9.2). I have this version of gcc installed
gcc --version gcc (Ubuntu 5.2.1-22ubuntu2) 5.2.1 2015101
I try to cross-compile the follwing project:
http://sourceforge.net/projects/runcpm/
I can provide more information if requested. For now, the console outputs only: winegcc -o runcpm.exe main.c z80.c winegcc: gcc-4.7 failed