LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-07-2005, 03:53 PM   #1
Greg Haynes
Member
 
Registered: Oct 2004
Location: Houston, TX
Distribution: Gentoo
Posts: 30

Rep: Reputation: 15
Wine Is Not an Easy installation


im trying to install wine on my gentoo box. If you cant tell from the error messages i have an athlon 64. heres the output from running `make depend`

make[1]: Entering directory `/home/greg/wine-20050310/libs'
make[2]: Entering directory `/home/greg/wine-20050310/libs/port'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -D__i386__ -o interlocked.o interlocked.c
{standard input}: Assembler messages:
{standard input}:231: Error: `12(%esp)' is not a valid 64 bit base/index expression
{standard input}:232: Error: `8(%esp)' is not a valid 64 bit base/index expression
{standard input}:233: Error: `4(%esp)' is not a valid 64 bit base/index expression
{standard input}:234: Error: `(%edx)' is not a valid 64 bit base/index expression
{standard input}:242: Error: `12(%esp)' is not a valid 64 bit base/index expression
{standard input}:243: Error: `8(%esp)' is not a valid 64 bit base/index expression
{standard input}:244: Error: `4(%esp)' is not a valid 64 bit base/index expression
{standard input}:245: Error: `(%edx)' is not a valid 64 bit base/index expression
{standard input}:253: Error: `8(%esp)' is not a valid 64 bit base/index expression
{standard input}:254: Error: `4(%esp)' is not a valid 64 bit base/index expression
{standard input}:255: Error: `(%edx)' is not a valid 64 bit base/index expression
{standard input}:263: Error: `8(%esp)' is not a valid 64 bit base/index expression
{standard input}:264: Error: `4(%esp)' is not a valid 64 bit base/index expression
{standard input}:265: Error: `(%edx)' is not a valid 64 bit base/index expression
{standard input}:273: Error: `8(%esp)' is not a valid 64 bit base/index expression
{standard input}:274: Error: `4(%esp)' is not a valid 64 bit base/index expression
{standard input}:275: Error: `(%edx)' is not a valid 64 bit base/index expression
make[2]: *** [interlocked.o] Error 1
make[2]: Leaving directory `/home/greg/wine-20050310/libs/port'
make[1]: *** [port] Error 2
make[1]: Leaving directory `/home/greg/wine-20050310/libs'
make: *** [libs] Error 2

suggestions anyone?
 
Old 04-09-2005, 02:21 AM   #2
t3gah
Member
 
Registered: Dec 2004
Distribution: SuSE, RedHat, ubuntu, Debian
Posts: 734

Rep: Reputation: 30
Re: Wine Is Not an Easy installation

Quote:
Originally posted by Greg Haynes
im trying to install wine on my gentoo box. If you cant tell from the error messages i have an athlon 64. heres the output from running `make depend`

make[1]: Entering directory `/home/greg/wine-20050310/libs'
make[2]: Entering directory `/home/greg/wine-20050310/libs/port'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -D__i386__ -o interlocked.o interlocked.c
{standard input}: Assembler messages:
{standard input}:231: Error: `12(%esp)' is not a valid 64 bit base/index expression
{standard input}:232: Error: `8(%esp)' is not a valid 64 bit base/index expression
{standard input}:233: Error: `4(%esp)' is not a valid 64 bit base/index expression
{standard input}:234: Error: `(%edx)' is not a valid 64 bit base/index expression
{standard input}:242: Error: `12(%esp)' is not a valid 64 bit base/index expression
{standard input}:243: Error: `8(%esp)' is not a valid 64 bit base/index expression
{standard input}:244: Error: `4(%esp)' is not a valid 64 bit base/index expression
{standard input}:245: Error: `(%edx)' is not a valid 64 bit base/index expression
{standard input}:253: Error: `8(%esp)' is not a valid 64 bit base/index expression
{standard input}:254: Error: `4(%esp)' is not a valid 64 bit base/index expression
{standard input}:255: Error: `(%edx)' is not a valid 64 bit base/index expression
{standard input}:263: Error: `8(%esp)' is not a valid 64 bit base/index expression
{standard input}:264: Error: `4(%esp)' is not a valid 64 bit base/index expression
{standard input}:265: Error: `(%edx)' is not a valid 64 bit base/index expression
{standard input}:273: Error: `8(%esp)' is not a valid 64 bit base/index expression
{standard input}:274: Error: `4(%esp)' is not a valid 64 bit base/index expression
{standard input}:275: Error: `(%edx)' is not a valid 64 bit base/index expression
make[2]: *** [interlocked.o] Error 1
make[2]: Leaving directory `/home/greg/wine-20050310/libs/port'
make[1]: *** [port] Error 2
make[1]: Leaving directory `/home/greg/wine-20050310/libs'
make: *** [libs] Error 2

suggestions anyone?
The better way is to let apt do all the work for you. So from a console window type what in the coded sections of my post. There are repositories that are stored in a config fire which the man file goes over, sources.list.

Code:
man apt
and/or

Code:
man apt-get
then after you've read up on those or it, run...

Code:
apt-get update
and then install wine with apt.

Code:
apt-get install wine
sometimes you need the version for the correct wine to install.
 
Old 04-09-2005, 11:02 AM   #3
Greg Haynes
Member
 
Registered: Oct 2004
Location: Houston, TX
Distribution: Gentoo
Posts: 30

Original Poster
Rep: Reputation: 15
i have no idea what apt is.

when i run man apt and all i get that there is no apt entry.
 
Old 04-09-2005, 11:20 AM   #4
tuubaaku
Member
 
Registered: Oct 2004
Distribution: Slackware, Mint
Posts: 122

Rep: Reputation: 16
maybe what you're looking for is emerge, since you're on a Gentoo box. apt is for Debian, although you can get it for other systems.
 
Old 04-09-2005, 05:18 PM   #5
Greg Haynes
Member
 
Registered: Oct 2004
Location: Houston, TX
Distribution: Gentoo
Posts: 30

Original Poster
Rep: Reputation: 15
ah, makes sense. All of the builds for wine are blocked on an amd 64. Maybe its for same reason i cant compile?
 
Old 04-10-2005, 09:04 PM   #6
Jimbo99
Member
 
Registered: Nov 2003
Distribution: Ubuntu 7.04
Posts: 241

Rep: Reputation: 31
Linux programs are not easy to install. They are nearly 100% night and day difference from Windows and 400% night and day from the Macintosh OSX.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wine installation; Can't find ~/.wine/config mrmcctt Linux - Software 5 10-11-2005 06:33 PM
easy installation ? Gentoo Linux Daejavu Linux - Distributions 28 10-08-2005 05:18 PM
Easy Installation Question! don_dimo Linux - Newbie 13 01-19-2004 08:17 AM
sendmail installation...not easy haploxi Linux - Software 0 01-28-2002 11:57 AM
Mandrake 8.1 easy installation???? kr4yd Linux - Newbie 7 01-15-2002 10:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration