[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS build error with new sort
From: |
David Bateman |
Subject: |
Re: CVS build error with new sort |
Date: |
Mon, 04 Feb 2008 10:23:25 +0100 |
User-agent: |
Thunderbird 2.0.0.6 (X11/20070914) |
John Swensen wrote:
> I am trying to build the most recent CVS (as of 2008/02/03 about 8PM)
> and am having a linker error involving the new sort stuff for sparse
> matrices. When trying to link liboctave.dylib, I get the following
> error:
> ld: duplicate symbol __ZN11octave_sortIiE11set_compareEPFbiiE in
> pic/Array-i.o and pic/sparse-sort.o
>
>
> My configure line is as follows:
> ./configure CC=gcc-4 CXX=g++-4 F77=gfortran CPPFLAGS=-I/sw/include
> LDFLAGS="-L/System/Library/Frameworks/Accelerate.framework -L/sw/lib
> -lreadline -lSystem -lSystemStubs -framework Accelerate"
> --prefix=/sw/opt/octave/3.0_cvs20080203 --with-blas="-framework
> Accelerate"
>
> John Swensen
>
Sorry for all the hassles with the sort stuff over the weekend.. I of
course wasn't around and left the problem with John :-)
D.
--
David Bateman address@hidden
Motorola Labs - Paris +33 1 69 35 48 04 (Ph)
Parc Les Algorithmes, Commune de St Aubin +33 6 72 01 06 33 (Mob)
91193 Gif-Sur-Yvette FRANCE +33 1 69 35 77 01 (Fax)
The information contained in this communication has been classified as:
[x] General Business Information
[ ] Motorola Internal Use Only
[ ] Motorola Confidential Proprietary
- Re: CVS build error with new sort, (continued)
- Re: CVS build error with new sort, Thomas Treichl, 2008/02/12
- Re: CVS build error with new sort, John W. Eaton, 2008/02/12
- Re: CVS build error with new sort, John Swensen, 2008/02/12
- Re: CVS build error with new sort, John W. Eaton, 2008/02/12
- Re: CVS build error with new sort, Thomas Treichl, 2008/02/12
- Re: CVS build error with new sort, John W. Eaton, 2008/02/12
- Re: CVS build error with new sort, John Swensen, 2008/02/12
- Re: CVS build error with new sort, John W. Eaton, 2008/02/12
- Re: CVS build error with new sort, Thomas Treichl, 2008/02/13
- Re: CVS build error with new sort, Ben Abbott, 2008/02/17
Re: CVS build error with new sort,
David Bateman <=