problem with autogen on SGI/IRIX6.2
- From: Ronan Bourlier <rbourlie ford com>
- To: gtk-list redhat com
- Subject: problem with autogen on SGI/IRIX6.2
- Date: Tue, 16 Feb 1999 13:23:36 -0500
Hi,
I have a problem with gtk-engine CVS source.
When I use autogen.sh,
it create the following stuff :
%.o: %.c
@echo '$(COMPILE) -c $<'; \
$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
@-cp .deps/$(*F).pp .deps/$(*F).P; \
tr ' ' '\012' < .deps/$(*F).pp \
| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
>> .deps/$(*F).P; \
rm .deps/$(*F).pp
%.lo: %.c
@echo '$(LTCOMPILE) -c $<'; \
$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
@-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
< .deps/$(*F).pp > .deps/$(*F).P; \
tr ' ' '\012' < .deps/$(*F).pp \
| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
>> .deps/$(*F).P; \
rm -f .deps/$(*F).pp
But it's not working, bcause all the -Wp,-MD,.deps/$(*F).pp
should be replaced by -Wp,-MDupdate,.deps/$(*F).pp
Is it coming from automake/autoconf or from the gtk-engine,
or from my installation of automake ?
thanks for your help.
--
Ronan BOURLIER http://www.radioss.com
Development Engineer email: ronan@radioss.com
Radioss Consulting Corp. phone: +1 (248) 357 0657
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]