On 4/15/11 6:28 AM, FamilyGuy wrote:
Ok, so I've compiled wine from sources but I haven't installed it:
Code:
./configure
make depend
make
Now wine works using the "wine" script found in the main folder of the sources, or using the loader/wine executable. However when I do these commands:
Code:
strace -e trace=open -o files.log -f ./wine myexe.exe
grep -v ENOENT files.log | grep -v home | sed 's/.*("//;s/",.*//' | grep / | sed 's,/bin/\.\.,,' | grep ./wine | sort -u> files.txt
The resulting files.txt is empty if ran from loader/wine, or only contains ./wine, if ran from main folder script.
The grep ./wine is why...
I may have time to look at this today and provide a solution to what you
need. However, don't count on it.
James McKenzie