public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Basic Questions
@ 2000-04-13  9:28 Patrick Ohnewein
  2000-04-13  9:38 ` Larry Hall (RFK Partners, Inc)
  0 siblings, 1 reply; 7+ messages in thread
From: Patrick Ohnewein @ 2000-04-13  9:28 UTC (permalink / raw)
  To: cygwin

Sorry for this question, but I didn't find anything related in the docs
neither in the archives of the mailing list.

Now is there some doc for cygwins-bash B20 available somewhere. I need
to set bell-style=visible, because the beeping annoyes my coworkers. Now
I tried to create an .inputrc file in my home dir, which seams to not be
read. performing set bell-style=visible doesn't work, doing it in the
.bashrc (which get's read from my HOME dir) doesn't work neither. So I
tried to set the environment in the startup .bat-file. But it seams the
shell doesn't care about the env var.

How can I deactivate this horror bell :-)

Another question how can I change LS_COLOR for ls, where do I get docs
related dircolors

Where should I perform calls to bind, to change keymapping, because
.inputrc doesn't get read and calling bind in .bashrc doesn't have
effect. And may be a BUG in bind:

# bind -p > ~/bindings
# bind -f ~/bindings

sometimes does output that the file bindings doesn't exist and when it
doesn't output any error message it doesn't change bindings.

I am only able to change bindings from command line, how should I make
them persistent?

thanks in advance

patrick

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Basic Questions
  2000-04-13  9:28 Basic Questions Patrick Ohnewein
@ 2000-04-13  9:38 ` Larry Hall (RFK Partners, Inc)
       [not found]   ` <4.3.1.2.20000413124827.00bad250@pop.ma.ultranet.com>
  0 siblings, 1 reply; 7+ messages in thread
From: Larry Hall (RFK Partners, Inc) @ 2000-04-13  9:38 UTC (permalink / raw)
  To: Patrick Ohnewein; +Cc: cygwin@sourceware.cygnus.com

At 12:24 PM 4/13/00, you wrote:
>Sorry for this question, but I didn't find anything related in the docs
>neither in the archives of the mailing list.
>
>Now is there some doc for cygwins-bash B20 available somewhere. I need
>to set bell-style=visible, because the beeping annoyes my coworkers. Now
>I tried to create an .inputrc file in my home dir, which seams to not be
>read. performing set bell-style=visible doesn't work, doing it in the
>.bashrc (which get's read from my HOME dir) doesn't work neither. So I
>tried to set the environment in the startup .bat-file. But it seams the
>shell doesn't care about the env var.
>
>How can I deactivate this horror bell :-)
>
>Another question how can I change LS_COLOR for ls, where do I get docs
>related dircolors
>
>Where should I perform calls to bind, to change keymapping, because
>.inputrc doesn't get read and calling bind in .bashrc doesn't have
>effect. And may be a BUG in bind:
>
># bind -p > ~/bindings
># bind -f ~/bindings
>
>sometimes does output that the file bindings doesn't exist and when it
>doesn't output any error message it doesn't change bindings.
>
>I am only able to change bindings from command line, how should I make
>them persistent?
>
>thanks in advance
>
>patrick



Regular bash docs will do here.  There's nothing special about the Cygwin
version.  I think .inputrc is only read for login shells (I could very 
well be wrong about this).  You must make sure your .login file is BINARY
format.



Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX
                                        (508) 560-1285 - cell phone



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Basic Questions
       [not found]     ` <4.3.1.2.20000414102032.00d87100@pop.ma.ultranet.com>
@ 2000-04-20  1:24       ` Patrick Ohnewein
  2000-04-20 13:59         ` Michael Hirmke
  0 siblings, 1 reply; 7+ messages in thread
From: Patrick Ohnewein @ 2000-04-20  1:24 UTC (permalink / raw)
  To: Larry Hall (RFK Partners, Inc), cygwin

Yea now it seams I found a way to nearly accomplish what I need.

I did set my mounts now in a very basic manner, like mounts are thought
to be set :-)

And for the rest I use links.

this are my mounts
Device           Directory           Type        Flags
G:               /G                  native      text!=binary
D:               /D                  native      text!=binary
C:               /                   native      text!=binary

And here my links
lrw-r--r--   1 544      everyone       24 Apr 17 19:58 java ->
/G/jdev/Java/
lrw-r--r--   1 544      everyone       46 Apr 17 20:01 jdbc ->
/G/jdev/Java/it/prodata/tools/jdbc/
lrw-r--r--   1 544      everyone       19 Apr 17 19:59 jdev -> /G/jdev/
-r--r--r--   1 544      everyone   156496 Mar  1 15:52 ntldr
lrw-r--r--   1 544      everyone       30 Apr 17 19:59 patch ->
/G/jdev/JPatch_122/
lrw-r--r--   1 544      everyone       35 Apr 17 19:59 pro ->
/G/jdev/Java/it/prodata/
drwxr-xr-x   2 544      everyone        0 Apr 17 22:19 tmp
drwxr-xr-x   3 544      everyone        0 Mar  7 15:31 users
lrw-r--r--   1 544      everyone       54 Apr 17 20:01 zeiterfassung ->
/G/jdev/Java/it/prodata/gest/zeiterfassung/

Now it seams to work nearly! My problem is is I am in a linked directory
say
patiii:/pro$
and I start my editor (a Win32 editor called CodeWride by Premia) using
a cmd-Batch (didn't try with a bash script, have less experience with
it) I am just able to give files as parameter in a reletive fashion:
patiii:/pro$e Test.java
patiii:/pro$e ../Hallo.java

But not absolute fashions:
patiii:~$e /pro/Hallo.java


I think this is because the Win app doesn't know anything about the
links and the bash doesn't make the translation, could I activate link
translation or something?

thanks larry for all ur help with the mounting problems!

Ohh someone knows where I can get ncurses, I couldn't find it nowhere
even not on the new util mirror www.franken.de. Would like the clear
command for bash!

cu Patrick

"Larry Hall (RFK Partners, Inc)" wrote:
> 
> At 04:50 AM 4/14/00, you wrote:
> >Fuck I'm not able to set this mount points correctly
> >
> >Now I explain u:
> >
> >I have 3 phisical partitions
> >C:      -> NTFS -> WINNT System
> >D:      -> NTFS -> USERS Directory (just for me) and other stuff like
> >download, ...
> >G:      -> FAT  -> Sources for developing
> >
> >My HOME env is set to
> >~$ echo $HOME
> >/D/users/patrick
> >
> >Would like to have my developing dirs into my home dir, like u see from
> >my mounts.
> >But it wont work.
> >
> >Do I have to use '/' or '\' ?
> >Do I have to use Volumes like G:, D:
> >    or should I use /G/..., /D/...
> >    or should I use //G/..., //D/...
> 
> Check out my last email for some of this.  You should use '/' for Cygwin
> paths.  You can use either '/' or '\\' for the Windows paths.  You can
> mount the Windows drives to any (existing) directory you like.  You don't
> need to have the directory be named the same as the drive (although many
> people like that convention).  Don't use '//<drive letter>'.  Its a
> deprecated feature from b20.x that will only cause you trouble (if it
> hasn't already).  Windows uses "//" (or "\\" in Windows world) to indicate
> a network path.  Windows will try to interpret anything that follows as a
> host name....
> 
> What wrong with something simple like:
> 
> mount c: /
> mkdir /d /g
> mount d: /d
> mount g: /g
> 
> ??
> 
> >I tried some out, but now nothing seams to work anymore :-(
> >
> >I really don't understand
> >
> >cu patrick
> >
> >"Larry Hall (RFK Partners, Inc)" wrote:
> > >
> > > At 12:42 PM 4/13/00, you wrote:
> > > >Sorry I have no .login file meither in ~ nor in /
> > >
> > > You don't necessarily need one.
> > >
> > > >btw. some questions:
> > > >
> > > >1)
> > > >Here I send u my (virtual) fstab :-). It works pretty good for me to
> > > >manage it in this manner
> > > >~$ mount
> > > >Device           Directory           Type        Flags
> > > >G:jdev\Java\it\prodata /D/users/patrick/pro    native      text!=binary
> > > >G:jdev\JPatch_122 /D/users/patrick/patch    native      text!=binary
> > > >G:jdev           /D/users/patrick/jdev    native      text!=binary
> > > >D:               /D                  native      text!=binary
> > > >C:               /                   native      text!=binary
> > > >~$
> > > >
> > > >But why does the following happen?
> > > >~$ cd ~/pro/
> > > >~/pro$ cd ..
> > > >~/pro/..$
> > > >
> > > >~/pro/..$                  THIS SHOULD BE                   ~$
> > > >
> > >
> > > Most likely because of your mounts.  Mounting paths under others can
> > > sometimes cause confusion.  Also, I'm not sure what you HOME is set to so
> > > its hard for me to know where "~" is.  It also seems strange that you have
> > > not "\" (or "/") after your "G:".  This may be having an effect as well.
> > >
> > > >2)
> > > >Why does clear not work?
> > >
> > > Is it there?  AFAIK, it comes with the termcap or ncurses package so you
> > > wouldn't even have it unless you've installed those (I have ncurses so it
> > > works for me - this may be something that's part of b20.x now too but I
> > > can't say for sure).
> > >
> > > >I write u this questions off the mailing list, because I suppose they
> > > >are to much basic for there.
> > >
> > > Perhaps.  I don't have all the answers though!;-)
> > >
> > > Larry

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Basic Questions
  2000-04-20  1:24       ` Patrick Ohnewein
@ 2000-04-20 13:59         ` Michael Hirmke
  2000-04-20 14:13           ` Charles Wilson
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Hirmke @ 2000-04-20 13:59 UTC (permalink / raw)
  To: cygwin

Hi Patrick,

[...]
>Ohh someone knows where I can get ncurses, I couldn't find it nowhere
>even not on the new util mirror www.franken.de. Would like the clear
>command for bash!

The site you have to look for is ftp.franken.de or www.hirmke.de -
please don't mix them up. www.franken.de is a completely different
server!
Now as for ncurses: You can get version 4.2

     - on ftp.franken.de
     - in /pub/win32/develop/gnuwin32/cygwin/porters/Hirmke_Michael/B20
     - as ncurses-4.2-cygwin-b20-bin.tar.gz
     - or ncurses-4.2-cygwin-b20-bin.zip

It should work for 1.0 and 1.1, too!

>
>Thanks
>
>Vince

Bye.
Michael.
--
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://aquarius.franken.de/

>
>cu Patrick

Bye.
Michael.
-- 
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://aquarius.franken.de/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Basic Questions
  2000-04-20 13:59         ` Michael Hirmke
@ 2000-04-20 14:13           ` Charles Wilson
  0 siblings, 0 replies; 7+ messages in thread
From: Charles Wilson @ 2000-04-20 14:13 UTC (permalink / raw)
  To: Michael Hirmke; +Cc: cygwin

Michael Hirmke wrote:
> 
> Hi Patrick,
> 
> [...]
> >Ohh someone knows where I can get ncurses, I couldn't find it nowhere
> >even not on the new util mirror www.franken.de. Would like the clear
> >command for bash!
> 
> The site you have to look for is ftp.franken.de or www.hirmke.de -
> please don't mix them up. www.franken.de is a completely different
> server!
> Now as for ncurses: You can get version 4.2
> 
>      - on ftp.franken.de
>      - in /pub/win32/develop/gnuwin32/cygwin/porters/Hirmke_Michael/B20
>      - as ncurses-4.2-cygwin-b20-bin.tar.gz
>      - or ncurses-4.2-cygwin-b20-bin.zip
> 
> It should work for 1.0 and 1.1, too!
> 

ncurses5.0 is available for 1.0 & 1.1 at http://cygutils.netpedia.net ,
or the ftp mirror:
      - on ftp.franken.de
      - in
/pub/win32/develop/gnuwin32/cygwin/porters/Wilson_Charles_S/V1.1/

--Charles Wilson

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Basic Questions
@ 2000-04-13  9:44 Earnie Boyd
  0 siblings, 0 replies; 7+ messages in thread
From: Earnie Boyd @ 2000-04-13  9:44 UTC (permalink / raw)
  To: Patrick Ohnewein, cygwin

--- Patrick Ohnewein <pohnewein@prodata.it> wrote:
> Sorry for this question, but I didn't find anything related in the docs
> neither in the archives of the mailing list.
> 

Don't know why you can't find it in the archives.  See
http://www.eGroups.com/message/gnu-win32/19503?&start=16756 for reference.

> Now is there some doc for cygwins-bash B20 available somewhere. I need
> to set bell-style=visible, because the beeping annoyes my coworkers. Now
> I tried to create an .inputrc file in my home dir, which seams to not be
> read. performing set bell-style=visible doesn't work, doing it in the
> .bashrc (which get's read from my HOME dir) doesn't work neither. So I
> tried to set the environment in the startup .bat-file. But it seams the
> shell doesn't care about the env var.
> 
> How can I deactivate this horror bell :-)
> 

I know that it can be done.

> Another question how can I change LS_COLOR for ls, where do I get docs
> related dircolors
> 

You should be able to find all documents for FSF GNU supported software at
http://www.gnu.org .


> Where should I perform calls to bind, to change keymapping, because
> .inputrc doesn't get read and calling bind in .bashrc doesn't have
> effect. And may be a BUG in bind:
> 
> # bind -p > ~/bindings
> # bind -f ~/bindings
> 
> sometimes does output that the file bindings doesn't exist and when it
> doesn't output any error message it doesn't change bindings.
> 
> I am only able to change bindings from command line, how should I make
> them persistent?
> 

The problem is the file format.  ~/.inputrc does get read.
 

=====
---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://www.freeyellow.com/members5/gw32/index.html >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Send online invitations with Yahoo! Invites.
http://invites.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* basic questions
@ 1997-08-05 14:46 sed
  0 siblings, 0 replies; 7+ messages in thread
From: sed @ 1997-08-05 14:46 UTC (permalink / raw)
  To: gnu-win32; +Cc: uyar

Hi,

I've some Question :

	Is it possible to use b18 on nt3.5 and if its possible
	which functionality I would miss ?

	Why isn't it possible to use a dll, which was imported
	with dlltool, without explicit linking of libcygwin.a ?
	Without linking libcygwin.a I get no error at compile-time,
	but an exception at run-time.

	Can someone precisly explain how to build a correct
	library ,,libfoo.a" for a DLL ,,foo.dll", 
	which only exists in binary form ? 
	(please all the steps)
	
	Which options should be provided later to gcc for the prog
	which will use functions inside of this DLL ?
	
Thanks in advance !!
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2000-04-20 14:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-13  9:28 Basic Questions Patrick Ohnewein
2000-04-13  9:38 ` Larry Hall (RFK Partners, Inc)
     [not found]   ` <4.3.1.2.20000413124827.00bad250@pop.ma.ultranet.com>
     [not found]     ` <4.3.1.2.20000414102032.00d87100@pop.ma.ultranet.com>
2000-04-20  1:24       ` Patrick Ohnewein
2000-04-20 13:59         ` Michael Hirmke
2000-04-20 14:13           ` Charles Wilson
  -- strict thread matches above, loose matches on Subject: below --
2000-04-13  9:44 Earnie Boyd
1997-08-05 14:46 basic questions sed

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).