public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Earnie Boyd <earnie_boyd@yahoo.com>
To: "Smith, Martin" <martin@exchange.Scotland.NCR.COM>,
	Cygwin <cygwin@sourceware.cygnus.com>
Cc: "'tolj@uni-duesseldorf.de'" <tolj@uni-duesseldorf.de>
Subject: RE: [ANN] Cygwin DEV survey
Date: Mon, 08 Mar 1999 05:50:00 -0000	[thread overview]
Message-ID: <19990308134915.8672.rocketmail@send101.yahoomail.com> (raw)

---"Smith, Martin" <martin@exchange.Scotland.NCR.COM> wrote:
8<
> *	What about text/binary mounts - I get the feeling binary mounts are
> preferred for most applications but, by default, the Cygnus tools
install
> with text mounts. Is it wise to change this to binary for a
'development'
> install or not?
8<

NO! The preferred method is text mounts.  That is the reason for the
default.  If a program requires binary mounts then the program isn't
properly ported.  Switching to binary mounts causes other problems. 
In a program always _SPECIFY_ whether it is to be opened for text mode
processing or binary mode processing, don't rely on the default.  A
file should be opened for text mode processing if the file can
potentially be read or created by humans with a text mode editor, such
as NOTEPAD.  All other files should be opened for binary mode
processing.

8<
> *	What about environment variables? At the moment these are in a batch
> file but I usually add them to my NT environment and call Bash
directly. Is
> this appropriate? What about other settings like term etc? Is there
any
> "best" environment?
8<

There are reasons why the environment variables are set in the batch
file; that being, it works on both NT and 9x.  I prefer this method as
to something modifying my setup files/environment.  IMNSHO, the "best"
environment is the default one provided by the tool.  Alternates can
be explained and possibly somewhat automated after the installation.

8<
> *	Once installed, how best to manage updates to included packages? Is
> there any advantage to using RPM or would it be best to stick with
> tarballs/diff/patch initially? I don't think many people are using
any form
> of package management on cygwin yet but perhaps this would be useful?
8<

This has been discussed many times before.  I prefer the tarball
method while others prefer the automated installation.  If you want to
satisfy all peoples then you have to supply both methods.

8<
> *	Would this include helper scripts like the modified "install" which
> many packages need to cope with .exe extensions? I'm sure there have
been a
> few more handy scripts/wrappers on this list as well.
8<

Just search the archives.

8<
> *	Would/could it set up /bin, /etc mounts as well as the default ones
> provided by Cygwin?
8<

Again, this is a preference thing.  Some prefer to use symbolic links,
some prefer to create a different directory structure altogether and
some prefer just using mount points.  Whatever you do as a default
will only satisfy about 1/3 (a guess) of the preferences.

8<
> *	It would be handy if it could (eventually) offer to set inetutils up
> for you as well (as an NT service if you are on NT). Don't know how
feasible
> this one is...
8<

No comment.

8<
> *	Of course, using InstallShield, you could offer some of these as
> options under "Custom" setup.
8<

Yuk.  Just give me a tarball please.

8< 
> Anyway, that's enough from me. I certainly support this suggestion
and think
> it would be a good way of allowing more people to get up & running
with the
> Cygwin tools without having to go through the regular FAQ session
first :-)
8<

I like the idea, too.  However, it is a given that you'll never
satisfy everyone and if you're too lazy to read do the FAQ session
then you're going to be too lazy to read any other installation manual
as well.  I can just hear the questions now, "I just got this CD and
I'm trying to ...". ;^)

==
-                        \\||//
-------------------o0O0--Earnie--0O0o-------------------
--                earnie_boyd@yahoo.com               --
-- http://www.freeyellow.com/members5/gw32/index.html --
----------------------ooo0O--O0ooo----------------------

PS: Newbie's, you should visit my page.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

WARNING: multiple messages have this Message-ID
From: Earnie Boyd <earnie_boyd@yahoo.com>
To: "Smith, Martin" <martin@exchange.Scotland.NCR.COM>,
	Cygwin <cygwin@sourceware.cygnus.com>
Cc: "'tolj@uni-duesseldorf.de'" <tolj@uni-duesseldorf.de>
Subject: RE: [ANN] Cygwin DEV survey
Date: Wed, 31 Mar 1999 19:45:00 -0000	[thread overview]
Message-ID: <19990308134915.8672.rocketmail@send101.yahoomail.com> (raw)
Message-ID: <19990331194500.m9Sy3dbA_QP-11M_m6Fk8JVsA3qb4-mVApWNGdKofAc@z> (raw)

---"Smith, Martin" <martin@exchange.Scotland.NCR.COM> wrote:
8<
> *	What about text/binary mounts - I get the feeling binary mounts are
> preferred for most applications but, by default, the Cygnus tools
install
> with text mounts. Is it wise to change this to binary for a
'development'
> install or not?
8<

NO! The preferred method is text mounts.  That is the reason for the
default.  If a program requires binary mounts then the program isn't
properly ported.  Switching to binary mounts causes other problems. 
In a program always _SPECIFY_ whether it is to be opened for text mode
processing or binary mode processing, don't rely on the default.  A
file should be opened for text mode processing if the file can
potentially be read or created by humans with a text mode editor, such
as NOTEPAD.  All other files should be opened for binary mode
processing.

8<
> *	What about environment variables? At the moment these are in a batch
> file but I usually add them to my NT environment and call Bash
directly. Is
> this appropriate? What about other settings like term etc? Is there
any
> "best" environment?
8<

There are reasons why the environment variables are set in the batch
file; that being, it works on both NT and 9x.  I prefer this method as
to something modifying my setup files/environment.  IMNSHO, the "best"
environment is the default one provided by the tool.  Alternates can
be explained and possibly somewhat automated after the installation.

8<
> *	Once installed, how best to manage updates to included packages? Is
> there any advantage to using RPM or would it be best to stick with
> tarballs/diff/patch initially? I don't think many people are using
any form
> of package management on cygwin yet but perhaps this would be useful?
8<

This has been discussed many times before.  I prefer the tarball
method while others prefer the automated installation.  If you want to
satisfy all peoples then you have to supply both methods.

8<
> *	Would this include helper scripts like the modified "install" which
> many packages need to cope with .exe extensions? I'm sure there have
been a
> few more handy scripts/wrappers on this list as well.
8<

Just search the archives.

8<
> *	Would/could it set up /bin, /etc mounts as well as the default ones
> provided by Cygwin?
8<

Again, this is a preference thing.  Some prefer to use symbolic links,
some prefer to create a different directory structure altogether and
some prefer just using mount points.  Whatever you do as a default
will only satisfy about 1/3 (a guess) of the preferences.

8<
> *	It would be handy if it could (eventually) offer to set inetutils up
> for you as well (as an NT service if you are on NT). Don't know how
feasible
> this one is...
8<

No comment.

8<
> *	Of course, using InstallShield, you could offer some of these as
> options under "Custom" setup.
8<

Yuk.  Just give me a tarball please.

8< 
> Anyway, that's enough from me. I certainly support this suggestion
and think
> it would be a good way of allowing more people to get up & running
with the
> Cygwin tools without having to go through the regular FAQ session
first :-)
8<

I like the idea, too.  However, it is a given that you'll never
satisfy everyone and if you're too lazy to read do the FAQ session
then you're going to be too lazy to read any other installation manual
as well.  I can just hear the questions now, "I just got this CD and
I'm trying to ...". ;^)

==
-                        \\||//
-------------------o0O0--Earnie--0O0o-------------------
--                earnie_boyd@yahoo.com               --
-- http://www.freeyellow.com/members5/gw32/index.html --
----------------------ooo0O--O0ooo----------------------

PS: Newbie's, you should visit my page.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


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


             reply	other threads:[~1999-03-08  5:50 UTC|newest]

Thread overview: 98+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-08  5:50 Earnie Boyd [this message]
1999-03-09 17:40 ` Stipe Tolj
     [not found]   ` < 36E5C95D.7810@uni-duesseldorf.de >
1999-03-10  7:18     ` Michael Weiser
     [not found]       ` < 36e94a87.1879752@mail.weiser.saale-net.de >
1999-03-10  7:44         ` DJ Delorie
     [not found]           ` < 199903101543.KAA07228@envy.delorie.com >
1999-03-10 18:33             ` Michael Weiser
1999-03-31 19:45               ` Michael Weiser
1999-03-31 19:45           ` DJ Delorie
1999-03-11  0:15       ` Greg Miller
1999-03-31 19:45         ` Greg Miller
1999-03-11 15:59       ` Stipe Tolj
     [not found]         ` < 36E70E49.4A77@uni-duesseldorf.de >
1999-03-12  7:10           ` Michael Weiser
1999-03-31 19:45             ` Michael Weiser
1999-03-31 19:45         ` Stipe Tolj
1999-03-31 19:45       ` Michael Weiser
1999-03-31 19:45   ` Stipe Tolj
1999-03-31 19:45 ` Earnie Boyd
  -- strict thread matches above, loose matches on Subject: below --
1999-03-11  6:07 Jonathan Pryor
1999-03-11 16:42 ` Stipe Tolj
1999-03-31 19:45   ` Stipe Tolj
1999-03-31 19:45 ` Jonathan Pryor
1999-03-11  5:30 Earnie Boyd
1999-03-31 19:45 ` Earnie Boyd
1999-03-10 18:46 Suhaib M. Siddiqi
1999-03-31 19:45 ` Suhaib M. Siddiqi
1999-03-08  6:58 Smith, Martin
1999-03-09 17:40 ` Stipe Tolj
1999-03-31 19:45   ` Stipe Tolj
1999-03-31 19:45 ` Smith, Martin
1999-03-08  2:33 Smith, Martin
1999-03-09 17:40 ` Stipe Tolj
1999-03-31 19:45   ` Stipe Tolj
1999-03-31 19:45 ` Smith, Martin
1999-03-07 19:09 Earnie Boyd
1999-03-31 19:45 ` Earnie Boyd
1999-03-07 15:52 Suhaib M. Siddiqi
1999-03-31 19:45 ` Suhaib M. Siddiqi
1999-03-07 14:08 N8TM
     [not found] ` < 57b99220.36e2f890@aol.com >
1999-03-07 14:22   ` DJ Delorie
1999-03-07 15:55     ` Stipe Tolj
     [not found]       ` < 36E311C7.672E@uni-duesseldorf.de >
1999-03-07 17:25         ` DJ Delorie
1999-03-31 19:45           ` DJ Delorie
1999-03-31 19:45       ` Stipe Tolj
1999-03-31 19:45     ` DJ Delorie
1999-03-31 19:45 ` N8TM
1999-03-07 10:13 Suhaib M. Siddiqi
1999-03-31 19:45 ` Suhaib M. Siddiqi
1999-03-07  9:19 Suhaib M. Siddiqi
     [not found] ` < 007501be68c0$ee6d69b0$29acdfd0@InspirePharm.Com >
1999-03-07 10:07   ` DJ Delorie
1999-03-31 19:45     ` DJ Delorie
1999-03-07 10:11   ` Tripp Lilley
1999-03-07 15:54     ` Stipe Tolj
1999-03-31 19:45       ` Stipe Tolj
1999-03-31 19:45     ` Tripp Lilley
1999-03-31 19:45 ` Suhaib M. Siddiqi
1999-03-07  9:11 Stipe Tolj
     [not found] ` < 36E2B26B.BEA9DC67@uni-duesseldorf.de >
1999-03-07 10:06   ` DJ Delorie
     [not found]     ` < 199903071805.NAA13212@envy.delorie.com >
1999-03-07 11:10       ` Michael Hirmke
     [not found]         ` < 7COu0ETppfB@mike.franken.de >
1999-03-07 12:53           ` DJ Delorie
1999-03-07 15:55             ` Stipe Tolj
1999-03-31 19:45               ` Stipe Tolj
1999-03-31 19:45             ` DJ Delorie
1999-03-07 15:55         ` Stipe Tolj
     [not found]           ` < 36E30E97.7310@uni-duesseldorf.de >
1999-03-07 16:11             ` Tripp Lilley
1999-03-31 19:45               ` Tripp Lilley
1999-03-07 17:16             ` DJ Delorie
1999-03-31 19:45               ` DJ Delorie
1999-03-31 19:45           ` Stipe Tolj
1999-03-31 19:45         ` Michael Hirmke
1999-03-07 15:54     ` Stipe Tolj
     [not found]       ` < 36E30CB6.1B5F@uni-duesseldorf.de >
1999-03-07 16:41         ` Chris Faylor
1999-03-31 19:45           ` Chris Faylor
1999-03-07 17:13         ` DJ Delorie
1999-03-08 22:58           ` Greg Miller
     [not found]             ` < 36E4C5C5.B27DD935@classic-games.com >
1999-03-09  8:47               ` Steve Morris
1999-03-09 11:48                 ` Greg Miller
1999-03-31 19:45                   ` Greg Miller
1999-03-31 19:45                 ` Steve Morris
1999-03-31 19:45             ` Greg Miller
1999-03-09 17:39           ` Stipe Tolj
     [not found]             ` < 36E5C12D.5017@uni-duesseldorf.de >
1999-03-09 17:42               ` DJ Delorie
1999-03-31 19:45                 ` DJ Delorie
1999-03-31 19:45             ` Stipe Tolj
1999-03-31 19:45           ` DJ Delorie
1999-03-08  7:14         ` Michael Weiser
     [not found]           ` < 36e38cb6.1308201@mail.weiser.saale-net.de >
1999-03-08  7:20             ` DJ Delorie
1999-03-31 19:45               ` DJ Delorie
1999-03-09 17:40           ` Stipe Tolj
1999-03-31 19:45             ` Stipe Tolj
1999-03-31 19:45           ` Michael Weiser
1999-03-31 19:45       ` Stipe Tolj
     [not found]     ` <199903081523.KAA03738@brocade.nexen.com>
1999-03-08  7:34       ` DJ Delorie
     [not found]         ` <87yal7dgkn.fsf@mattdav.vip.best.com>
1999-03-08 10:06           ` DJ Delorie
     [not found]             ` < 199903081805.NAA22437@envy.delorie.com >
1999-03-08 11:48               ` Steve Morris
1999-03-31 19:45                 ` Steve Morris
1999-03-31 19:45             ` DJ Delorie
1999-03-31 19:45         ` DJ Delorie
1999-03-31 19:45     ` DJ Delorie
1999-03-31 19:45 ` Stipe Tolj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19990308134915.8672.rocketmail@send101.yahoomail.com \
    --to=earnie_boyd@yahoo.com \
    --cc=cygwin@sourceware.cygnus.com \
    --cc=martin@exchange.Scotland.NCR.COM \
    --cc=tolj@uni-duesseldorf.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).