From: livelfs (livelfs_at_[hidden])
Date: 2007-05-07 08:10:39


Hi all

I have observed a regression between 1.2 and 1.2.1

if CC is assigned an absolute path (i.e. export
CC=/opt/gcc/gcc-3.4.4/bin/gcc like in attached logs),
the */tools/wrappers/*-wrapper-data.txt files
produced by configure script have then a broken libs macro definition:

libs=-lmpi -lopen-rte -lopen-pal -ldl dummy ranlib

instead of
libs=-lmpi -lopen-rte -lopen-pal -ldl -Wl,--export-dynamic -lnsl
-lutil -lm -ldl

Regards,
Stephane Rouberol