Commit Graph

46 Commits

Author SHA1 Message Date
Matthew Flatt
b64d03d932 fix mac sdk support; change initial namespace to not have 'module'; set up mzc --c-mods (still need docs)
svn: r8997
2008-03-16 23:08:53 +00:00
Matthew Flatt
75f679c047 add --enable-sdk configure flag
svn: r8947
2008-03-11 13:39:44 +00:00
Matthew Flatt
93f7324deb fix --disable-foreign
svn: r8437
2008-01-27 22:34:53 +00:00
Eli Barzilay
713fb06100 Removed LLVM hooks
svn: r8398
2008-01-24 16:07:57 +00:00
Matthew Flatt
396dd54b06 call-with-exception-handler change, plus some configure/Makefile changes that didn't help fix the built-on-10.5-for-10.4 problem but are still healthier in the long run
svn: r8102
2007-12-22 12:41:48 +00:00
Matthew Flatt
0794586020 fix Mac 10.5 problem with select() and fd counts > 256
svn: r7810
2007-11-22 01:27:48 +00:00
Matthew Flatt
6bc50332ea fix --enable-{lib,user}fw configure option
svn: r7324
2007-09-12 23:50:18 +00:00
Matthew Flatt
b8f38ee186 use libpath, not prefix/lib, for libtool -rpath
svn: r6952
2007-07-23 19:02:09 +00:00
Matthew Flatt
6641a81ff2 yet one more place for --link=CC
svn: r6950
2007-07-23 13:26:52 +00:00
Matthew Flatt
1c257a92a8 use libtool --tag for linker, and try to fix up -fPIC use
svn: r6946
2007-07-22 17:10:19 +00:00
Matthew Flatt
c343922889 use --tag with libtool
svn: r6944
2007-07-22 15:54:37 +00:00
Matthew Flatt
6be845a914 upgrade libtool, make xonx and shared work together
svn: r6936
2007-07-19 10:42:48 +00:00
Matthew Flatt
e9bf34f193 369.11
svn: r6085
2007-04-29 02:08:24 +00:00
Matthew Flatt
b4be2ce25d fix help typo in configure script
svn: r5650
2007-02-20 22:41:07 +00:00
Matthew Flatt
898e50625b missed non-array allocations using top-level new
svn: r5442
2007-01-23 22:24:19 +00:00
Matthew Flatt
91add0453f 369.4
svn: r5327
2007-01-12 07:09:56 +00:00
Matthew Flatt
6b60d57a86 359.3
svn: r5219
2007-01-04 11:14:58 +00:00
Matthew Flatt
86900d573a 352.5
svn: r4169
2006-08-28 09:42:12 +00:00
Matthew Flatt
8848d0dedd fix ancient bugs related to unexpected GC while multiple-value results are waiting in the temporary buffer (which is flushed on GC)
svn: r3927
2006-08-02 15:55:33 +00:00
Matthew Flatt
56de304927 support user-selected libtool program, give better feedback on selected options
svn: r3741
2006-07-17 13:23:27 +00:00
Matthew Flatt
ba59239378 automate endian and 64-bit-ints configuration
svn: r3641
2006-07-07 00:15:39 +00:00
Matthew Flatt
d44151a6f3 fix 3m bug relted to the deep end of a stack-segment copy
svn: r3592
2006-07-04 14:46:08 +00:00
Matthew Flatt
cb8ac0ea05 3m GC bug fixes and improvements, include backtrace support
svn: r3548
2006-06-29 19:40:22 +00:00
Matthew Flatt
d034f64dd2 301.16
svn: r3040
2006-05-24 19:29:58 +00:00
Matthew Flatt
caae957ee4 in a couple of places, install needs to know that the binary actually has an .exe suffix under Cygwin
svn: r2973
2006-05-18 19:15:12 +00:00
Matthew Flatt
595c3bd546 more decriptive configure output for an in-place build
svn: r2963
2006-05-18 15:57:33 +00:00
Matthew Flatt
c727afef04 301.15: new install tree for Unix, moved docs, moved teachpacks, added config.ss
svn: r2962
2006-05-18 15:03:05 +00:00
Matthew Flatt
c97a02c0b4 301.14: add current-thread-initial-stack-size, change make install to always run setup-plt, clean up debugging GC variants
svn: r2878
2006-05-09 15:54:46 +00:00
Matthew Flatt
bde760a0c2 NetBSD config fixes
svn: r2400
2006-03-09 14:26:47 +00:00
Matthew Flatt
7103d8041a revised X11 checking
svn: r2306
2006-02-23 19:12:25 +00:00
Matthew Flatt
e40e27435d 301.7
svn: r2304
2006-02-23 13:19:03 +00:00
Matthew Flatt
565cd73b28 better message, again
svn: r2296
2006-02-21 22:28:36 +00:00
Matthew Flatt
2672122c8b better configure reporting when X11 headers/libs missing
svn: r2295
2006-02-21 22:26:23 +00:00
Matthew Flatt
5de8aa8318 add space in RPATH; propagate schemef.h info
svn: r1748
2006-01-03 05:10:51 +00:00
Matthew Flatt
9d5323fb57 configure test for getaddrinfo, use gethostbyname when getaddrinfo is not available
svn: r1723
2005-12-31 02:21:47 +00:00
Matthew Flatt
5ea77942db change Mac default build to put frameworks in plt/lib
svn: r1692
2005-12-26 13:07:35 +00:00
Matthew Flatt
3e53a3fd05 use pkg-config, fix test for success
svn: r1375
2005-11-22 21:55:07 +00:00
Matthew Flatt
24d6604cd5 299.404
svn: r1073
2005-10-13 19:58:38 +00:00
Matthew Flatt
52d22b9bde Xft for xonx
svn: r1032
2005-10-09 22:37:34 +00:00
Eli Barzilay
268ed5df20 * Undo big endian check in configure since it was already in mzscheme;
* Make foreign use special handling for big endians depending on accessing
  a location directly or accessing an argument.

svn: r623
2005-08-21 07:03:28 +00:00
Eli Barzilay
febd5f8fff Added test for big-endian machines
svn: r622
2005-08-21 06:40:18 +00:00
Matthew Flatt
222d731ff2 configure fix for mzdyn.o, especially on AMD64
svn: r530
2005-08-02 02:50:44 +00:00
Matthew Flatt
3c094e6f15 merge fixes for Cygwin
svn: r493
2005-07-28 21:55:31 +00:00
Matthew Flatt
b77a2c3263 configure Cygwin like unix
svn: r452
2005-07-26 19:31:21 +00:00
Eli Barzilay
f116db2b5a Added llvm to configure, disabled by default, also will not run if llvm is not
here

Made a `make-configure' script that automates running autoconf and what
clean_ac.ss used to do; removed clean_ac.

svn: r271
2005-06-29 20:11:47 +00:00
Eli Barzilay
e41b2fb359 Added src, set properties for all DOS files.
svn: r4
2005-05-27 21:53:51 +00:00