Dee Ayy
2008-Mar-08 03:40 UTC
[Wine] GNU Lesser General Public License gurus or WineHQ contact
Did you check out that iPhone SDK keynote? It makes me want to sell software. Do any of you GNU LGPL gurus understand the license http://www.winehq.org/site/license to know if we can distribute Wine to run our MS Windows executable? I'm sure it's something basic (for a license groker). I'm not linking with Wine, I just want to install it on the iPhone (if Apple allows it through their developer programs) and have Wine run my exe, managed by a Mac OS X app. Or do you know the WineHQ contact to ask? Regards.
3vi1
2008-Mar-08 04:15 UTC
[Wine] Re: GNU Lesser General Public License gurus or WineHQ contact
Doesn't the iPhone use an ARM CPU? How's WINE going to help you there?
3vi1
2008-Mar-08 16:26 UTC
[Wine] Re: GNU Lesser General Public License gurus or WineHQ contact
Dan Kegel wrote:> On Fri, Mar 7, 2008 at 8:15 PM, 3vi1 <wineforum-user at winehq.org> wrote: > > > Doesn't the iPhone use an ARM CPU? How's WINE going to help you there? > > > > He could compile his app as a winelib app...He could, but that's not what he described.
Jérôme Gardou
2008-Mar-08 17:53 UTC
[Wine] GNU Lesser General Public License gurus or WineHQ contact
I guess that the goal would be to run applications written for windows CE. Taht could be the beginning of wine support for this platform, as the API is very close to the x86 version. ___________________________________________________________________________ Yahoo! Mail r?invente le mail ! D?couvrez le nouveau Yahoo! Mail et son interface r?volutionnaire. http://fr.mail.yahoo.com
3vi1
2008-Mar-08 19:11 UTC
[Wine] Re: GNU Lesser General Public License gurus or WineHQ contact
Dan Kegel wrote:> > Oh. D'oh! Yes, it would be cool to be able to run WinCE apps > on the iPhone. Somebody should try building Wine there > and see what happens :-)Can't disagree there... I need a replacement for my Dreamcast. :p
vitamin
2008-Mar-09 03:56 UTC
[Wine] Re: GNU Lesser General Public License gurus or WineHQ contact
Dee Ayy wrote:> Regarding the licensing as I understand, if I'm able to go the winelib > route, I'd also have to provide object files, "If you link other code > with the library, you must provide complete object files to the > recipients, so that they can relink them with the library after making > changes to the library and recompiling it."?Not correct. It's your business what you do with your app. But if you modify Wine itself in any way shape or form, you have to provide all such modifications as the source files / patches. So that anyone can take stock Wine, apply your patches, recompile it and have your app working with it. As far as distribution - it's up to you how you doing it. You can redistribute compiled (binary) Wine anyway you'd like. Wine is made to run from it's own install directory. This way you can have multiple versions in use at the same time.