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: gsl libraries


----- Original Message ----- 
From: Manoj Warrier
Sent: Monday, July 21, 2003 12:25 AM
Subject: Re: gsl libraries

Hi everybody,

> I was just wondering that probably that there is an
> extra "/" between "local" and "include" below.

This is not a problem on Linuces - and appears often when using an
environment prefix:

$ MYPATH=/staff/fred/
$ echo $MYPATH/mytext
$ /staff/fred//mytext

what is very common in makefiles.

> > > /bin/sh ../mkinstalldirs /usr/local//include/gsl
> > >  /star -m 644 gsl_sys.h /usr/local//include/gsl/gsl_sys.h

strange to call a /star binary from the root directory, never heard of
"star" at all. Maybe an empty environment variable that should prefix the
path? like your source directory ?? this "star" is maybe the "install"
exe. - I don't know why it used this "/star" statement... check the INSTALL
Makefile variable... it should be =/usr/bin/install or something close to
that...

> > > make: *** [install-recursive] Error 1

Why not using debian packages? this is a strength of that distribution, and
GSL is well maintained (available on almost all platforms, and AFAIK always
well packaged!).

HTH,
F. Schoenahl



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