bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-dejagnu] DESTDIR variable


From: konush
Subject: [Bug-dejagnu] DESTDIR variable
Date: Sun, 04 Apr 2004 14:57:46 +0400

Hello.
I want to say about an installation problem in DejaGnu. If I do
 ./configure --prefix=/usr/devel --includedir=/usr/devel/include \
       _some other options of this type_
 make
 make DESTDIR=/my/home/dir/dejagnu install
I get an error message "mkdir: /usr/devel/include: permission denied".
As I see, the problem is in Makefile, and I can't use DESTDIR variable if I change initial path for include directory.
But if I do
 ./configure --prefix=/usr --includedir=/usr/include \
       _some other options of this type_
 make
 make DESTDIR=/my/home/dir/dejagnu install
everything will be allright. Please, consider this issue.
Yours faithfully,
                Maxim, Moscow




reply via email to

[Prev in Thread] Current Thread [Next in Thread]