Changeset 5242 for trunk/Ohana/src/misc/doc/Changes.log
- Timestamp:
- Oct 7, 2005, 3:07:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/misc/doc/Changes.log (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/misc/doc/Changes.log
r4481 r5242 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 misc-1-1:
Note:
See TracChangeset
for help on using the changeset viewer.
