In the Makefile for cliquer-1.2.p3 it says: # Enable long options for cl (eg. "cl --help"), comment out to disable. # Requires getopt_long(3) (a GNU extension) LONGOPTS = -DENABLE_LONG_OPTIONS
Is cliquer being used interactively, or just as a library? HP-UX 11 does not support these GNU extensions, and I'm asking if they are used in Sage or not. That line could clearly be commented out on one platform, but if cliquer is only used as a library, then it might as well be commented out on all platforms. Dave -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
