From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 876 invoked by alias); 20 Jul 2005 08:12:05 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 828 invoked by uid 22791); 20 Jul 2005 08:11:54 -0000 Received: from dessent.net (HELO dessent.net) (66.17.244.20) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 20 Jul 2005 08:11:54 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1Dv9g5-0008BN-6i; Wed, 20 Jul 2005 08:11:42 +0000 Message-ID: <42DE0837.A91E1C80@dessent.net> Date: Wed, 20 Jul 2005 08:12:00 -0000 From: Brian Dessent MIME-Version: 1.0 To: Cygwin List CC: cygwin-xfree@cygwin.com Subject: Re: compiling flpsed under Cygwin References: <42DDB680.30303@alltel.net> <6.2.1.2.0.20050719225728.03ce4120@pop.prospeed.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Report: -5.9/5.0 ---- Start SpamAssassin results * -3.3 ALL_TRUSTED Did not pass through any untrusted hosts * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] * 0.0 AWL AWL: From: address is in the auto white-list ---- End SpamAssassin results X-IsSubscribed: yes Reply-To: cygwin@cygwin.com X-SW-Source: 2005-07/txt/msg00903.txt.bz2 "Stephen P. Harris" wrote: > Well I installed LyX 1.3.1 before the current port to native Windows, > LyX 1.3.6. So I used the recommendation found at the porter's website. What he means is that Cygwin/X long ago transitioned from XFree86 to X.org for the X server. If you are still using the ancient XFree86 packages you would be very well advised to remove them and install the xorg-x11-* packages. From the standpoint of the application it doesn't matter, X11 is X11. > I think fltk compiles and installs ok. The ./configure for > flpsed fails after finding fltk-config at the next two lines: > > Checking for open in -lX11 ... no > Error LixXll.so not found [doesn't come with Cygwin] You need the -devel package installed (xorg-x11-devel) and then you can link with -lX11. Again, this is why we ask for people to post the output of "cygcheck -svr" when asking for help so that we can see what packages you have installed. 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/