From: Klaus Strebel <stb@ep-ag.com>
To: Chris Campbell <dash_ampersand@yahoo.com>
Cc: linux-lvm@msede.com
Subject: Re: [linux-lvm] building the binary utilities
Date: Wed, 08 Mar 2000 12:00:20 +0100 [thread overview]
Message-ID: <38C632C4.FC682FC4@ep-ag.com> (raw)
In-Reply-To: 20000307213810.3824.qmail@web117.yahoomail.com
Chris Campbell wrote:
>
> kernel location is what it should be, but I still get
> all these errors. I'm not sure what's going on, other
> than it can't find the lvm and liblvm header files,
> which are in a directory below the current one:
Hi Chris,
the variable TOP in your '/root/lvmstuff/LVM/0.8final/make.tmpl' is set
to '/root/LVM/0.8final', as you could see in following snipped from your
make-errors file:
cc -c -pipe -Wall -O2 -DDEBUG -I/root/LVM/0.8final/tools/lib
-I/root/LVM/0.8fina
l/tools -o basename.o basename.c
cc -c -pipe -Wall -O2 -DDEBUG -I/root/LVM/0.8final/tools/lib
-I/root/LVM/0.8fina
l/tools -o debug.o debug.c
basename.c:34: liblvm.h: No such file or directory
the -I options in the gcc line are expanded from '-I$(TOP)/tools/lib
-I$(TOP)'. You should control your changes in config files at first when
your're searching for errors before you start symlinking around ;-).
Bye
Klaus
--
Klaus Strebel
stb@ep-ag.com
EIGNER + PARTNER AG - The Engineering Warehouse Company -
<http://www.ep-ag.com>
-----------------------------------------------------------------------
next prev parent reply other threads:[~2000-03-08 11:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-03-07 21:38 [linux-lvm] building the binary utilities Chris Campbell
2000-03-07 23:39 ` Jay Weber
2000-03-08 11:00 ` Klaus Strebel [this message]
-- strict thread matches above, loose matches on Subject: below --
2000-03-06 22:22 Chris Campbell
2000-03-06 22:59 ` Michael Marxmeier
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=38C632C4.FC682FC4@ep-ag.com \
--to=stb@ep-ag.com \
--cc=dash_ampersand@yahoo.com \
--cc=linux-lvm@msede.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.