http://bugs.winehq.org/show_bug.cgi?id=3609
------- Additional Comments From I-SAngeli@siriush.com 2005-18-10 10:22 ------- Hi Richard,
Most likely I missunderstood the instructions. I removed from /etc/env.d/ the file and run again: # env-update # source /etc/profile
Then I went to add this line "/emul/linux/x86/usr/lib" in the file /etc/ld.so.conf but found it already there. As a matter of fact: ~ # cat /etc/ld.so.conf | grep /emul/linux/x86/usr/lib /emul/linux/x86/usr/lib
So, I run ldconfig
Now, because I am installing winecvs in /opt/cvs/wine as root so that every user can run wine, I continue the install procedure as root. Is this ok so far?
Then, I continue as before and go into /opt/cvs/wine and run (as root) ./configure && make depend && make but get the same error: collect2: ld returned 1 exit status winegcc: gcc failed. make[2]: *** [ddraw.dll.so] Error 2 make[2]: Leaving directory `/opt/cvs/wine/dlls/ddraw' make[1]: *** [ddraw] Error 2 make[1]: Leaving directory `/opt/cvs/wine/dlls' make: *** [dlls] Error 2
I apologize for perhaps not being able to solve this issue but I follow all I am told (with one correction made by you) and still get the same issue.
Please let me know.
Thank you, Spiro
Questions: 1)