[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Passing LDFLAGS to configure.
From: |
John W. Eaton |
Subject: |
Passing LDFLAGS to configure. |
Date: |
Mon, 9 May 2011 18:33:09 -0400 |
On 9-May-2011, Jordi Gutiérrez Hermoso wrote:
| I was trying to use LDFLAGS='-pg' in the configure script so that I
| could use gprof, but I couldn't figure it out and ended up using oprof
| instead. It looks like the configure script is simply ignoring that
| environment variable. Is there another I should use? I didn't see one
| in the help docstring.
I just tried
configure LDFLAGS=-pg
and
LDFLAGS = -pg
was inserted in the top-level Makefile. Does this not work for you,
or is LDFLAGS not used properly when compiling Octave?
jwe