View Single Post
  #2   (View Single Post)  
Old 3rd August 2011
Beastie Beastie is offline
Daemonology student
 
Join Date: Jan 2009
Location: /dev/earth0
Posts: 335
Default

Stop right there. You're trying to redo what the FreeBSD port maintainer for WINE has already done, i.e. adapting the installation to FreeBSD.
Please use FreeBSD's standard methods of installing applications: packages (binary) or ports (compiling from source). When everything is properly configured it's as easy as
# pkg_add wine
or
# cd /usr/ports/emulators/wine
# make install clean
respectively.
__________________
May the source be with you!
Reply With Quote