Wine on OpenBSD

Vincent Béron vberon at mecano.gme.usherb.ca
Fri Oct 22 15:25:32 CDT 2004


Le ven 22/10/2004 à 14:31, Sascha Hanse a écrit :
> >
> >> I just tried to install the recent Wine-tarball (20041019) on my
> >> OpenBSD 3.6. First I had to remove kthread.c:275: the RFTHREAD flag.
> >> Then the'make depend && make' worked properly but the make install
> >> first fails with:
> >>
> >> /usr/bin/install -c   serialui.dll.so
> >> /usr/local/lib/wine/serialui.dll.so cd `dirname setupapi/__install__`
> >> && make install gcc -g -O2   -o install install.c 
> >
> >Your make tries to build the 'make install' target from install.c,
> >that won't work of course. I guess we'll have to rename that file,
> >unless OpenBSD make has an equivalent of the .PHONY target.
> >
> >-- 
> >Alexandre Julliard
> >julliard_at_winehq.org
> 
> Hi Julliard,
> 
> thank you for your response. Could you tell me when or how this can be
> done?

I guess the easiest workaround is to use gmake instead of OpenBSD make
for Wine.
Don't expect everything to go smoothly though.

Vincent





More information about the wine-devel mailing list