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