9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: pip@namaste.stricca.org
To: rob@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Silly porting fun
Date: Fri, 14 Jul 2000 00:18:54 -0400	[thread overview]
Message-ID: <200007140013.UAA02757@illustrious.cnchost.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 911 bytes --]

> Why should I type 
>	./configure
>	make
> ?
> Surely make can run configure for me.

I'm not arguing in defense of, or against any particular kindergarten
of thought, but:

Quite obviously at that point you do not even have a Makefile,
so that would require a bootstrapping Makefile that gets replaced
by the real Makefile that configure generates. In general you might
want to call configure with certain parameters. 

I generally never do a ./configure right away, but do a './configure --help'  
or peruse some config* files to see what options I can pass to configure,
 'cos I generally end up needing an option to install into a non-standard
bin directory, for various reasons like I'm not doing the install as
root or I need to override the default parameters 'cos I'm compiling
a package for a different arch with a cross-compiler.

but that's just me and I'm a weirdo.
-
pip


[-- Attachment #2: Type: message/rfc822, Size: 1395 bytes --]

From: "rob pike" <rob@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Silly porting fun
Date: Thu, 13 Jul 2000 19:58:38 -0400
Message-ID: <200007132358.TAA15417@cse.psu.edu>

Why should I type
	./configure
	make
?
Surely make can run configure for me.

-rob


             reply	other threads:[~2000-07-14  4:18 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-14  4:18 pip [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-07-14 18:42 dhog
2000-07-14 14:53 Russ Cox
2000-07-14 14:04 bobf
2000-07-14  9:58 forsyth
2000-07-16 16:04 ` Lucio De Re
2000-07-13 23:58 rob pike
2000-07-14  9:18 ` Douglas A. Gwyn
2000-07-13 20:32 Russ Cox
2000-07-13  8:36 forsyth
2000-07-13 16:01 ` Greg Hudson
2000-07-14  9:15   ` peter huang
2000-07-14  9:19 ` Kris Van Hees
2000-07-14 14:56   ` Douglas A. Gwyn
2000-07-17  9:11   ` Christopher Browne
2000-07-13  0:31 Russ Cox
2000-07-13  5:21 ` Randolph Fritz
2000-07-13  0:23 Russ Cox
2000-07-13  0:33 ` Christopher Nielsen
2000-07-12 23:30 forsyth
2000-07-12 23:46 ` Christopher Nielsen
2000-07-13  5:19   ` Randolph Fritz
2000-07-12 21:16 Randolph Fritz
2000-07-12 21:44 ` Latchesar Ionkov
2000-07-13  9:59   ` Douglas A. Gwyn
2000-07-13  0:38 ` arisawa

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=200007140013.UAA02757@illustrious.cnchost.com \
    --to=pip@namaste.stricca.org \
    --cc=rob@plan9.bell-labs.com \
    /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 NNTP newsgroup(s).