Am fairly new to this and totally new to Wine and can use some help
getting wine to setup.
I am running Mandrake Linux 8.2 on the small half of a 60 Gig harddrive
of a dual boot machine ..
AMD Duron 650 Mhz w/ 500 meg ram
When I run ./tools/wine-install I get the following
Configure: creating cache config. cache
checking build system type --- i686-pc-linux -gnu
checking host system type --- i686-pc-linux -gnu
checking whether make stes $(Make) ... yes
checking for gcc .... gcc
checking for c compiler default output ---- configure: error: c
compiler cannot create executable,
see config log for details
configure failed aborting install
I am guessing there is no C compiler in my distro .
I kneed to know if I must install a compiler.... where I might get one
... and where should it be installed
Also is the edition of wine I have downloaded an appropriate version for
my Linux.
Many advanced thanks
Ray
--- Raymond Wells <raymond.wells@sympatico.ca> wrote:> When I run ./tools/wine-install I get the following > ... > checking for gcc .... gcc > checking for c compiler default output ---- > configure: error: c > compiler cannot create executable, > see config log for details > configure failed aborting install > I am guessing there is no C compiler in my distro . > ...Hmmm... You've definitely got a compiler; configure detected the presence of gcc, which is the standard compiler on Linux. Can you post the contents of config.log for us to peruse? That should elaborate on the rather ambiguous "cannot create executable" message. Stephen ================================================= Buy a Pentium 4 (tm) for more accurate errors, faster crashes, brighter blue screens and quicker reboots! __________________________________________________ Yahoo! Plus - For a better Internet experience http://uk.promotions.yahoo.com/yplus/yoffer.html
On Wednesday 04 June 2003 02.57, Raymond Wells wrote:> Am fairly new to this and totally new to Wine and can use some help > getting wine to setup. > I am running Mandrake Linux 8.2 on the small half of a 60 Gig harddrive > of a dual boot machine .. > AMD Duron 650 Mhz w/ 500 meg ram > When I run ./tools/wine-install I get the following > > Configure: creating cache config. cache > checking build system type --- i686-pc-linux -gnu > checking host system type --- i686-pc-linux -gnu > checking whether make stes $(Make) ... yes > checking for gcc .... gcc > checking for c compiler default output ---- configure: error: c > compiler cannot create executable, > see config log for details > configure failed aborting install > > I am guessing there is no C compiler in my distro . > I kneed to know if I must install a compiler.... where I might get one > ... and where should it be installedYou have a c compiler. That's the gcc found one line earlier than the error. You should check config.log to see what is the problem.> Also is the edition of wine I have downloaded an appropriate version for > my Linux.You did not specify what version of wine you have :) But all versions should be appropriate for every linux distribution. Regards Zsolt
Serial receive on serial ports is broken (????). I have the following lines in my config [serialports] "Com1" = "/dev/ttsS0" "Com2" = "/dev/ttsS1" Transmit is OK! but receive is not working. I am not familiar with linux serial programming, but I think that there is problem is serial.c or async.c. Looking at serial.c (and trying to print some messages in various points of code) it seems that serial_get_poll_events() function is working but later in async.c the receive event is lost. Unfortunately I dont have knowledge of internals of linux events to solve the problem. Evangelos