Compile error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Shepherd
Newbie
Newbie
Posts: 1
Joined: Tue Oct 21, 2008 9:41 am

Compile error

Post by Shepherd »

I get this error compiling on Fedora 8 i386. I attempt , ulimit -u unlimited, make distclean

Code: Select all

/usr/bin/ld: skipping incompatible /usr/lib64/libaudiofile.so when searching for -laudiofile
/usr/bin/ld: cannot find -laudiofile
collect2: ld returned 1 exit status
winegcc: gcc failed
make[2]: *** [wineesd.drv.so] Error 2
make[2]: Leaving directory `/home/Emme/Desktop/wine-1.0.1/dlls/wineesd.drv'
make[1]: *** [wineesd.drv] Error 2
make[1]: Leaving directory `/home/Emme/Desktop/wine-1.0.1/dlls'
make: *** [dlls] Error 2
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Compile error

Post by vitamin »

Shepherd wrote:I get this error compiling on Fedora 8 i386. I attempt , ulimit -u unlimited, make distclean

Code: Select all

/usr/bin/ld: skipping incompatible /usr/lib64/libaudiofile.so when searching for -laudiofile
/usr/bin/ld: cannot find -laudiofile
You should check this two links:
http://wiki.winehq.org/Recommended_Packages
http://wiki.winehq.org/WineOn64bit
Locked