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 Date: Tue, 16 Sep 2003 16:32:21 -0400 From: Jason Tishler To: cygwin AT cygwin DOT com Subject: Re: Does cdrtools work under Cygwin 1.5.3? (was Re: Proposal: tetrix) Message-ID: <20030916203221.GA2068@tishler.net> Mail-Followup-To: cygwin AT cygwin DOT com References: <20030912160226 DOT GG1840 AT tishler DOT net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Andrew, On Tue, Sep 16, 2003 at 07:04:02PM +0100, Andrew B. Clegg wrote: > On Fri, 12 Sep 2003, Jason Tishler wrote: > > Does cdrtools work under Cygwin 1.5.3? IIRC, the last Cygwin > > version that worked was 1.3.17. I haven't tried since 1.3.22. > > In all honesty I haven't tried since 1.3.something -- I *think* it was > 1.3.22 but it was on a machine at the employer that I've just left. I > never upgraded that machine as I knew I was about to leave anyway. My WAG is you tried under 1.3.17 or earlier. cdrtools under 1.3.22 would lock up my machine. > Obviously there's no point proposing the package til I can get it to > compile on 1.5.3 -- or whatever version we have by the time I get > round to it. If anybody's had any successes on these lines, let us > know? cdrtools builds OOTB under Cygwin 1.5.x (and all other versions that I tried in the past). Just type "make" -- it's that easy. However, "make install" requires the attached one line patch. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="i486-cygwin32_nt-gcc.rul.diff" --- i486-cygwin32_nt-gcc.rul.orig 2003-02-27 09:25:46.000000000 -0500 +++ i486-cygwin32_nt-gcc.rul 2003-02-27 09:27:24.000000000 -0500 @@ -76,3 +76,4 @@ RMDEP= : MKDEP= @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); gcc -M MKDEP_OUT= +INSTALL= @echo " ==> INSTALLING \"$@\""; install -c -m $(INSMODEINS) --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii -- 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/ --x+6KMIRAuhnl3hBn--