• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Jan-2012-

ac/H07-Jan-2012-340313

docs/H03-May-2022-

examples/H07-Jan-2012-2,2491,532

src/H07-Jan-2012-14,5698,462

web/jpl/H03-May-2022-42

.gitignoreH A D18-Oct-2010234 2423

ChangeLogH A D18-Oct-20102.4 KiB10661

ISSUESH A D18-Oct-20102.3 KiB5942

Makefile.inH A D31-Dec-20107.2 KiB281199

Makefile.makH A D18-Oct-20103.1 KiB12086

README.MacOSH A D18-Oct-2010584 2011

config.guessH A D18-Oct-201045.2 KiB1,5621,344

config.subH A D18-Oct-201033.2 KiB1,6871,542

configure.inH A D18-Oct-20102 KiB9976

demo.plH A D18-Oct-2010728 2923

install-shH A D18-Oct-20104.7 KiB239152

jpl.docH A D18-Oct-20101.3 KiB6445

jpl.plH A D18-Oct-2010155.7 KiB4,6923,568

jpl_paths.yap.inH A D18-Oct-20101.3 KiB4435

make.batH A D18-Oct-201033 21

test_jpl.plH A D18-Oct-201019.3 KiB1,2101,111

test_singleton.plH A D18-Oct-201056 52

testenvH A D18-Oct-2010537 3117

README.MacOS

1Readme about Java on the Mac:
2
3	* http://devworld.apple.com/java/
4	* http://developer.apple.com/documentation/Java/Conceptual/Java14Development/Core_APIs/chapter_6_section_4.html
5
6General stuff on dynamic link libraries
7
8	* http://qin.laya.com/tech_coding_help/dylib_linking.html
9	* http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachORuntime/index.html
10
11
12Notes on MacOS with dynamic libraries:
13
14	* Compile using -fno-common
15	* install_name_tool -change <oldlib> @executable_path... exe
16
17
18Link options:
19
20	* http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html