X-Spam-Check-By: sourceware.org Message-ID: <43F2DE5D.E354E051@dessent.net> Date: Tue, 14 Feb 2006 23:55:09 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: G++ Missing libraries in cygwin References: <43f2d7ed DOT 5d95d90b DOT 40b2 DOT ffff90e9 AT mx DOT gmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 Sam F Williams III wrote: > Thanks for the response, Chris. I checked the mount table and D:\cygwin\lib > is indeed properly mounted as /usr/lib. I'm attaching the cygcheck output > in the hope that you guys can help. Please let me know if you see anything > amiss. Everything in your cygcheck looks fine. You say that "when I check the /usr/lib folder it is completely empty". How are you doing this -- are you typing "ls -l /usr/lib" or are you using Windows Explorer/CMD.EXE? Because if you are doing the latter and you are looking in D:\cygwin\usr\lib then indeed you should see a completely empty directory. However, if you use "ls -l /usr/lib" or if you use Explorer to look at D:\cygwin\lib you should see a number of files. This is a natural consequence of how mounts work, and I think this is a red herring. Let's step back for a moment, because you originally said you cannot compile anything. Give us an example of exactly the commands you use to compile and link, and exactly what happens in response, and how it's different from what you expect if it's not obvious. Use a hello world example program or some code that is publicly available so that we don't have to guess about the contents of source files or Makefiles. Brian -- 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/