help-octave
[Top][All Lists]
Advanced

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

Re: Same .m file: different results with different versions of Octave


From: Judd Storrs
Subject: Re: Same .m file: different results with different versions of Octave
Date: Mon, 19 Apr 2010 23:35:10 -0400

On Mon, Apr 19, 2010 at 11:15 PM, Thomas D. Dean <address@hidden> wrote:
> I cannot build either glibc or eglibc on my ubuntu 9.10!

I had trouble at first but this ended up working for me:

cd glibc
mkdir build
cd build
CFLAGS="-O2 -U_FORTIFY_SOURCE -fno-stack-protector" ../configure --prefix=/path
make
make install

I found those CFLAGS in an ubuntu forum, otherwise I got somewhat
cryptic errors about not being able to inline functions. I think it
also needs the kernel headers package (apt-get install build-essential
should pull all of that in if it's missing).


--judd


reply via email to

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