All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michele RECCANELLO <michele.reccanello@tiscali.it>
To: "Chandler, Neville" <chandler@ibiquity.com>,
	"'Samuel Flory'" <sflory@rackable.com>
Cc: linux-kernel@vger.kernel.org
Subject: Makefile problem
Date: Fri, 19 Dec 2003 14:25:38 +0100	[thread overview]
Message-ID: <3FE2FC52.3000600@tiscali.it> (raw)

Linux dedalus 2.4.20-8custom #2 lun dic 15 11:17:11 CET 2003 i586 i586
i386 GNU/Linux
 
Gnu C                  3.2.2
Gnu make               3.79.1
util-linux             2.11y
mount                  2.11y
modutils               2.4.22
e2fsprogs              1.32
jfsutils               1.0.17
reiserfsprogs          3.6.4
pcmcia-cs              3.1.31
PPP                    2.4.1
isdn4k-utils           3.1pre4
Linux C Library        2.3.2
Dynamic linker (ldd)   2.3.2
Procps                 2.0.11
Net-tools              1.60
Kbd                    1.08
Sh-utils               4.5.3
Modules Loaded         mga agpgart 8139too mii ext3 jbd keybdev mousedev
input hid usb-ohci usbcore

I 've got RedHat 9 on K6 550 with 192MB, 40GB Hard disk.
Command "make menuconfig" not set correct link in include directory and
show this messagge:

"/bin/sh: line 1: cd: include: No such file or directory."

I modify Makefile at line 278
before: (cd include; ln -sf asm-$(ARCH) asm)
after: (cd ./include; ln -sf asm-$(ARCH) asm)

It work! There is a problem when make run a cd command, but I don't know why
Thera is similar problem in redhat 8, slackware 9.1 end Mandrake 9.2 and 
when I compiling source code and make exec a cd command.


Ciao e grazie per ogni suggerimento. Merry Xmas.



             reply	other threads:[~2003-12-19 13:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-19 13:25 Michele RECCANELLO [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-03-21 11:21 Makefile problem cranium2003
2006-03-21 11:42 ` Arjan van de Ven

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=3FE2FC52.3000600@tiscali.it \
    --to=michele.reccanello@tiscali.it \
    --cc=chandler@ibiquity.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sflory@rackable.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.