Re: [cc65] building under cygwin

From: MagerValp <MagerValp1cling.gu.se>
Date: 2007-06-15 14:49:33
>>>>> "GK" == Greg King <gngking@erols.com> writes:

MV> * mkdir generates a lot of warnings from the previous
MV> installation. Adding -p gets rid of them.

GK> That option is a late addition to mkdir. Some operating systems
GK> don't accept it.

True, but I'm not away of any current unix variants that don't support
it. I even checked a few flavours that are traditionally late adopters
(IRIX, HP-UX, etc), and they all support -p. I think it's safe to
default to -p.

MV> * prefix defaults to /usr. Most users will want it to default to
MV> /usr/local.

GK> That is a problem with a tradition: It says that we should install
GK> into "/usr/local/" when we build a package; and, we should install
GK> into "/usr/" (or "/opt/") when the package already was built by
GK> someone else.

And make/gcc.mak is for people that build themselves, so I don't see
the problem. Every other package out there, including other compilers,
default to /usr/local when build from source, so I don't see why cc65
should differ.

GK> I had fixed that bug months ago, but I forgot to send the patch to
GK> Uz!

D'oh :)

GK> The install program is like "mkdir -p", some operating systems
GK> don't have it. At the present time, I have taken the lazy
GK> programmer's way out: I force the user to deal with that problem.

Again, I think it's safe to default to using install, with install-sh
as a commented out fallback for users stuck on systems without it (and
out of curiosity, are there any?).

-- 
    ___          .     .  .         .       . +  .         .      o   
  _|___|_   +   .  +     .     +         .  Per Olofsson, arkadspelare
    o-o    .      .     .   o         +          MagerValp@cling.gu.se
     -       +            +    .     http://www.cling.gu.se/~cl3polof/
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri Jun 15 14:49:42 2007

This archive was generated by hypermail 2.1.8 : 2007-06-15 14:49:44 CEST