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: Gabriel Dos Reis
Subject: Re: [Axiom-developer] Axiom build failure on an x86_64-unknown-linux-gnu
Date: 31 Jul 2006 13:27:48 +0200

root <address@hidden> 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




reply via email to

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