hi Bruce

off list send me the build log files
        $INSTALLROOT/lib/package/gen/make.out*

> cc1: note: obsolete option -I- used, please use -iquote instead

I have been in contact with gcc folks over the years that -iquote
is not a functional replacement for -I-; they seem to have other fish to fry
"use xxx instead" "nobody we know uses it"

either the gcc team will address the -iquote deficiency or when -I- fails to 
work
in some future gcc release the ast cpp will automatically kick in

> I cannot get the Alcatel Appendix D pattern examples to work with AST
> nmake.  The best I seem to be able to do is to force nmake to use SCCS
> by listing each g-file as a target with its corresponding s-file as
> prerequisite and an explicit action block which invokes get.  That's
> inferior to make (even gmake) [which can at least get the g-file even
> w/o a makefile].

did you assert this near the top of your makefile:
        :SCCS:

this can also be asserted in a global rules file

_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to