Opened 15 years ago

Closed 14 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 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)

comment:6 Changed 14 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

Done in r3063:

  • adhere to --prefix
  • header and lib files installation
  • pkgconfig creation
  • also added version.mak to fill in with the correct version
Note: See TracTickets for help on using tickets.