Commit graph

12 commits

Author SHA1 Message Date
Alex Shinn
89edcc85ae Fixing cut&paste error from last commit. 2014-05-08 15:15:46 -04:00
Alex Shinn
7f1fef684f Using ln instead of install for soname installed libs. 2014-05-08 15:07:07 -04:00
Alex Shinn
1c9d5b56a1 Fixing parallel builds for external libs. 2014-05-08 07:10:11 -04:00
Alex Shinn
09addf0920 Fixing install command for pkgconfig. 2014-05-06 08:10:56 +09:00
Alex Shinn
9fd0d6ac7a Fixing recent soname changes for OS X. 2014-04-18 22:56:06 +09:00
Travis Cross
9788e40f0d Pass in LDFLAGS when building chibi libraries 2014-04-05 22:00:14 +00:00
Travis Cross
c746b3b238 Use LDFLAGS when building chibi-scheme executable
This allows users or distributions to pass in additional LDFLAGS in
the usual place, such as the hardening flags applied by many
distributions.
2014-04-05 21:58:09 +00:00
Travis Cross
d778af2a3b Add soname to chibi shared library
Including a soname with a public shared library is a good practice and
is required by the policy of many distributions such as Debian.  The
major version of the soname distinguishes incompatible versions of the
shared library.
2014-04-05 22:04:31 +00:00
Travis Cross
04589e163d Generate and install pkg-config file
Installing the .pc files for pkg-config helps other software to depend
on and build against chibi-scheme correctly.  See man pkg-config(1).
2014-04-05 18:56:49 +00:00
Travis Cross
81622f67fc Explicitly specify file modes on make install 2011-12-31 02:25:44 +00:00
Alex Shinn
049dbd024c Setting the install_path so you can run the installed chibi-scheme
on OS X without having the library in DYLD_LIBRARY_PATH.
Fixes issue #213.
2014-03-06 22:21:40 +09:00
Alex Shinn
8b5eb68238 File descriptors maintain a reference count of ports open on them
They can be close()d explicitly with close-file-descriptor, and
will close() on gc, but only explicitly closing the last port on
them will close the fileno.  Notably needed for network sockets
where we open separate input and output ports on the same socket.
2014-02-20 22:32:50 +09:00