Re: d3dx9.lib is not managed by ld, but libd3dx9.a is

2009-06-10 Thread Peter Rosin
Den 2009-06-07 08:52 skrev Ralf Wildenhues: * Roumen Petrov wrote on Thu, Jun 04, 2009 at 08:54:24PM CEST: GNU compiler(mingw) use suffix '.a' for static library and '.dll.a' for import libraries. If a xx.lib file is found in search path libtool has to process file and to find its type(stati

Re: d3dx9.lib is not managed by ld, but libd3dx9.a is

2009-06-07 Thread Ralf Wildenhues
* Roumen Petrov wrote on Thu, Jun 04, 2009 at 08:54:24PM CEST: > Vincent Torri wrote: >> I'm writing a dll using D3D and autotools stuff (MSYS / MinGW). I pass >> -ld3dx9 and i have added everything so that the dll is built. >> >> If I add from the DirectX SDK d3dx9.lib in /mingw/lib, i have the

Re: d3dx9.lib is not managed by ld, but libd3dx9.a is

2009-06-04 Thread Roumen Petrov
Vincent Torri wrote: Hey, I'm writing a dll using D3D and autotools stuff (MSYS / MinGW). I pass -ld3dx9 and i have added everything so that the dll is built. If I add from the DirectX SDK d3dx9.lib in /mingw/lib, i have the usual warning message from linker / libtool: *** Warning: linker

d3dx9.lib is not managed by ld, but libd3dx9.a is

2009-06-02 Thread Vincent Torri
Hey, I'm writing a dll using D3D and autotools stuff (MSYS / MinGW). I pass -ld3dx9 and i have added everything so that the dll is built. If I add from the DirectX SDK d3dx9.lib in /mingw/lib, i have the usual warning message from linker / libtool: *** Warning: linker path does not have re