Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: cygwin mailing list Subject: Re: Problems installing cygwin-XFree86 on a Dell WIN2K box X-No-Archive: Y X-Home-Page: http://www.geocities.com/coalition_for_national_day_care References: <200204111516 DOT g3BFGdN1270631 AT mail DOT hiwaay DOT net> From: Elizabeth Barham Date: 11 Apr 2002 10:55:41 -0500 In-Reply-To: "Dr. Lawrence Ward Spradley"'s message of "Thu, 11 Apr 2002 10:17:28 -0500" Message-ID: <87sn626xhe.fsf@liliwhite.renaissance.oasis> Lines: 38 "Dr. Lawrence Ward Spradley" writes: > I also looked through the Xinstall.sh script to try to assess why it > was stopping. It appears to need a program called extract, which I > think is part of the XFree86 download. Yes it is. It worked for me by having extract in the same directory as the various X files, Xbin.tgz, Xdoc.tgz, etc. For example, I downloaded the X files into the /tmp directory, including extract.exe ; it installed very easily. If the extract.exe you downloaded is compressed (it looks like "extract.exe.gz") then you'll need to decompress it with the gunzip command. Provided you've installed the gzip package, this can be done with "gunzip extract.exe.gz". > The script also contains comments about linking extract to gnu-tar. # Link extract to gnu-tar so it can also be used as a regular tar case "$OsName" in CYGWIN*) rm -f gnu-tar ln -s extract.exe gnu-tar ;; *) rm -f gnu-tar ln extract gnu-tar ;; esac This is simply providing a link between exact and gnu-tar - making gnu-tar a synonym for extract (that is, when you run "gnu-tar" it does the same thing as running extract - they're the same programs [ note this is entitled "gnu-tar" ]. Is extract.exe in the same directory as the Xinstall.sh? Elizabeth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/