Re: setting cygwin PATH

2007-04-30 Thread Fungazid
--- John Morrison <[EMAIL PROTECTED]> wrote: > Hi Fungazid, > > (Just a netiquette point, bottom posting is expected > on the cygwin lists > and responses are best kept there :) ) > > .bashrc is run because, for a login shell, > .bash_profile tells it to be. &g

Re: setting cygwin PATH

2007-04-30 Thread Fungazid
Hello John ;), I did the same thing with xemacs. The problem is that it is not enough if I want the path to stay permanently. How do cygwin knows to look at this file (".bashrc") in the HOME directory ? Avi --- John Morrison <[EMAIL PROTECTED]> wrote: > On Mon, April 30, 200

setting cygwin PATH

2007-04-30 Thread Fungazid
Hello to you the cygwin people, I'm working with cygwin. I added a directory "/home/T-COFFEE/bin/" to PATH by: export PATH=/home/T-COFFEE/bin:`printenv PATH` I typed it in the cygwin command line. after that 'printenv PATH' showed the new directory. But the new directory remained only temporari

installing DBD::mysql under cygwin

2007-04-26 Thread Fungazid
Hello to cygwin@cygwin.com people Thnak you Brian for your great help, yet I stilll have a little problem. I am not sure this is a cygwin question anymore, but I would be greatful if you can take a look. I am trying to install DBD::mysql under cygwin in windows xp. I followed the instruction

Re: perl DBD::mysql under cygwin question

2007-04-25 Thread fungazid fungazid
ail me directly. I set the > reply-to to the > list. ] > > fungazid fungazid wrote: > > > 1) cygwin is installed under C:\cygwin folde. > > 2) I unpacked mysql linux source to > C:\cygwin\home. > > 3) I CD to the new folder > > (C:\cygwin\home\mysql-5.0.

Re: perl DBD::mysql under cygwin question

2007-04-25 Thread fungazid fungazid
: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/mysql-5.0.37' make: *** [install] Error 2 --- Brian Dessent <[EMAIL PROTECTED]> wrote: > fungazid fungazid wrote: > > > Then I tried to install DBD::mysql. > > ccording to the instructions I have to

Re: perl DBD::mysql under cygwin question

2007-04-25 Thread fungazid fungazid
/sql-bench' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home/mysql-5.0.37/sql-bench' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/mysql-5.0.37' make: *** [install] Error 2 Avi --- Brian Dessent <[EMAIL PROTECTED]> wr

perl DBD::mysql under cygwin question

2007-04-25 Thread fungazid fungazid
Hello the cygwin people, I decided to use cygwin because I'm working with biological packages that run on linux unix, and I work mainly on windows. I have only little experience with linux\unix. I installed cygwin on my windows xp recently, with all modules. I had no problems with running perl sc