Opened 16 years ago
Closed 15 years ago
#694 closed enhancement (fixed)
Proper installation (make install) on GNU targets
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.6 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
make install:
- adhere to --prefix option
- copy public header files to $prefix/include
- copy all generated libraries to $prefix/lib
- create pkgconfig file in $prefix/lib/pkgconfig
Limitations:
- only --prefix works for now; other configure options such as --libdir=DIR or --includedir=DIR are ignored.
Change History (6)
comment:1 Changed 16 years ago by bennylp
- Description modified (diff)
comment:2 Changed 16 years ago by bennylp
- Description modified (diff)
comment:3 Changed 15 years ago by bennylp
- Type changed from defect to enhancement
comment:4 Changed 15 years ago by bennylp
- Milestone changed from Known-Issues-and-Ideas to release-1.6
comment:5 Changed 15 years ago by bennylp
- Description modified (diff)
comment:6 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in r3063: