autoconf
[Top][All Lists]
Advanced

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

Re: wierd problem


From: Stepan Kasal
Subject: Re: wierd problem
Date: Tue, 25 Jan 2005 17:44:40 +0100
User-agent: Mutt/1.4.1i

Hi,

On Tue, Jan 25, 2005 at 05:15:37PM +0100, Jonas Geiregat wrote:
> I have an other problem not really autoconf related more automake I
> think but far from sure.

I'd also day it's an automake problem, as the depcomp script is distributed
with automake.
Try going to address@hidden, mentioning which version of automake you
use (look at the top of the generated Makefile.in).

> output after running make:
> source='main.c' object='main.o' libtool=no \
> depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
> depmode=none /bin/sh ./depcomp \
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"wewa\"
> -DVERSION=\"0.0.1\"  -I. -I. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
> -DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
> -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
> -I/usr/include/freetype2 -I/usr/include/freetype2/config
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I/usr/include/gconf/2 -I/usr/include/orbit-2.0
> -I/usr/include/libglade-2.0 -I/usr/include/libxml2  
> -I/usr/lib/mozilla/include/gtkembedmoz
> -I/usr/lib/mozilla/include/xpcom -I/usr/lib/mozilla/include/string
> -I/usr/lib/mozilla/include/nspr      -g -O2 -c main.c
...
> When I copy past the first gcc command it creates the main.o file why
> not when using make ?

Please not that the first command is
        /bin/sh ./depcomp ...

So the gcc ... are in fact parameters to the depcomp script.
Try running the whole
        source='main.c' ... /bin/sh ./depcomp ...

Does it create main.o?  If notm try to debug the shell script.

HTH,
        Stepan Kasal




reply via email to

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