Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: 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: <199908272009.PAA01356@pickens.cis.uab.edu> Date: Fri, 27 Aug 1999 15:09:52 -0500 (CDT) From: Yong Wang Reply-To: Yong Wang Subject: vtk question To: cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: CHIEGu2DsldXmhNbDaRHRQ== X-Mailer: dtmail 1.2.1 CDE Version 1.2.1 SunOS 5.6 sun4u sparc Hello! I want to compile some VTK programs using Cygwin (on NT 4.0). The problem is I don't have the proper library file --- libvtkdll.a. From the mailing archive, I found some instruction to make it: %impdef vtkdll.dll >vtkdll.def %dlltool --dllname vtkdll.dll --def vtkdll.def --output-lib libvtkdll.a -k I can get vtkdll.def and libvtkdll.a. By when I link it with my program ( using "-lvtkdll"), I got lots of error messages about "undefined reference .....". It seems that it was not really linked. I've looked in FAQ and archive I can find but there are no explicit instructions on how to solve this. Can anyone give me some help on this? Thank you so much. Yong Wang -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com