PDA

View Full Version : wine


View Full Version : wine


macuser16
July 4th, 2003, 06:36 AM
i used mandarke 9.1 and im trying to install wine the bison package is already installed here what i get

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for the directory containing the Wine tools... $(TOPOBJDIR)
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for bison... no
checking for byacc... no
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for yacc... no
checking for bison... no
checking for yacc... no
configure: error: no suitable bison/yacc found. Please install the 'bison' package.

any help to get the latest version of wine running would be appericate


thanx

cd32

:green4


:green4

cpugeniusmv
July 4th, 2003, 11:27 AM
unfortunately, i don't think we have any linux gurus (i hope i'm wrong, and i hope your question gets answered right after i post)

but i think it's a safe bet you will get your question answered better, and probably more quickly at The Just Linux Forums (http://www.justlinux.com).

EDIT:

if you do get it working, post links to how you did here...i'm curious lol. i've wanted to get it working ever since i started messing around with mandrake, and i know of a few others that will probably want to know as well.

Sockfulloflove
July 4th, 2003, 11:42 AM
i'd also be interested in finding out how, the only p2p apps. i have been able to install on mandrake have been eDonkey and gtk-gnutella.

melkor42x
July 4th, 2003, 12:14 PM
Here where to get bison hope this helps

http://freshmeat.net/projects/bison/?topic_id=45

fernandez
July 4th, 2003, 01:39 PM
I'm not sure what the exact error is, but provided that bison installed correctly, it seems that the path to it can't be found.


Maybe you could try the Mandrake 9.1 specific rpm's
different distros have varying paths for install destinations.
Be sure to uninstall the previous version if you decide to go with the new one.

wine
http://rpmseek.com/rpm-pl/wine.html?hl=com&cs=wine%3APN%3A0%3A0%3A0%3A0&qArStr=0&qDnStr=12

bison
http://rpmseek.com/rpm-pl/bison.html?hl=com&cs=bison%3APN%3A0%3A0%3A0%3A0&qArStr=0&qDnStr=12


hope this helps

strestout1
July 16th, 2003, 10:05 PM
well i dont consider myself a Linux guru but i've learned a great deal in the past few weeks that i've been using it...to answer the question above:

i recommend getting a wine tarball and compiling it yourself since you will have control of what goes where plus you will know 100% that it will run on your system (pretty easy too: ./configure, make, su, make install)...make sure you read the docs at the wine site and in whatever files you download (which is one reason i dont recommend the RPMs)...