Up to [local] / OpenXM / src / kxx
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [selected], Mon Sep 19 07:50:02 2016 UTC (8 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +9 -2
lines
Diff to previous 1.8 (unified)
Static link is used for MacOS X. (cf. otool -L prog, install_name_tool --change or --id do not work well)
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 12 11:26:16 2008 UTC (16 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12
Changes since 1.7: +1 -3
lines
Diff to previous 1.7 (unified) to selected 1.9 (unified)
Universal binary for MacOS X will no longer be supported.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 8 23:49:18 2006 UTC (18 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (unified) to selected 1.9 (unified)
Changes to generate the universal binary "ox" on ppc. Note: 1. Install Cross-Developement.mpkg from the Xcode distribution. 2. Add -isysroot option. 3. lipo is used to bundle binaries for different architectures.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 5 21:14:24 2006 UTC (18 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (unified) to selected 1.9 (unified)
The option -arch i386 does not work on ld on my ppc Mac. It works on my intel Mac. gcc and xcode are the latest. Why?... To generate a universal binary on intel Mac's, change Makefile by hand. Anyway, this commit does undo a part of the previous commit. Cf. Try "file ox" to check if the generated file is universal binary or not.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 5 20:44:58 2006 UTC (18 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (unified) to selected 1.9 (unified)
Changes to generate a universal binary "ox" on MacOS X. (The method is not clean...)
Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 11 04:20:33 2003 UTC (21 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
KNOPPIX_2006
Changes since 1.3: +6 -2
lines
Diff to previous 1.3 (unified) to selected 1.9 (unified)
Added a check of dlopen.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 13 06:46:39 2000 UTC (24 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_1_2_2,
RELEASE_1_2_1,
RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (unified) to selected 1.9 (unified)
Do not try static link on Solaris.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 7 11:02:27 2000 UTC (24 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.1: +5 -1
lines
Diff to previous 1.1 (unified) to selected 1.9 (unified)
Added gethostbyname to check in autoconf
Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 1 09:59:43 2000 UTC (24 years, 9 months ago) by takayama
Branch: MAIN
Diff to selected 1.9 (unified)
OpenXM/kxx starts to use autoconf. After updating, run ./make-configure in the directory src/kxx or type in "make configure-kxx" in the directory src.