build stand alone binaries
Hi there, is it possible to build real elf binaries with winelib? If i go through the tutorial on winehq.org i get only a appname.exe.so and i have to invoke wine to start the application. Is it possible to compile a binary wich can run stand alone? regards benjamin z.
From: "Benjamin Zeller" <zeller.benjamin(a)web.de>
is it possible to build real elf binaries with winelib? If i go through the tutorial on winehq.org i get only a appname.exe.so and i have to invoke wine to start the application. Is it possible to compile a binary wich can run stand alone?
No, you would still need the DLLs. It's like having a Win32 binary that includes _all_ the DLLs that come with Windows. -- Dimi Paun <dimi(a)lattica.com> Lattica, Inc.
On 3/16/06, Dimi Paun <dimi(a)lattica.com> wrote:
From: "Benjamin Zeller" <zeller.benjamin(a)web.de>
is it possible to build real elf binaries with winelib? If i go through the tutorial on winehq.org i get only a appname.exe.so and i have to invoke wine to start the application. Is it possible to compile a binary wich can run stand alone?
No, you would still need the DLLs. It's like having a Win32 binary that includes _all_ the DLLs that come with Windows.
Also: http://winehq.org/site/docs/wine-faq/index See 9.4 Tom
-- Dimi Paun <dimi(a)lattica.com> Lattica, Inc.
participants (3)
-
Benjamin Zeller -
Dimi Paun -
Tom Wickline