Changeset 5237 for trunk/Ohana/src/libohana/doc/ChangeLog.txt
- Timestamp:
- Oct 7, 2005, 2:57:16 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/doc/ChangeLog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/doc/ChangeLog.txt
r4736 r5237 1 2 2005.10.07 3 4 I was having some memory collision problems, and attempting to 5 use the ohana_allocate functions reminded me that the libFITS 6 functions were not supported under ohana_allocate. This was 7 unhelpful. I bit the bullet and split libohana into libohana 8 (base functions only, including ohana_allocate) and libdvo 9 (functions based on the libautocode structures). Doing this 10 allowed me to make libFITS depend on libohana (including 11 ohana_allocate). BUT, this forced me to change all LDFLAGS 12 entries in ohana to swap -lohana -lFITS for -lFITS -lohana, 13 and to add include <fitsio.h> in some cases. 1 14 2 15 libohana-1-4
Note:
See TracChangeset
for help on using the changeset viewer.
