delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,TW_YG |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <5086A152.1000307@cs.umass.edu> |
Date: | Tue, 23 Oct 2012 09:53:22 -0400 |
From: | Eliot Moss <moss AT cs DOT umass DOT edu> |
Reply-To: | moss AT cs DOT umass DOT edu |
User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: real beginer |
References: | <1350998927796-93898 DOT post AT n5 DOT nabble DOT com> |
In-Reply-To: | <1350998927796-93898.post@n5.nabble.com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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 10/23/2012 9:28 AM, Trixie wrote: > I'm real beginner with cygwin, actually linux and everything related. > But i need to instal and use certain fortran based program. I installed > cygwin and several packages. I'm trying to call certain module and all i get > is > bash: module: command not found > I googled it up and i found the solution that i should call > /etc/profile.d/modules.sh before my module. but there is now module.sh in my > /profile.d folder! Did i miss some package to install? What should i do? > Please help! I desperately need to start that program :((( Dear Trixie: cygwin does not magically bring all of Linux to the Windows environment. Rather, it provides a library of Linux (posix, actually) calls that allows many Linux programs to be re-built to run under Windows, including bash (and other shells). I do not see the module program as being available as a regular cygwin package. There is also a collection of packages called cygport (more things ported to run under cygwin), and I don't see it there either. So it would appear that it has not been ported. However, it is generally something used with another program, the one you really want to use, to help in setting up environment variables such as your path. So ... what is the program you really want to run? We can see whether THAT program is available at all under cygwin. It may or may not be difficult to port the module package to cygwin; someone would have to try. Many programs port, but not every aspect of Linux appears in cygwin, so not everything ports, and the level of effort needed varies. Regards -- Eliot Moss -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |