LinuxQuestions.org
Help answer threads with 0 replies.
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 03-12-2004, 05:36 AM   #1
LuvDaPenguin
LQ Newbie
 
Registered: Mar 2004
Location: Washington
Distribution: SuSE 9.2 Pro
Posts: 20

Rep: Reputation: 0
Angry Wine HELPPPP!!!




i compiled wine by doing "./configure"....the last thing is said was

ith -g -O2 -o user.o user.c
gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o window.o window.c
gcc -o wineserver async.o atom.o change.o class.o clipboard.o console.o context_i386.o context_powerpc.o context_sparc.o debugger.o event.o fd.o file.o handle.o hook.o main.o mapping.o mutex.o named_pipe.o object.o process.o ptrace.o queue.o registry.o request.o semaphore.o serial.o signal.o smb.o snapshot.o sock.o thread.o timer.o token.o trace.o unicode.o user.o window.o -L../libs/wine -lwine -L../libs/unicode -lwine_unicode -L../libs/port -lwine_port -lm
make[1]: Leaving directory `/root/Desktop/Wine/wine-20040309/server'
Wine build complete.
You have new mail in /var/spool/mail/root
[root@localhost wine-20040309]#

ok...so now what...is it installed?? if so..how do i configure it...i wanna get this workin..then i can rub it in my friends face haahaa thanks fer the help guys
 
Old 03-12-2004, 07:01 AM   #2
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Assuming you installed properly... you need to make a configuration file for it. There is a sample in the 'samples' directory. Modify it for your needs with the help of 'man wine.conf'. It will go in the [your home]/.wine/config . See this:
frankscorner.org
 
Old 03-12-2004, 07:24 AM   #3
/home/kyle
Member
 
Registered: Mar 2004
Posts: 148

Rep: Reputation: 15
After you install wine, somewhere in your menu there will be a new option (Emulators), go to that, go to Wine, then go to Wine Setup, that is a little wizzard that will config ur config file for you very easily, with easy options, like what file system you want (win 3.1, 95 or 98), etc, then when you are done doing that, your fake_windows should be located under
[Your home]/.wine/fake_windows.

To install a program/game with wine, put the program/game in your cd-rom drive, open your home or w/e and go to /mnt/cdrom, the setup for the game/program should look like a wine cup, double click it and the setup will start just like it would on windows.. to run the program go to
[your home]/.wine/fake_windows/(application's folder)/(application.exe). Wine will open the program just like it would open in windows, usualy a terminal window will open as well, if you close the terminal, the program closes as well.

If you have any more problems, post back .
 
Old 03-12-2004, 05:02 PM   #4
LuvDaPenguin
LQ Newbie
 
Registered: Mar 2004
Location: Washington
Distribution: SuSE 9.2 Pro
Posts: 20

Original Poster
Rep: Reputation: 0


ok so how do i install wine?? how do i check if its already installed?? when i extracted wine i did "./configure" then "make" is that what i should have done? thats where i sit..i dont think its installed yet tho...should i do "make install" ??? arg..this is BY FAR the hardest thing i have done on here EVER! usually i can jus pound through it and figure it out...but NOT this program..it kills me..PLEASE HELP!
 
Old 03-12-2004, 05:14 PM   #5
/home/kyle
Member
 
Registered: Mar 2004
Posts: 148

Rep: Reputation: 15
I gave you almost exact instructions above

Download the src.tar, ./configure, make then make install, you might wanna read the manuals it comes with as well, they have valuable information onto how to install. Wine is the easiest program I have installed on Linux, and I have only been using it for 4 days.
 
Old 03-12-2004, 11:12 PM   #6
LuvDaPenguin
LQ Newbie
 
Registered: Mar 2004
Location: Washington
Distribution: SuSE 9.2 Pro
Posts: 20

Original Poster
Rep: Reputation: 0
Angry

ok so i did all that...and at the end of the "make install" i got this

./tools/mkinstalldirs -m 755 /usr/local/share/aclocal
mkdir -m 755 -p -- /usr/local/share/aclocal
/usr/bin/install -c -m 644 ./aclocal.m4 /usr/local/share/aclocal/wine.m4
/sbin/ldconfig
*************************************************
*************************************************
The installed Wine libraries will not be found!
You can either:
Add the line '/usr/local/lib' to /etc/ld.so.conf and run /sbin/ldconfig
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
*************************************************
*************************************************
what does this mean and how do i fix it?
once i fix that it should work correct?
 
Old 03-12-2004, 11:19 PM   #7
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
Quote:
*************************************************
*************************************************
The installed Wine libraries will not be found!
You can either:
Add the line '/usr/local/lib' to /etc/ld.so.conf and run /sbin/ldconfig
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
*************************************************
*************************************************
??? ???

did you try any of this ?
 
Old 03-12-2004, 11:32 PM   #8
LuvDaPenguin
LQ Newbie
 
Registered: Mar 2004
Location: Washington
Distribution: SuSE 9.2 Pro
Posts: 20

Original Poster
Rep: Reputation: 0
ok so i did that and i think i did it right...cause i can go to /usr/locla/bin and run "./wine" and i get this

[root@localhost bin]# ./wine
Wine 20040309

Usage: wine [options] [--] program_name [arguments]
The -- has to be used if you specify arguments (of the program)

Options:
--debugmsg name Turn debugging-messages on or off
--dll name This option is no longer supported
--help,-h Show this help message
--version,-v Display the Wine version
[root@localhost bin]#


does that mean its working right?? and is all installed correctly and ready 2 use? if not what more do i need to do? thanks a bunch for all this help guys..i am learning tons..
 
Old 03-12-2004, 11:36 PM   #9
/home/kyle
Member
 
Registered: Mar 2004
Posts: 148

Rep: Reputation: 15
Wine isnt realy a program, its kinda like a thing that is there...you dont run wine realy, Is there a game you wanna install? or a program? Just put to game/program in ur cdrom drive, open the cdrom drive up and look for its setup.exe, the icon should be a wine glass, run that and itll install just like it would on windows.

But befor you do that, you need to go to your menu, and look around for an emulators section somewhere, then in that there will be wine, and in wine run the wine setup to make the fake windows folder. then you are done.
 
Old 03-12-2004, 11:46 PM   #10
LuvDaPenguin
LQ Newbie
 
Registered: Mar 2004
Location: Washington
Distribution: SuSE 9.2 Pro
Posts: 20

Original Poster
Rep: Reputation: 0
there is no place on my application menu for "emulators" where do i go to find that file/program elsewhere....or do u know the file name?
 
Old 03-12-2004, 11:51 PM   #11
/home/kyle
Member
 
Registered: Mar 2004
Posts: 148

Rep: Reputation: 15
Try to go to



If it doesent exist do this...which I have aklready said..

Download the rpm file, then open a terminal in the folder of the rpm file, and type this

rpm -i [rpm file's name here]

That will install wine, I dont think you will see anything happen, itll just not let you be able to type anything for a minute or so, after that is done, the emulators section might be in ur menu, if not, try to go to [your home]/[you]/.wine again.

WIne is the easiest program to install on Linux...if you are having trouble with this, who knows what kinda probs you are going to have with other programs.
 
Old 03-13-2004, 12:17 AM   #12
LuvDaPenguin
LQ Newbie
 
Registered: Mar 2004
Location: Washington
Distribution: SuSE 9.2 Pro
Posts: 20

Original Poster
Rep: Reputation: 0
u said "try to go to" then it was blank....try to go to what?
 
Old 03-13-2004, 12:40 AM   #13
LuvDaPenguin
LQ Newbie
 
Registered: Mar 2004
Location: Washington
Distribution: SuSE 9.2 Pro
Posts: 20

Original Poster
Rep: Reputation: 0
ok so i installed now from the RPM like i was told...still no "emulators" section..found this tho n did it and came up with this...

[root@localhost bin]# ./winecfg
Drive A: unknown filesystem type L"win98", defaulting to 'win95'.
Drive C: unknown filesystem type L"win98", defaulting to 'win95'.
Drive D: unknown filesystem type L"win98", defaulting to 'win95'.
Drive E: unknown filesystem type L"win98", defaulting to 'win95'.
Drive F: unknown filesystem type L"win98", defaulting to 'win95'.
Drive Z: unknown filesystem type L"win98", defaulting to 'win95'.
fixme:winecfg:WinMain The winecfg tool is not yet complete, and does not actually alter your configuration.
fixme:winecfg:WinMain If you want to alter the way Wine works, look in the ~/.wine/config file for more information.

what the hell does that mean....nothing will run on windows 95...i need it to be atleast win98 so i can make it all work...how do i change this...and where is the way to accually alter the configureation....
 
Old 03-13-2004, 01:03 AM   #14
/home/kyle
Member
 
Registered: Mar 2004
Posts: 148

Rep: Reputation: 15
Do you use KDE? or GNOME? OR what?
 
Old 03-13-2004, 06:33 AM   #15
LuvDaPenguin
LQ Newbie
 
Registered: Mar 2004
Location: Washington
Distribution: SuSE 9.2 Pro
Posts: 20

Original Poster
Rep: Reputation: 0
i use KDE on RH9....
 
  


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
Link targets - problems with Wine (Though not Wine specific - Wine site doesn't help) Kevjml Linux - Newbie 1 01-13-2006 07:53 AM
Fedora and Xp helpppp!!!! shane200_ Linux - Networking 3 03-21-2005 01:06 PM
OpenOffice Wont Open HELPPPP oakley Linux - Software 33 11-09-2003 09:58 PM
Lost WinXP when I installed RH8 GRUB HELPPPP!!! arvmenon Linux - General 2 04-29-2003 12:37 PM
Dhcp Helpppp!!!!!!! estranged0877 Linux - Networking 0 02-07-2003 05:30 PM

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

All times are GMT -5. The time now is 06:25 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