LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-18-2014, 05:46 PM   #16
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116

Perhaps I should add wine64 to the wine package for Slackware64.

Eric

Last edited by Alien Bob; 03-18-2014 at 05:47 PM.
 
Old 03-18-2014, 06:07 PM   #17
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,979

Rep: Reputation: 4614Reputation: 4614Reputation: 4614Reputation: 4614Reputation: 4614Reputation: 4614Reputation: 4614Reputation: 4614Reputation: 4614Reputation: 4614Reputation: 4614
Quote:
Originally Posted by Alien Bob View Post
Perhaps I should add wine64 to the wine package for Slackware64.

Eric
Where do you find the time

Quote:
Originally Posted by someone whose been there

You might be a geek if -----

When your wife/gf says

"If you don't get off that computer, I'm leaving!"

and your response is to admonish her

"for not qualifying an if statement with a proper else clause"
 
Old 03-18-2014, 06:11 PM   #18
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116
There's always time if your wife is in the pub with her sisters and your son is enjoying himself in Berlin...

Eric
 
Old 03-18-2014, 10:17 PM   #19
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,564
Blog Entries: 15

Rep: Reputation: 2117Reputation: 2117Reputation: 2117Reputation: 2117Reputation: 2117Reputation: 2117Reputation: 2117Reputation: 2117Reputation: 2117Reputation: 2117Reputation: 2117
When the cat's away the mice play.
 
Old 03-19-2014, 01:30 AM   #20
klerg
LQ Newbie
 
Registered: Oct 2007
Posts: 25

Original Poster
Rep: Reputation: 0
So, here's what I've done up until now, i extracted the source to /root/wine64 folder. Next, typed in ./configure --enable-win64 and got lots of "checking.." outputs some say yes others no. Then one warning, it said: "configure: WARNING: prelink not found, base address of core dlls won't be set correctly." What's that mean? I'm not sure if i should go ahead and do make. Will i be able to uninstall Wine from pkgtool, if make works and installs fine?

I've stumbled on this link: http://www.slackwiki.com/Writing_A_SlackBuild_Script that will aid me whenever i get the time to make a Slackbuild script.

Quote:
Means that "This requires an out-of-tree build.." and you should be downloading the source from git.
What does "out-of-tree build" even mean? What is git, and how does getting the source from there different than downloading it off winehq.org?



Quote:
I haven't tackled that project *yet* but if I do I'll report back on what worked; or if you persevere, do post what you did exactly.
If time permits, i'll do what i can, but i'm not sure if this thread is the best place for it


PlayOnLinux has a very small 'supported software' list of mostly games, but i was not aware it can run multiple instances of wine. If that's the case it's supported software should match that of wine, right? On another note, when is MS gonna kill off silverlight, swear i only use it for Netflix anyways.
 
Old 03-19-2014, 05:23 AM   #21
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116
I am compiling a mixed wine64/wine32 package for 64-bit Slackware 14.1 today, let's see how that works out.

Eric
 
Old 03-19-2014, 08:16 AM   #22
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116
It seems to work. When I run "wine64 iexplore" then the 64-bit iexplore.exe is started. Wnen I run 'wine iexplore' the 32-bit executable is started. I also get a "Program Files" directory with 64-bit programs and "Program Files (x86)" with the 32-bit Windows programs in my ~/.wine directory.

I am now polishing my wine.SlackBuild so that you can disable the addition of wine64 with setting of a single variable, if you have no need for 64bit Windows programs (it makes the wine package 22 MB smaller because the 64-bit Gecko engine aka Wine's own Internet Explorer does not have to get added).

You should expect new wine packages for Slackware 14.1 and -current (32-bit and 64-bit with multilib) tonight. The SlackBuild will of course be included with the upload. I am not going to add an option to create a pure 64-bit Wine, I think that is pointless since even Microsoft adds WoW64 to its 64-bit platforms.

Eric
 
1 members found this post helpful.
Old 03-19-2014, 03:08 PM   #23
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116
New wine packages are now available with the x86_64 packages having a WoW64 shared configuration.
See http://www.slackware.com/~alien/slackbuilds/wine/

Let me know how 64-bit Windows programs work for you.

Note for re-compilers: If you define DO_WINE64="no" in wine.SlackBuild it will create an "old-style" package with just the 32-bit wine.

Eric
 
1 members found this post helpful.
Old 03-19-2014, 04:14 PM   #24
moisespedro
Senior Member
 
Registered: Nov 2013
Location: Brazil
Distribution: Slackware
Posts: 1,223

Rep: Reputation: 195Reputation: 195
Bob, your work with Slackware is just awesome

Keep it up
 
Old 03-21-2014, 02:33 AM   #25
klerg
LQ Newbie
 
Registered: Oct 2007
Posts: 25

Original Poster
Rep: Reputation: 0
moisespedro beat me to it, but thanks again Alien Bob, i think your help is enough to reach my needs

Last edited by klerg; 03-21-2014 at 02:41 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] Getting Catalyst to work for 32-bit programs with multilib on Slackware 14 angryfirelord Slackware 2 08-25-2013 03:43 PM
Can't get wine to run 64-bit .exe programs Parisa Tatapudy Linux - Newbie 10 05-28-2012 06:38 AM
can i run any windows programs with wine? z99 Linux - Newbie 4 09-01-2010 08:03 AM
HELP - How do I run 32 bit applications on 64 bit Slackware 13? CCR_Diver Slackware 13 12-05-2009 08:31 AM
how can i run windows programs on lindspire hbakj Linux - Newbie 1 09-01-2004 12:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:03 PM.

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