X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=1.2 required=5.0 tests=AWL,BAYES_50,FAKE_REPLY_C,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Message-ID: <2155C7F292F8428083A5F2165CEA94D0@dumbopc> From: "Chloe" To: , Subject: Re: Package 'lapack' is not installing correctly using setup Date: Sun, 11 Mar 2012 16:39:20 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 OMG I didn't realize I had to exit the shell and start a new one. Thanks, it worked! Old shell console: ------------------------ $ splitpath /usr/local/bin /usr/bin /cygdrive/c/WINDOWS/system32 /cygdrive/c/WINDOWS /cygdrive/c/WINDOWS/System32/Wbem /cygdrive/c/WINDOWS/system32/WindowsPowerShell/v1.0 /cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn/VSShell/Common7/IDE /cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn /cygdrive/c/Program Files/Microsoft SQL Server/100/DTS/Binn /cygdrive/c/Program Files/DTN/IQFeed /cygdrive/c/Program Files/OpenVPN/bin /cygdrive/c/Program Files/Java/apache-ant-1.8.2/bin ------------------------- New shell console: ----------------------------- $ splitpath /usr/local/bin /usr/bin /cygdrive/c/WINDOWS/system32 /cygdrive/c/WINDOWS /cygdrive/c/WINDOWS/System32/Wbem /cygdrive/c/WINDOWS/system32/WindowsPowerShell/v1.0 /cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn/VSShell/Common7/IDE /cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn /cygdrive/c/Program Files/Microsoft SQL Server/100/DTS/Binn /cygdrive/c/Program Files/DTN/IQFeed /cygdrive/c/Program Files/OpenVPN/bin /cygdrive/c/Program Files/Java/apache-ant-1.8.2/bin /usr/lib/lapack ----------------------------------------- Bonus ---------- alias splitpath="echo \$PATH | cut -d: -f1- --output-delimiter=$'\n'" ---------- > - what is the PATH ? > PATH: /home/marco/bin > PATH: /usr/local/bin > PATH: /usr/bin > PATH: /usr/lib/lapack > > I suspect you redefined the path and the > /etc/profile.d/lapack0.csh > /etc/profile.d/lapack0.sh > > scripts are not effective. > > Regards > Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple