axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Axiom build failure on an x86_64-unknown-linux-gnu


From: root
Subject: Re: [Axiom-developer] Axiom build failure on an x86_64-unknown-linux-gnu
Date: Sun, 30 Jul 2006 22:10:07 -0400

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.

t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]