octave-maintainers
[Top][All Lists]
Advanced

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

Re: build trouble on MacOS 10.5


From: Ben Abbott
Subject: Re: build trouble on MacOS 10.5
Date: Tue, 22 Dec 2009 09:16:30 -0500

On Dec 21, 2009, at 10:56 PM, Ben Abbott wrote:

> On Dec 21, 2009, at 12:14 PM, Ben Abbott wrote:
>> 
>> I'm out of ideas.
>> 
>> Rob, I'll be tracking your progress. If I have the time and motivation, I 
>> may dig up an old Mac running 10.5 and try to duplicate your success.
>> 
>> Ben
> 
> To my surprise I pulled this evening and tried another build. 
> 
> $ ./configure --prefix=/sw --infodir=${prefix}/share/info 
> --mandir=${prefix}/share/man --libexecdir=${prefix}/lib 
> --with-blas=-Wl,-framework -Wl,vecLib --without-framework-carbon 
> --without-framework-opengl --without-qhull --without-hdf5 --without-fftw3 
> --without-fftw3f --without-glpk --without-curl --without-qrupdate 
> --without-amd --without-camd --without-colamd --without-ccolamd 
> --without-cholmod --without-cxsparse --without-umfpack --without-arpack 
> --without-z --disable-readline --without-x
> 
> Octave built and passed all but 5 tests.
> 
> Summary:
> 
>  PASS   5321
>  FAIL      5
> 
> Ben


Good news, I'm able to build with all libs except for Apple's Carbon and OpenGL 
frameworks.

  $ ./configure --prefix=/sw --infodir=${prefix}/share/info 
--mandir=${prefix}/share/man --libexecdir=${prefix}/lib 
--with-blas=-Wl,-framework -Wl,vecLib --without-framework-carbon 
--without-framework-opengl

Make check only has two failures.

Summary:

  PASS   5659
  FAIL      2

Once, I can build everything I need to be fully functional, I'll look into the 
test failures.

Ben





reply via email to

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