I am trying to install wine from the latest source on a FreeBSD 4.4 box. I did chip# ./configure --prefix=/usr/local/wine chip# make depend && make then chip# make install but am getting the following error. cd `dirname advapi32/__install__` && make install [ -d /usr/local/wine/lib ] || mkdir -p /usr/local/wine/lib /usr/bin/install -c libadvapi32.so /usr/local/wine/lib/libadvapi32.so cd `dirname avicap32/__install__` && make install [ -d /usr/local/wine/lib ] || mkdir -p /usr/local/wine/lib /usr/bin/install -c libavicap32.so /usr/local/wine/lib/libavicap32.so cd `dirname avifil32/__install__` && make install [ -d /usr/local/wine/lib ] || mkdir -p /usr/local/wine/lib /usr/bin/install -c libavifil32.so /usr/local/wine/lib/libavifil32.so make: don't know how to make _install_/libavifile.so. Stop *** Error code 2 Stop in /usr/local/wine-20011108/dlls. *** Error code 1 Stop in /usr/local/wine-20011108. chip# What do I do now? The faq at wine hq doesn't help with this one. -- Chip chip@wiegand.org <+><+><+><+><+><+><+><+> Windows 95/NT - 32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition. <+><+><+><+><+><+><+><+>
chip@wiegand.org wrote:> I am trying to install wine from the latest source on a FreeBSD 4.4 box. I > didI'm using Wine release 20011108 on this FreeBSD box and it compiled fine. Some elementary programs run fine. I suggest you to compile wine from the ports, so that sources get patched to compile cleanly and without effort. If you aren't used to ports on BSD try man ports to an overview of the ports collection. Ciao!!! Claudio Di Martino claudio@unige.it ------------------------------------------------------------- Unsolicited and/or junk e-mail to this address isn't accepted
I'm having a similar problem, although I'm running 4.3, and I used ports to install. After almost every line when it starts to build wine it says "undefined reference to"... various things. (`__assert', `strcpy', etc..) Ends with... ----------------------- gmake[2]: Leaving directory `/usr/ports/emulators/wine/work/wine-20011108/dlls/o le32' gmake[1]: Leaving directory `/usr/ports/emulators/wine/work/wine-20011108/dlls' gmake: *** [dlls] Error 2 *** Error code 2 Stop in /usr/ports/emulators/wine. *** Error code 1 Stop in /usr/ports/emulators/wine. *** Error code 1 Stop in /usr/ports/emulators/wine. -------------------------- -Eli chip@wiegand.org wrote in message news:<3c15940b_2@corp-news.newsgroups.com>...> I am trying to install wine from the latest source on a FreeBSD 4.4 box. I > did > chip# ./configure --prefix=/usr/local/wine > chip# make depend && make > then > chip# make install > but am getting the following error. > > cd `dirname advapi32/__install__` && make install > [ -d /usr/local/wine/lib ] || mkdir -p /usr/local/wine/lib > /usr/bin/install -c libadvapi32.so /usr/local/wine/lib/libadvapi32.so > cd `dirname avicap32/__install__` && make install > [ -d /usr/local/wine/lib ] || mkdir -p /usr/local/wine/lib > /usr/bin/install -c libavicap32.so /usr/local/wine/lib/libavicap32.so > cd `dirname avifil32/__install__` && make install > [ -d /usr/local/wine/lib ] || mkdir -p /usr/local/wine/lib > /usr/bin/install -c libavifil32.so /usr/local/wine/lib/libavifil32.so > make: don't know how to make _install_/libavifile.so. Stop > *** Error code 2 > > Stop in /usr/local/wine-20011108/dlls. > *** Error code 1 > > Stop in /usr/local/wine-20011108. > chip# > > What do I do now? The faq at wine hq doesn't help with this one.