This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Dlltoll Error


	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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]