xfs
[Top] [All Lists]

[Bug 205] make install fails to properly symlink and copy the libraries

To: xfs-master@xxxxxxxxxxx
Subject: [Bug 205] make install fails to properly symlink and copy the libraries
From: bugzilla-daemon@xxxxxxxxxxx
Date: Fri, 3 Jan 2003 15:15:16 -0800
Sender: linux-xfs-bounce@xxxxxxxxxxx
http://oss.sgi.com/bugzilla/show_bug.cgi?id=205

nathans@xxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From nathans@xxxxxxx  2003-01-03 15:15 -------
>
> ./configure --prefix=/usr --localstatedir=/var --mandir=/usr/share/man && \
> make && \
> make install && \
> make install-dev
>

You are overriding some of the places where the build will later be
installing things, and leaving the rest as the defaults - no surpise
that nothing works this way.  A working set of configure options are
included in the top level Makefiles (eg. cmd/acl/Makefile).  If you
omit the ./configure step in your example above, you will find that
everything works as you would expect.

You may also want to try the ./Makepkgs script, it can automate some
steps for you (rpms, tars, debs can be auto-generated).

cheers.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


<Prev in Thread] Current Thread [Next in Thread>