X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <482B44DB.5040806@cygwin.com> Date: Wed, 14 May 2008 16:00:27 -0400 From: "Larry Hall (Cygwin)" Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070505 Remi/2.0.0.0-3.fc4.remi Lightning/0.8 Thunderbird/2.0.0.0 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: please help References: <181553 DOT 909 DOT qm AT web33507 DOT mail DOT mud DOT yahoo DOT com> In-Reply-To: <181553.909.qm@web33507.mail.mud.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Longyu Mei wrote: > Great! I see friends are here now. > > Let me tell you the entire story. > > We have a Linux application without any GUI. We used > ACE (for socket) and boost for portability. It is a > product now. We did not build it on Windows before > even we plan to do that. Now we try too see if we can > build and run it on Windows machine. > > I did a little research and then decided try CygWin > first. I used the setup to download and install > CygWin. I copy the entire project tree from source > control onto my XP machine. > > Then I start the CygWin by click the Cygwin icon and > cd to my source directory and tried "make clean" as I > did on Linux machine. > > The first two lines are the error messages I mentioned > on my previous email. > > I did do any system environment variable configuration > which is not required. > > The issue is why that librt.so is required and why > there is no such file under the installation. I have > installed ALL packages. Shared objects are a *nix manifestation. The closest thing on Windows is dynamic link libraries (DLL). There are significant differences in these two concepts though so if you're app is relying on the existence and semantics of SOs, you're in for a long, difficult port to Windows. Cygwin won't magically massage this away for you. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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/