This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compiling GSL for Mac OS X -> make stops


Thomas Lachand-Robert wrote:

> > ............etc. thousands of lines like that ................
> > ld: multiple definitions of symbol _gsl_vector_view_array
> > vector/.libs/libgslvector.al(view.lo) definition of
> > _gsl_vector_view_array in section (__TEXT,__text)
[]
> So if you have any idea for that... ;-)

Sorry, no idea. 

> > P.S. "fink install gsl" compiles gsl-1.1 without problems.
> >
> Not for me:
> > fink install gsl
> > Reading package info...
> > Information about 288 packages read in 1 seconds.
> > no package found for "gsl"
> > Failed: no package found for specification 'gsl'!
> ???
> (I even tried to copy from "unstable" directory the .info, but this doesn'
> t work either.)

I find it in unstable/main/finkinfo/sci/gsl-1.1-1.info. The info file is
actually rather short, so I take the liberty to copy it here (beware of
extra line breaks).

--
Martin

Package: gsl
Version: 1.1
Revision: 1
Maintainer: Jeffrey Whitaker <jsw@cdc.noaa.gov>
Source:  gnu
SetCFLAGS: -Wno-long-double -g -O2
ConfigureParams: --disable-shared --mandir='${prefix}/share/man' --infodir='${prefix}/share/info'
DocFiles: README INSTALL AUTHORS COPYING KNOWN-PROBLEMS NEWS MACHINES TODO
InfoDocs: gsl-ref.info
Description: Routines for numerical computing.
DescDetail: <<
 The GNU Scientific Library (GSL) is a collection of routines for numerical
 computing. The routines are written from scratch by the GSL team in
ANSI C,
 and are meant to present a modern API for C programmer, while allowing
 wrappers to be written for very high level languages.
<<
DescPort: Builds only static lib - multiply defined symbols prevent
dynamic lib.
License: GPL
Homepage: http://sources.redhat.com/gsl


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]