I'm totally new to libggi AND DirectX, so you can understand that I'm a bit lost just getting the libraries together.
 
I've got everything compiling, except I don't get any dlls built for the directx targets.  Instead I find the follow message.  What is it talking about?  How do I make these static libraries that it seems to want?
 
generating import library for `cyggg-0.dll'
dlltool --as=as --dllname cyggg-0.dll --def .libs/cyggg-0.dll-def --output-lib .
libs/libimp-cyggg-0.a
rm -fr .libs/dxinput.la .libs/dxinput.* .libs/dxinput.*
 
*** Warning: This library needs some functionality provided by -ldinput.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
 
*** Warning: This library needs some functionality provided by -ldxguid.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
 
*** Warning: This library needs some functionality provided by -lgdi32.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
 
*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module dxinput.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/dxinput.a input.lo di.lo
 
 
Thanks,
Aaron.

Reply via email to