jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

Support linking to shared libraries #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should work in support for using already installed shared libraries
rather than always compiling the libraries statically.

Not only is this a requirement to be able to include jslibs into a package
management system (ie: a .deb package some day) but it would also smooth
over the build process.

Namely NSPR. On my 64bit system I'm having issues building NSPR for jslibs,
but I have access to NSPR 4.7.1 pre-build for my system through apt which I
could be linking to instead.

Original issue reported on code.google.com by nadir.se...@gmail.com on 6 Apr 2009 at 4:23

GoogleCodeExporter commented 9 years ago
see http://groups.google.com/group/jslibs/browse_thread/thread/dbe5b5859b83159

Original comment by sou...@gmail.com on 20 Nov 2009 at 5:52

GoogleCodeExporter commented 9 years ago
waf compilation manage this (see jslibs/wscript)

Original comment by sou...@gmail.com on 2 Jun 2011 at 11:05