mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Warn them that compiling in a different directory than the source will
not currently work. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@665 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7d6d95f6a0
commit
18bc4faa65
1 changed files with 2 additions and 10 deletions
|
@ -49,16 +49,8 @@ output redirected to @samp{/dev/null}; for example:
|
||||||
./configure >/dev/null
|
./configure >/dev/null
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
To compile the package in a different directory from the one containing
|
The libobjects makefiles do not currently support compiling the package
|
||||||
the source code, you must use a version of make that supports the VPATH
|
in a different directory from the one containing the source code.
|
||||||
variable, such as GNU make. @samp{cd} to the directory where you want
|
|
||||||
the object files and executables to go and run @samp{configure}.
|
|
||||||
@samp{configure} automatically checks for the source code in the
|
|
||||||
directory that @samp{configure} is in and in @samp{..}. If for some
|
|
||||||
reason @samp{configure} is not in the source code directory that you are
|
|
||||||
configuring, then it will report that it can't find the source code. In
|
|
||||||
that case, run @samp{configure} with the option @samp{--srcdir=DIR},
|
|
||||||
where DIR is the directory that contains the source code.
|
|
||||||
|
|
||||||
By default, @samp{make install} will install the package's files in
|
By default, @samp{make install} will install the package's files in
|
||||||
/usr/local/bin, /usr/local/lib, /usr/local/man, etc. You can specify
|
/usr/local/bin, /usr/local/lib, /usr/local/man, etc. You can specify
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue