Hi,

A question regarding the -rdynamic gcc option:

It should go into LDFLAGS, correct ?

Now in configure.in we have (Bug #1679):

if test "$GCC" = "yes"; then
    LDFLAGS="$CFLAGS -rdynamic"
fi

I think that it should be
    LDFLAGS="$LDFLAGS -rdynamic"

Regards

Guido



-
========================================================
Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Lucia Savarino, 1           10098 - Rivoli (TO) - ITALY
Tel. : +39.011.9530135  Fax. : +39.011.9781115
Email: [EMAIL PROTECTED]
WWW: http://www.acmeconsulting.it/

Reply via email to