Dlltoll Error
DAANEN Vincent
VDAANEN@CHRU-LILLE.FR
Mon Apr 10 04:06:00 GMT 2000
Hi,
I'm trying to build a library from a dll using dlltool. My system is mingw32
2-95-2, Cygwin B20.1 user.exe installed.
When I'm using dlltool to create the .a library by doing the following
commands :
- echo EXPORTS > foo.def
- nm foo.lib | grep '-T _' | sed 's/.* T _//' >> foo.def
- dlltool --def foo.def --dllname foo.dll --output-lib libfoo.a --k
on dlltool commands, dlltools complains for as. this program is in
my /mingw32/bin directory, which is the path.
I try to add --as=as but I obtain the same results ?
What's wrong ?
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list