Closed GoogleCodeExporter closed 9 years ago
I suspect this can be solved on the makefile side, by writing a new config
option to generate libraries.
I guess i will need some help on this one, as my last attempts were not so
successful.
Original comment by yann.col...@gmail.com
on 6 Jun 2012 at 12:08
It's a two line change - I'll send it tomorrow.
Sent from my iPad
Original comment by mwot...@gmail.com
on 6 Jun 2012 at 12:16
so, I added this:
ADD_LIBRARY(lz4 SHARED ${LZ4_SRCS})
SET_TARGET_PROPERTIES(lz4 PROPERTIES PREFIX "lib")
install(TARGETS lz4 LIBRARY DESTINATION "./")
the library gets built properly, but gets put into /usr/local rather than
/usr/local/lib - not quite sure how to fix that.
Original comment by mwot...@gmail.com
on 7 Jun 2012 at 1:21
Thanks for suggestion Mark
Original comment by yann.col...@gmail.com
on 7 Jun 2012 at 9:18
I've tried to find guidance about generating library, but couldn't find anyone
with enough confidence in this methodology.
It seems more complex expected...
Original comment by yann.col...@gmail.com
on 10 Jun 2012 at 2:07
This is an enhancement, not a defect.
Original comment by yann.col...@gmail.com
on 26 Jun 2012 at 7:38
Original issue reported on code.google.com by
mwot...@gmail.com
on 6 Jun 2012 at 9:36