X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: mssing packages for cygwin Date: Mon, 2 Oct 2006 00:38:53 +0100 Message-ID: <046401c6e5b2$c151a2d0$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk 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 On 01 October 2006 18:46, Igor Peshansky wrote: > On Sun, 1 Oct 2006, Dave Korn wrote: > >> On 01 October 2006 03:43, Tom Lee wrote: >> >>>> According to Tom Lee on 9/29/2006 10:23 PM: >> >>>>> when I copy cpp.exe and all cygwin related dll to another computer, >>>>> I got the error: cpp: installation problem, cannot exec 'cc1': No >>>>> such file or directory >>>> >>>> Are you SURE you copied all things cygwin related? >>> >>> Just checked if I just want to run cpp and copy >>> C:/cygwin/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe over, it works fine. >> >> Nope, it's still broken. You didn't copy over the fixed includes, you >> didn't copy over libgcc, you left out loads of stuff. It's really >> difficult to copy applications from one machine to another like this and >> not miss anything out. > > One thing that might work is > > cygcheck -l gcc-core gcc-g++ | tar -T - -czf gcc_files.tgz > > then copy gcc_files.tgz to the other machine and untar it. Well, yes, that might work. Then again, you might as well just copy the binary package tarballs across to the new machine and untar them in the root directory. There's no postinstall scripts, so it's absolutely guaranteed to work and be complete and correct. Anything else is just an approximation really. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/