Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <425C466D.90A60B6B@dessent.net>
Date: Tue, 12 Apr 2005 15:06:37 -0700
From: Brian Dessent <brian@dessent.net>
Organization: My own little world...
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: irc
References: <F71C0DC6B4FD3648815AAA7F969E3529BE1909@sr002-2kexc.ateb.com> <95a8830605041214435ae48645@mail.gmail.com> <95a8830605041214513a9252e1@mail.gmail.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com

beau wrote:

> On Apr 12, 2005 2:43 PM, beau <phaedral@gmail.com> wrote:
> > When I tried irssi at the command line I got
> > "command not found."
> Sorry for the noise; irssi.exe was buried deep at
> /home/Me/irssi-0.8.0/src/fe-text/irssi.exe; I'm sure this the expected
> behavior and that the lack is mine.  All I need to do is alias in my
> .bashrc, right?

That is one way, but the usual way is to do "make install" after the
program is built which copies the binaries to $prefix/bin.  If you
didn't specify $prefix when configuring, it's probably /usr/local, which
means it will be installed into /usr/local/bin which is the usual place
for locally compiled/installed binaries.  I don't know if Cygwin's
default profile adds /usr/local/bin to the path, if not you'd want to
add it and then do "make install".  This will also take care of manpages
and so on so that "man irssi" will work as well.  It's a lot cleaner
than running it from the build directory.

Brian

--
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/

