Re: ./configure and gcc



Hi again!

Thanks for the help on the gcc issue. Now, I've got another problem. I successfully ran CC=gcc ./configure, and then typed gmake (GNU make), and this is what I get:

Making all in gda-clnt
make: Fatal error in reader: Makefile, line 347: = missing from  replacement macro reference
Current working directory /export/desarrollo/rodrigo/src/work/src/gnome-db/gda-clnt
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/desarrollo/rodrigo/src/work/src/gnome-db
gmake: *** [all-recursive-am] Error 1

The offending line looks like:

distdir: $(DISTFILES)
        here=`cd $(top_builddir) && pwd`; \
        top_distdir=`cd $(top_distdir) && pwd`; \
        distdir=`cd $(distdir) && pwd`; \
        cd $(top_srcdir) \
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir)
 --output-dir=$$top_distdir --gnu gda-clnt/Makefile
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          test -f $(distdir)/$$file \
          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
          || cp -p $$d/$$file $(distdir)/$$file; \      >>>>>>>>>> this is line 347
        done

Thanks very much in advance



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