Opened 15 years ago
Closed 15 years ago
#4 closed defect (fixed)
cannot link C++ examples
Reported by: | Peter Baumann | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | manuals_and_examples | Version: | |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
The example code in share/rasdaman/examples/c++ does not link under some environments.
Reason: Makefile not yet adapted to automake, hence compile/link environment is not correctly set.
Note:
See TracTickets
for help on using tickets.
Submitted a patch to fix the compilation of C++ examples.