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

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



http://oss.sgi.com/bugzilla/show_bug.cgi?id=205

nathans@sgi.com changed:

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



------- Additional Comments From nathans@sgi.com  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.