Does cdrtools work under Cygwin 1.5.3? (was Re: Proposal: tetrix)

Jason Tishler jason@tishler.net
Tue Sep 16 20:32:00 GMT 2003


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
-------------- next part --------------
--- 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)

-------------- next part --------------
--
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/


More information about the Cygwin mailing list