Ticket #928 (new bug)

Opened 2 weeks ago

Changes to LIBS are lost between configure in ch3 and configure in nemesis

Reported by: buntinas Owned by:
Priority: major Milestone: mpich2-1.3
Component: mpich2 Keywords:
Cc:

Description

The value of LIBS at the beginning of ch3/configure is set by the top level configure. ch3/configure then adds additional libraries to LIBS, however, when ch3/configure calls nemesis/configure, these changes are lost, i.e., LIBS in nemesis/configure only has the libraries that the top level configure set.

To work around this I put this line at the end of ch3/configure:

export MY_EXPORTED_LIBS="$LIBS"

then added this line to the top of nemesis/configure:

LIBS="$MY_EXPORTED_LIBS"

This doesn't happen with LDFLAGS.

Attachments

WARNING! You need to either login using OpenID here or enter your email address here before you can create or edit tickets. Otherwise the ticket will get treated as spam. More information on creating tickets can be found here.

Don't forget to add your email address to the cc list to make sure that you get updated of the ticket status.

Add/Change #928 (Changes to LIBS are lost between configure in ch3 and configure in nemesis)

Author



Change Properties
Action
as new
 
Note: See TracTickets for help on using tickets.