Hi! I'm new in the list and need yours help. I want make a statically executable wine for executing in a cdrom. It's this possible, and if it's possible, how i do it?. Thanks for all.
> I'm new in the list and need yours help. I want make a statically executable > wine for executing in a cdrom. It's this possible, and if it's possible, how > i do it?.I don't think it's possible, without a few changes to wine itself. You should have a way of allowing wine to find it's libs with a relative path, and even if they aren't in a directory listed in ld.so.conf. It probably isn't impossible but I don't think it's that trivial. Ivan.