libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: failure during build - Tpo file not found


From: Ralf Wildenhues
Subject: Re: failure during build - Tpo file not found
Date: Fri, 12 Jun 2009 11:43:26 +0200
User-agent: Mutt/1.5.19 (2009-06-09)

Hello Jared, and sorry for the long delay,

* Jared Nance wrote on Tue, May 19, 2009 at 08:47:27PM CEST:
> Sorry for the delay, I've just had a lot of work on my plate.  The
> output from make SHELL="/bin/sh -x" is
> + test '!' -f config.h
> + :
> make  all-recursive
[...]
> + make all
> /bin/sh -x ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H
> -I. -I..  -L/usr/local/root/Current/lib/root
> -I/usr/local/root/Current/include/root -lCore -lRIO -lTree -lcint
> -lPhysics -I/src/stlplus -I/include -L/lib -lRATEvent_Darwin-g++
> -g -O2 -MT libTrackAnalysis_la-dictTOP.lo -MD -MP -MF
> .deps/libTrackAnalysis_la-dictTOP.Tpo -c -o
> libTrackAnalysis_la-dictTOP.lo `test -f 'dictTOP.C' || echo
> './'`dictTOP.C

This is still wrong.  You need to remove all of
  -lCore -lRIO -lTree -lcint -lPhysics -L/lib -lRATEvent_Darwin-g++

from the libTrackAnalysis_la_CPPFLAGS variable and add them instead to
the libTrackAnalysis_la_LDFLAGS variable, in the lib/Makefile.am.  Then
rebuild lib/Makefile.in using
  cd $top_srcdir
  automake lib/Makefile

(this should happen automatically unless you use maintainer mode turned
off), and rerun 'make' in the build tree.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]