Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 9 Oct 2003 18:48:59 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <189715004952.20031009184859@familiehaase.de> To: Charles Plager CC: cygwin AT cygwin DOT com Subject: Re: Perl Tk in Cygwin (using X) In-Reply-To: <3F8589F4.1040908@physics.ucla.edu> References: <3F846F0E DOT 4070908 AT physics DOT ucla DOT edu> <20031009112428 DOT 12479 DOT 6 AT llama DOT ing-simmons DOT net> <3F857413 DOT 4090105 AT physics DOT ucla DOT edu> <3F85783F DOT 8060304 AT physics DOT ucla DOT edu> <145711360682 DOT 20031009174815 AT familiehaase DOT de> <3F8589F4 DOT 1040908 AT physics DOT ucla DOT edu> MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Charles schrieb: > Hi Gerrit, > Not quite there yet... > I went to '/usr/X11R6/bin'. There is no file 'libX11.dll.a', but there > is a 'libX11.dll', so I did 'ln -s libX11.dll libX11.a'. I closed the > window, opened a new bash session, and tried compiling. I got the same > error (below). > Did I pick the right directory? Did I pick the right file? No, look into /usr/X11R6/lib. we need the import libraries there and don't link directly against the DLLs. If you don't have the importlibraries installed, do it at first. libX11.dll.a and the others are in the package XFree86-prog-4.3.0-7. BTW, symlinks to DLLs are not working on Windows. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/