root <[EMAIL PROTECTED]> writes:

| Gaby,
| 
| in src/hyper/Makefile.pamphlet do:
| 
| -           ${LIB}/bsdsignal.o ${LDFLAGS} ${XLIB}/libXpm.a -lX11 -lm -L${LIB} 
)
| +           ${LIB}/bsdsignal.o ${LDFLAGS} -l Xpm -lX11 -lm -L${LIB} )
| 
| in src/graph/view2D/Makefile.pamphlet do:
| 
| -      -o ${OUT}/view2D ${XLIB}/libXpm.a $(LDFLAGS) 
| +      -o ${OUT}/view2D -l Xpm $(LDFLAGS) 
| 
| 
| 
| This isn't the full, correct change but it will work for your problem.
| The next release, which I'm working on now, should fix it fully.

Thanks Tim.
The problem is with X11 lib, not with Xpm (at least I've not gotten to
that point yet).  The above patch does not solve the build faiilure.

I'll look at Frédéric's suggestion -- but later, because of daytime job.

-- Gaby


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to