X-Spam-Check-By: sourceware.org Message-ID: <45783A68.5030709@yahoo.com> Date: Thu, 07 Dec 2006 08:59:36 -0700 From: Keith Christian User-Agent: Debian Thunderbird 1.0.2 (X11/20060830) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Build problems --- putty-0.58-cygterm-20060525.tar.gz and putty-0.58.tar.gz Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Problem: Successful build on one XP machine but not on another. On the machine with the successful build, PuTTY-Cygterm is fabulous. I can't wait to get it working on the other machine. I was able to successfully build Puttycyg on one Windows XP machine, but not on another. Used the same source files on both machines, e.g. putty-0.58.tar.gz and the companion putty-0.58-cygterm-20060525.tar.gz. I also tried the 0.57 version of both source files, but the build failed at the same point. The machine having problems stops at the step below. The crt2.o file is the same on both machines, same path, and same filesize and date. I'm using the build instructions here: http://web.gccaz.edu/~medgar/puttycyg/BUILDING.txt. Again, I had a successful build on another nearly identical XP machine. Here's the last part of the output where it fails: gcc -mwindows -mno-cygwin -s -o putty.exe -Wl,-Map,putty.map be_all.o \ cmdline.o config.o cproxy.o cygterm.o dialog.o ldisc.o \ ldiscucs.o logging.o minibidi.o misc.o pinger.o portfwd.o \ pproxy.o proxy.o raw.o rlogin.o settings.o sizetip.o ssh.o \ sshaes.o sshblowf.o sshbn.o sshcrc.o sshcrcda.o sshdes.o \ sshdh.o sshdss.o sshmd5.o sshpubk.o sshrand.o sshrsa.o \ sshsh512.o sshsha.o sshzlib.o telnet.o terminal.o timing.o \ tree234.o version.o wcwidth.o wildcard.o win_res.res.o \ wincfg.o winctrls.o windefs.o windlg.o window.o winmisc.o \ winnet.o winnoise.o winpgntc.o winprint.o winstore.o \ wintime.o winucs.o winutils.o x11fwd.o -ladvapi32 -lcomctl32 \ -lcomdlg32 -lgdi32 -limm32 -lshell32 -luser32 -lwinmm \ -lwinspool ld: crt2.o: No such file: No such file or directory make: *** [putty.exe] Error 1 make: Leaving directory `/usr/src/putty-0.58/WINDOWS' My investigation of the whereabouts of crt2.o: ================================================================================================== Output of ---> locate /crt2 /cygdrive/c/cygwin/lib/mingw/crt2.o ================================================================================================== ================================================================================================== Output of ---> ls -l /cygdrive/c/cygwin/lib/mingw/crt2.o -rwxrwxrwx+ 1 kchristian Users 2260 Nov 18 15:29 /cygdrive/c/cygwin/lib/mingw/crt2.o ================================================================================================== Baffling. Any ideas? =====Keith -- 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/