This Message Is From an External Sender
This message came from outside your organization.
Some additional notes:
On Mon, 1 Jul 2024, meator wrote: > I would normally get -fvisibility=hidden This is controlled by configure option --with-visibility=1/0 > because -fPIC gets included in C flags even when CFLAGS is set. This is controlled by --with-pic=1/0 - and then there is a dependency [i.e this is required] for --with-shared-libraries=0 There is some complex here - and treating some of these flags as CFALGS (only) causes grief. So there could be some combinations where things get set or not incorrectly [wrt what user desires] Satish
