Re: Problem finding TPO dependency file

2006-09-29 Thread John Ling
Hi Ralf, I'll send you a tar of the package separately. To answer your questions: sed --version reports GNU sed version 4.1.2 The environment variable POSIXLY_CORRECT is not set. The shared/cpp/src/fasta/.deps does not exist after running configure. And yes the Fasta.Plo contains only "# dummy

Re: Problem finding TPO dependency file

2006-09-29 Thread Ralf Wildenhues
> * John Ling wrote on Thu, Sep 28, 2006 at 08:43:56PM CEST: > > >> > > >>shared/cpp/src/fasta/Fasta.cpp:192: fatal error: opening dependency file > > >>shared/cpp/src/fasta/.deps/Fasta.Tpo: No such file or directory > > >>compilation terminated. Wait... Does the Makefile.am file use quotes for

Re: Problem finding TPO dependency file

2006-09-29 Thread Ralf Wildenhues
Hello John, * John Ling wrote on Thu, Sep 28, 2006 at 08:43:56PM CEST: > > I am running on an IBM P690 SMP PowerPC64 running Linux 2.6.9-34.0.2.EL. > > The dependency style selected during configure was gcc3 (see output of > configure below). There are no other errors prior to the one I sent.

Re: Problem finding TPO dependency file

2006-09-28 Thread John Ling
Hi Ralf, I am running on an IBM P690 SMP PowerPC64 running Linux 2.6.9-34.0.2.EL. The dependency style selected during configure was gcc3 (see output of configure below). There are no other errors prior to the one I sent. I have tested with 1.9.6 and the problem also shows up with that versi

Re: Problem finding TPO dependency file

2006-09-28 Thread Ralf Wildenhues
Hello John, * John Ling wrote on Thu, Sep 28, 2006 at 08:13:56PM CEST: > > Using automake 1.9.1 and higher, I get the following error below. I do > not get this error if I switch to automake 1.8.5. So what is the change > between 1.8.5 and 1.9.1 that causes it to be unable to generate this TP

Problem finding TPO dependency file

2006-09-28 Thread John Ling
Hello, Using automake 1.9.1 and higher, I get the following error below. I do not get this error if I switch to automake 1.8.5. So what is the change between 1.8.5 and 1.9.1 that causes it to be unable to generate this TPO file? What do I have to do to resolve this problem? shared/cpp/src