Hi,

I'm trying use dlltool but I get following error:

$ /usr/i686-pc-mingw32/bin/dlltool --as=as -k -l libiphlpapi2.a --def iphlpapi.def
dpnvh.s: Assembler messages:
dpnvh.s:5: Error: cannot represent relocation type BFD_RELOC_RVA
dpnvh.s:10: Error: cannot represent relocation type BFD_RELOC_RVA
dpnvh.s:11: Error: cannot represent relocation type BFD_RELOC_RVA
/usr/i686-pc-mingw32/bin/dlltool: as exited with status 1

My test environment is "2.6.27.21-170.2.56.fc10.x86_64" using "mingw32-binutils-2.19-2.fc10 (x86_64)".

PS: I can execute the same commad in native Windows without errors.


Thank you.