Up to [local] / OpenXM / src / kxx
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Mon Sep 19 07:50:02 2016 UTC (8 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2530 -2113
lines
Diff to previous 1.6 (colored)
Static link is used for MacOS X. (cf. otool -L prog, install_name_tool --change or --id do not work well)
Revision 1.6 / (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.5: +1 -827
lines
Diff to previous 1.5 (colored)
Universal binary for MacOS X will no longer be supported.
Revision 1.5 / (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.4: +1 -1
lines
Diff to previous 1.4 (colored)
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.4 / (download) - annotate - [select for diffs], Thu Oct 5 21:14:23 2006 UTC (18 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.3: +148 -1
lines
Diff to previous 1.3 (colored)
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.3 / (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.2: +1578 -413
lines
Diff to previous 1.2 (colored)
Changes to generate a universal binary "ox" on MacOS X. (The method is not clean...)
Revision 1.2 / (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.1: +2665 -706
lines
Diff to previous 1.1 (colored)
Added a check of dlopen.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Aug 20 12:15:10 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_1_2_2,
RELEASE_1_2_1,
RELEASE_1_1_3
Autoconf cannot generate configure on redhat linux 6.1. I've not yet found the reason for it. I add temporally configure in the repository to avoid this trouble.