Opened 15 years ago

Last modified 14 years ago

#694 closed enhancement

Proper installation (make install) on GNU targets — at Version 5

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 (5)

comment:1 Changed 15 years ago by bennylp

  • Description modified (diff)

comment:2 Changed 15 years ago by bennylp

  • Description modified (diff)

comment:3 Changed 14 years ago by bennylp

  • Type changed from defect to enhancement

comment:4 Changed 14 years ago by bennylp

  • Milestone changed from Known-Issues-and-Ideas to release-1.6

comment:5 Changed 14 years ago by bennylp

  • Description modified (diff)
Note: See TracTickets for help on using tickets.