> Martin Vermeer wrote:
> > On Sun, Apr 23, 2006 at 06:15:44PM +0200, Edwin Leuven wrote:
> >
> > /bin/sh ../libtool --tag=CXX --mode=link g++ -pg -g -O2 -pg -o
> > ...
> > g++ -pg -g -O2 -pg -o lyx-qt4 main.o Bidi.o BufferView.o
>
> Why these multiple -pg -g -pg options? Shouldn't prevent them from
> working (I think) but where do they come from?
because LDFLAGS = -pg gets added here on top of CXXFLAGS = -pg -g -O2
> Try manually to sanitize the makefile in src and see if it helps.
wouldn't know what this would entail
does anyone know how to get this working? does anyone has this working
for that matter?
thanks! edwin