X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Lewis Hyatt Subject: Re: I need some pointers on compiling please. Date: Thu, 29 Mar 2007 11:23:52 -0400 Lines: 28 Message-ID: References: <10845a340703290531u3e22615fm4f9c51a20332e575 AT mail DOT gmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) In-Reply-To: <10845a340703290531u3e22615fm4f9c51a20332e575@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: 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 Richard Quadling wrote: > Hi. > > http://www.experts-exchange.com/Storage/Backup_Restore/Q_22479665.html > > Basically, I want to create DVD ISO images via some sort of command > line tool. Burning them is secondary at the moment, but this looks > entirely possible too. > > To that end I've downloaded cdrtools, de-tar'd it and then ran make > and got a "hang" on ... > > "checking if we may not define our own malloc()..." > > And that's it. Nothing else. > > I read that smake is recommended by the author of cdrtools, so I > downloaded that and ran make and got the same "hang". He only recommends smake because he wrote smake :-). Either build tool is going to call the same configure script, which is what is hanging for you. I just downloaded the distribution, untarred it, and typed "make", and it works fine for me. You might need to re-post more information, such as the output of 'cygcheck -svr', for people to help you out. I think usually the problem is a virus checker / firewall / etc that you have running in the background, but that's just a guess. -Lewis -- 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/