NOTE: do NOT apply this change globally as it does not work everywhere.

=================================================================
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.


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to