X-Spam-Check-By: sourceware.org Date: Fri, 12 May 2006 09:30:08 -0400 (EDT) From: Igor Peshansky Reply-To: cygwin AT cygwin DOT com To: "Jonathan C. Allen" cc: cygwin AT cygwin DOT com Subject: Re: (1.5.19) problem compiling screen 4.0.2 In-Reply-To: <20060512015539.GB6284@SDF.LONESTAR.ORG> Message-ID: References: <20060512015539 DOT GB6284 AT SDF DOT LONESTAR DOT ORG> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On Thu, 11 May 2006, Jonathan C. Allen wrote: > I get these conftest.exe errors when attempting to build > screen 4.0.2 on cygwin 1.5.19. I can't tell if they're a > real problem or not because configure keeps going until > hitting the "no tgetent - no screen" error. This is also > confusing because I have libncurses installed. > > Has anyone had luck building screen 4.0.2? > > Full log: > http://jca.sdf1.org/cygwin/config.log > > Snip: > [...] > configure: checking select... > configure: checking fifos... > - your fifos are usable > rm: cannot remove `conftest.exe': Permission denied It would seem that the following test is the culprit: configure:4159: checking fifos... configure:4242: gcc -o conftest.exe -g -O2 conftest.c >&5 configure:4245: $? = 0 configure:4247: ./conftest.exe configure:4250: $? = 0 After this point, conftest.exe cannot be removed. Looking around line 4167 of screen's configure should show what exact code has this behavior. You can then compile it separately and see if you can reproduce it. After that, it's a matter of debugging. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu | igor AT watson DOT ibm DOT com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- 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/