Paul Jackson <sa212+wine@xxxxxxxxxxx> writes: > Or, to put it another way: the dependency problem exists because a > dynamically linked app dlopens libs which may potentially not exist on > the target, and which could be very difficult to build on the > target. So why not just statically incorporate the Unix code? No > dependencies, and the windows world can't tell. That wouldn't work. There are many things that depend on dynamic linking on the Unix side too, like dns lookups or opengl. Just forget about static linking, it's not a viable solution for anything except very simple apps. -- Alexandre Julliard julliard@xxxxxxxxxx _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users