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 Message-ID: <42DE0837.A91E1C80@dessent.net> Date: Wed, 20 Jul 2005 01:15:51 -0700 From: Brian Dessent MIME-Version: 1.0 To: Cygwin List CC: cygwin-xfree AT cygwin DOT com Subject: Re: compiling flpsed under Cygwin References: <42DDB680 DOT 30303 AT alltel DOT net> <6 DOT 2 DOT 1 DOT 2 DOT 0 DOT 20050719225728 DOT 03ce4120 AT pop DOT prospeed DOT 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 AT cygwin DOT com "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/