On Mon, May 01, 2000 at 09:23:39PM -0700, Ted Irons wrote:
> Thanks in advance for your help.
> 
> I am running autoconf-2.13 and automake-1.4 
> with the multi-language-branch of libtool on
> an IRIX64-6.5 machine using MIPSpro CC Version 7.2.1.3m.
> 
> My configure line was
> CC=CC RANLIB=: ../dted-0.0.0/configure --prefix=$PFX --exec-prefix=$EPFX
> 
> Why am I getting the following error
> (PS - no errors if I use CC=gcc):
> 
> /bin/sh ../../libtool --mode=compile CC -DHAVE_CONFIG_H -I.
> -I../../../dted/src/dted.lib -I../..     -g -c
> ../../../dted/src/dted.lib/dtedio.c
> mkdir .libs
> CC -DHAVE_CONFIG_H -I. -I../../../dted/src/dted.lib -I../.. -g
> -Wp,-MD,.deps/dtedio.pp -c ../../../dted/src/dted.lib/dtedio.c  -DPIC -o
> .libs/dtedio.o
> Command-line error(1574): invalid macro definition: 
> 
> Error(1005): could not open source file ".deps/dtedio.pp"

I am not up to speed on the development in the multi-language-branch,
so hopefully someone who knows better than I will jump in here...

For some reason, libtool and automake are conspiring to pass gcc's
dependency generation options (-Wp,-MD,.deps/dtedio.pp) to your
MIPSpro compiler.  I *think* you might need to use an automake from
after the `depgen' branch merge to fix this.

Cheers,
        Gary.
-- 
  ___              _   ___   __              _         mailto: [EMAIL PROTECTED]
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       [EMAIL PROTECTED] 
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \      
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                  gpg public key:
http://www.oranda.demon.co.uk           http://www.oranda.demon.co.uk/key.asc

Reply via email to