Changes between Version 13 and Version 14 of libwdi/faq


Ignore:
Timestamp:
08/31/10 01:03:37 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi/faq

    v13 v14  
    3737}}} 
    3838 
     39'''I get "Warning: linker path does not have real file for library -lsetupapi/-lole32" when compiling with MinGW''' 
     40  Use the latest version of libtool (2.2.10 or later). If pre-built binaries are not available, you might have to recompile it [http://ftp.gnu.org/gnu/libtool/ from source]. 
     41 
     42'''I get "gcc.exe: CreateProcess: No such file or directory" when compiling with MinGW''' 
     43  You are probably attempting to cross compile on an environment where the default gcc cannot produce executables. Because libwdi requires the compilation and execution of an embedder.exe native to the host, the host's default gcc '''must''' be able to produce executables that run on the compilation platform. 
     44 
     45 
    3946== Running libwdi == 
    4047