X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:cc:subject; q=dns; s= default; b=La4/ec3SeszTwMgDHX+CmadJDidMj9vNRsNrkef7t57PRrh11uP83 SEmuE9V1X9Cf70/FRpHoui7KFS/AFhV0Vk84Fehmor/AzuwRT/iastUkhQR/Cmjq N8PzRnJyd6MwBXVxTaqgXWItcmfzFmR3BI1HzxPeJaNR7pbNL60HKg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:cc:subject; s=default; bh=ZwMM1/0kreRVNGe8VKJi62Z1gS0=; b=dGyRfemSLUjplE4H5lchb5aMkB9C yVtqRNnt1pPRAQF4FulxbW4Nj3U91uLB3tJ7GxBuQuKcvijHOB5J+9VhlMudzc/7 UWE3NJImQYH3Pnhq0Bw4fQftpXN5OUnXofem36t+i0UDiEc57SoPpTfaGePjBkWX 0YMCY+MIo5tD4uo= 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 X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL,T_HDRS_LCASE autolearn=no version=3.3.2 Message-ID: <20130824180126.3348@binki> Date: Sat, 24 Aug 2013 18:01:26 +0900 From: wynfield AT gmail DOT com To: cc: Subject: mintty functionality I am attempting to create a desktop icon for cygwin based applicatin. I am using mkshortcut and mintty with the program to be invoked's name as am argument to mintty. The problem I'm encountering is that the applicatin that mintty is to run requires /usr/lib/lapack which is not in PATH when invoked from the desktop. I know I can do the windows thing to set a full microsoft windows PATH, but would prefer to keep it in the shortcut or in a mintty configuration file. In essence I want to apprend to the PATH environment variable the needed library path. Can this be done a.) with makshortcut or b.) with mintty. I couldn't find any reference in h ow to in the documentation. Any advice would be appreciated. Regards -- 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