[dylan-lang/opendylan] 924b60: [configure] Check more directories for libgc.
GitHub <[email protected]>
| Newsgroups | gmane.comp.lang.dylan.gwydion.cvs |
|---|---|
| Message-ID | <54702942270b6_798f3f86081112a0117796@hookshot-fe4-cp1-prd.iad.github.net.mail> |
Branch: refs/heads/master
Home: https://github.com/dylan-lang/opendylan
Commit: 924b60728864c00c86ab821e9fe290d71c4ec67f
https://github.com/dylan-lang/opendylan/commit/924b60728864c00c86ab821e9fe290d71c4ec67f
Author: Bruce Mitchener <[email protected]>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M configure.ac
Log Message:
-----------
[configure] Check more directories for libgc.
Use a list and a for loop to find the gc library file. We now
also check in /usr/lib64 and /usr/local/lib64 by default.
If there are 32 bit systems that also have a lib64, there might
be issues with this if there is a /usr/lib64/libgc.* but we wanted
to find /usr/local/lib/libgc.* instead. I'm not sure that this
would be an issue in actual practice.
Fixes #833.
Commit: 9fd9930accd49257b96b139652b3cad5f360fde4
https://github.com/dylan-lang/opendylan/commit/9fd9930accd49257b96b139652b3cad5f360fde4
Author: Bruce Mitchener <[email protected]>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M configure.ac
Log Message:
-----------
[configure] Don't always look for GC_LIBRARY.
We only need GC_LIBRARY set when we are using GC_USE_STATIC_BOEHM,
which is only the case by default on Mac OS X, which means that we
don't need to go through all of this logic on other platforms.
Commit: 502f46c5265d23c00553389c0b6f11c034e3f634
https://github.com/dylan-lang/opendylan/commit/502f46c5265d23c00553389c0b6f11c034e3f634
Author: Bruce Mitchener <[email protected]>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M configure.ac
Log Message:
-----------
[configure] Reset some values when using MPS.
When using MPS, make sure that GC_LFLAGS, GC_LIBRARY and
GC_USE_STATIC_BOEHM are reset to the correct values.
Commit: 322e2f327ac65ee1b9d829a67d9cdedc7ff7f515
https://github.com/dylan-lang/opendylan/commit/322e2f327ac65ee1b9d829a67d9cdedc7ff7f515
Author: Bruce Mitchener <[email protected]>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M configure.ac
Log Message:
-----------
[configure] Check that the -lgc is valid.
Also, only add ${with_gc_path} to CFLAGS / LFLAGS when it is set.
Commit: 6fa03d89fb00d9cd4a6db1ce0d3699cacbf79a8f
https://github.com/dylan-lang/opendylan/commit/6fa03d89fb00d9cd4a6db1ce0d3699cacbf79a8f
Author: Bruce Mitchener <[email protected]>
Date: 2014-11-22 (Sat, 22 Nov 2014)
Changed paths:
M configure.ac
Log Message:
-----------
[configure] Don't always search default directories.
When searching for a static libgc, only look in the default directories
when --with-gc-path has not been given.
Commit: e9e1c8371966c5c7367dc0baa1abc690cdff5b66
https://github.com/dylan-lang/opendylan/commit/e9e1c8371966c5c7367dc0baa1abc690cdff5b66
Author: Peter S. Housel <[email protected]>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M configure.ac
Log Message:
-----------
Merge pull request #834 from waywardmonkeys/configure-check-lib64
[configure] Check more directories for libgc.
Compare: https://github.com/dylan-lang/opendylan/compare/04bc06b1a7ce...e9e1c8371966
_______________________________________________
chatter mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/chatter