Alex Shinn
76d2cd102a
Link versioned shared libs relatively, not to the absolute DESTDIR which may no longer be valid.
...
Patch from Lorenzo.
2014-11-16 20:12:14 +09:00
Alex Shinn
bdd953c1e0
Shared libraries need to be installed executable for cygwin.
...
Fixes issue #231 .
2014-07-25 19:27:31 +09:00
Alex Shinn
b127607cda
OS X expects dylib file names to be .VERSION.dylib, not .dylib.VERSION.
...
Patch from utizoc.
Fixes issue #227 .
2014-07-06 21:33:56 +09:00
Alex Shinn
9fd5104733
Install shared libraries with 755 permissions, needed by cygwin.
...
Patch from Takashi Kato, fixes issue #225 .
2014-07-01 05:00:09 +09:00
Alex Shinn
31901309f8
make cleaner should remove versions so files
2014-06-29 22:52:02 +09:00
Alex Shinn
08a2e75613
Better (chibi show) documentation.
2014-06-18 00:47:02 +09:00
Alex Shinn
56c91800c7
Tidying up environment monad docs.
2014-06-17 23:18:33 +09:00
Alex Shinn
3dbb761619
Installing builtin package versions.
2014-06-17 22:09:07 +09:00
Alex Shinn
fac93ffa4c
Moving chibi snow libraries under chibi namespace.
2014-06-11 20:42:34 +09:00
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