automake
[Top][All Lists]
Advanced

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

Re: problem compiling on DEC with dependencies (cxx -M)


From: Tom Tromey
Subject: Re: problem compiling on DEC with dependencies (cxx -M)
Date: 22 Feb 2001 23:12:31 -0700

>>>>> "Patrick" == Patrick Guio <address@hidden> writes:

Sorry for the long delay in my reply to this...

Patrick> I am not sure if this is to be adressed to libtool or maybe
Patrick> automake since the problem might come from depcom...

Could be either.

Patrick> Anyway I am trying to build a c++ library using libtool on a
Patrick> alphaev6-dec-osf5.0 using cxx.

I'm suprised to hear this.

Patrick> % make libutilities_la-parser.lo 
Patrick> [ ... ]
Patrick> depmode=dashmstdout /bin/ksh ../depcomp \

The `dashmstdout' mode for depcomp should invoke the compiler twice,
once with -M, for the dependencies, and once without, for the .o.

If this still fails for you could you try to see what is wrong?
One way might be to start by running depcomp with `sh -x'...

Tom



reply via email to

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