9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: andrey mirtchovski <mirtchov@cpsc.ucalgary.ca>
To: 9fans@cse.psu.edu
Subject: [9fans] gnubin.tgz weirdness
Date: Thu,  6 Feb 2003 09:55:22 -0700	[thread overview]
Message-ID: <20030206094747.N535@fbsd.cpsc.ucalgary.ca> (raw)

hi,

I installed the gnubin.tgz file from sources last night (the same time when
X11.iso.bz2 was failing) and even though in uncompressed and installed fine,
I couldn't get 'make' to recognize a single make file.

gnu/gcc would work fine, but make kept complaining about 'no rule to make
target and no makefile found'. if ran with 'make -f Makefile' it worked.

has anyone else experienced that?

andrey

ps: Russ, were you trying ape/psh or gnu/gsh for links? gcc compiled most
everything fine, though there was some configure weirdness such as trying to
include <cygwin.h> (the exact monstrosity that returns a false positive is:

for ac_hdr in sys/cygwin.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
echo "configure:1934: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1939 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF

and so on, and so on... just for those that needed to know :)

this is not related to the make problem, as I have an older, working gcc on
a different machine.




                 reply	other threads:[~2003-02-06 16:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20030206094747.N535@fbsd.cpsc.ucalgary.ca \
    --to=mirtchov@cpsc.ucalgary.ca \
    --cc=9fans@cse.psu.edu \
    /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).