> make sure you use --with-nptl when you configure Wine.
see
> > Wine runs fine in my machine. Now I try to complie windows project
> in Linux via WineLib.
> You shouldn't be running as root.
hehe :)
> > I have made the following things,
> > copy all the .c, .h, .rc files from programs/winemine
When using --with-wine=/usr/local/wine, "/usr/local/wine" or whatever
you substitute for it becomes $WINE_ROOT to the configure script.
Configure expects there are going to be certain things in the directory
tree at $WINE_ROOT. The directories include:
$WINE_ROOT/include
$WINE_ROOT/include/wi
On Fri, 5 Sep 2003, Anjan Sarkar wrote:
> Hello,
> I am using wine for my personal interest and need your help regarding the following
> problem I have faced.
> I have following configuration,
>
> a) Red Had Linux 9.0
make sure you use --with-nptl when you configure Wine.
> b) Wine (wine-200
Hello,
I am using wine for my personal interest and need your help regarding the following
problem I have faced.
I have following configuration,
a) Red Had Linux 9.0
b) Wine (wine-20030813.tar.gz) is extracted in /ww/wine-20030813
c) It creates a directory /c for windows
and /root/.wine
d) All t