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

2006-07-31 Thread Gabriel Dos Reis
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: | | -

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

2006-07-31 Thread Frederic Lehobey
Hi, On Mon, Jul 31, 2006 at 03:12:34AM +0200, Gabriel Dos Reis wrote: > and I've been trying to set up Axiom on it. It is running SuSE 10.1 > So far, I've been unsuccessful to build Axiom. The failure is at > > [...] > 1 linking /home/gdr/build/axiom.2006-07-30/build/mnt/linux/lib/viewman > /u

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

2006-07-30 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | NOTE: do NOT apply this change globally as it does not work everywhere. sure -- the build is from a source check out anonymously, and there is no chance I would risk a global check in :-) Thanks! -- Gaby ___ Axiom-

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

2006-07-30 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | Gaby, | | On July 30, 2006 9:13 PM you wrote: | > | > I got a new machine (64-bit) for work | > | > ... | > and I've been trying to set up Axiom on it. It is running SuSE | > 10.1 So far, I've been unsuccessful to build Axiom. The failure | > is at

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

2006-07-30 Thread root
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}

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

2006-07-30 Thread root
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) +

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

2006-07-30 Thread Bill Page
Gaby, On July 30, 2006 9:13 PM you wrote: > > I got a new machine (64-bit) for work > > ... > and I've been trying to set up Axiom on it. It is running SuSE > 10.1 So far, I've been unsuccessful to build Axiom. The failure > is at > > [...] > 1 linking /home/gdr/build/axiom.2006-07-30/build

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

2006-07-30 Thread Gabriel Dos Reis
Hi, I got a new machine (64-bit) for work [EMAIL PROTECTED]:~/build> cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Pentium(R) D CPU 2.80GHz stepping: 7 cpu MHz : 2793.182 ca