COIN-OR::LEMON - Graph Library

Opened 14 years ago

Closed 14 years ago

#316 closed enhancement (fixed)

More info on setting compiler flags

Reported by: Alpar Juttner Owned by: Akos Ladanyi
Priority: major Milestone: LEMON 1.2 release
Component: documentation Version: hg main
Keywords: Cc:
Revision id:

Description

./configure --help should provide some more info on how to set the compiler flags, i.e. about the effect of setting CXXFLAGS and WARNINGCXXFLAGS on the set of flags eventually be passed to the compiler (WARNINGCXXFLAGS isn't mentioned at all).

Attachments (2)

746469db3bd8.patch (1.3 KB) - added by Akos Ladanyi 14 years ago.
974c48bda29e.patch (1.3 KB) - added by Akos Ladanyi 14 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 14 years ago by Akos Ladanyi

Status: newassigned

I couldn't find any possibility to customise the output of "configure --help" besides the help text for the AC_ARG_WITH and AC_ARG_ENABLE macros. So what should I do? Extend the INSTALL file?

comment:2 in reply to:  1 Changed 14 years ago by Alpar Juttner

Replying to ladanyi:

So what should I do? Extend the INSTALL file?

Yes, please.

Changed 14 years ago by Akos Ladanyi

Attachment: 746469db3bd8.patch added

comment:3 Changed 14 years ago by Akos Ladanyi

Attached a patch for the INSTALL file.

Changed 14 years ago by Akos Ladanyi

Attachment: 974c48bda29e.patch added

comment:4 Changed 14 years ago by Akos Ladanyi

Attached a new patch which removes a strange character ([974c48bda29e]).

comment:5 in reply to:  4 Changed 14 years ago by Alpar Juttner

Resolution: fixed
Status: assignedclosed

Replying to ladanyi:

Attached a new patch which removes a strange character ([974c48bda29e]).

Thanks.

Note: See TracTickets for help on using tickets.