hi, is there a config flag for Wine's configure script which allows me point a library's exact position (both header and binary). Ozan
ozan wrote:> is there a config flag for Wine's configure script which allows me point a library's exact position (both header and binary).Are you talking about compile-time or run-time? For compile-time see output of './configure --help'. For run-time, headers are irrelevant. As for the binary, depends on which library you are talking about system or dll? For system - set LD_LIBRARY_PATH env var, for dll - set PATH via registry.
vitamin wrote:> > ozan wrote: > > libxcomposite /usr/lib > > libgsm /usr/lib > > libopenall /usr/lib > > > > they look default to me > > You sure those are 32-bit?64 bit libraries in slackware 64 is in /lib64 /usr/lib64 and /usr/local/lib64 yes they are 32 bit and i used stock slackware packages