> > > As far as I can see PLF is defined in Makefile.pamphlet but never
> > > used anywhere in the source.
> > >
> > > I suggest we delete it before somebody tries to use it. We don't
> > > need more flags and special cases in the source if we can avoid
> > > it.
> >
> > The C code uses this variable. look at src/lib/openpty.c.pamphlet.
> > It is used as a -D variable on the C command line.
> >
>
> What version of the source? I can't find it in either Axiom Gold
> (axiom--main--1--patch-49) nor in the build-improvements branch
> anywhere. Maybe I am blind.
>
> Can you give me a line number?
src/lib/openpty.c line 22.
the compiler line reads:
gcc -D${PLF}
which expands to mark the platform like
gcc -DLINUXplatform.
t
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer