Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <8074D95288C2D311AC660000F8106CC8EA7BC5@MSG1CHR> From: DAANEN Vincent To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: Dlltoll Error Date: Mon, 10 Apr 2000 13:05:02 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain 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 AT sourceware DOT cygnus DOT com