Bug 4279 - libunwind install ignores configure flags
Summary: libunwind install ignores configure flags
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2007-03-26 14:28 UTC by Mark Wielaard
Modified: 2007-07-04 22:29 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wielaard 2007-03-26 14:28:37 UTC
When configuring with ../frysk/autogen.sh --prefix /usr/local/frysk the
libunwind library isn't getting installed in the right prefix

$ ../frysk/autogen.sh --prefix /usr/local/frysk && make && make install
[...]
make[6]: Entering directory
`/home/mark/src/frysk-obj/frysk-imports/libunwind-i386/src'
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libunwind-x86.la'
'/usr/local/lib/libunwind-x86.la'
/usr/bin/install -c .libs/libunwind-x86.so.7.0.0
/usr/local/lib/libunwind-x86.so.7.0.0
/usr/bin/install: cannot create regular file
`/usr/local/lib/libunwind-x86.so.7.0.0': Permission denied
make[6]: *** [install-libLTLIBRARIES] Error 1
Comment 1 Mark Wielaard 2007-03-27 12:19:17 UTC
Added workaround suggested by Stepan for now:

2007-03-27  Mark Wielaard  <mark@klomp.org>

        * configure.ac: Pass on host, build and prefix to libunwind-i386
        configure (and add FIXME).