Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3A37EE20.E1217018@ece.gatech.edu> Date: Wed, 13 Dec 2000 16:46:08 -0500 From: Charles Wilson X-Mailer: Mozilla 4.7 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: John Wiersba CC: "'cygwin'" Subject: Re: curses problem trying to build ruby References: <03F4742D8225D21191EF00805FE62B9904B3F689 AT aa-msg-01 DOT medstat DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit John Wiersba wrote: > > Charles, > > Perfect! That was the problem. I solved it by reinstalling everything from > scratch. The make of ruby is going much better. Thanks for your help!! Glad it's working. (more or less) > I'm having a problem further on now. I've sent email to the author, but I > thought I'd ask you on the off chance that you've actually built ruby. > > make[1]: Leaving directory `/jrw/ftp/ruby/junk/ruby-1.6.1/ext/Win32API' > make[1]: Entering directory `/jrw/ftp/ruby/junk/ruby-1.6.1' > windres --include-dir . --include-dir . --include-dir ./win32 ruby.rc > ruby.res.o > > gcc -g -O2 main.o ruby.exp ruby.res.o librubys.a -lcrypt -o ruby.exe > gcc: ruby.exp: No such file or directory > make[1]: *** [ruby.exe] Error 1 > make[1]: Leaving directory `/jrw/ftp/ruby/junk/ruby-1.6.1' > > There's no ruby.exp (and I couldn't see how one is supposed to be made -- I > tried "make ruby.exp"). No, I haven't built ruby. But my guess is that "ruby.exp" is an exports (or basefile) list that is supposed to be generated when 'make ruby' builds the core Ruby.dll. Check the 'dllwrap' command in your makefile. --Chuck -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com