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


The way I did it was to download gsl_1.3.orig.tar.gz and gsl_1.3-1.diff.gz 
from Debian web site. Put these two in the same directory and unpack 'orig' 
sources. Then do following:
cd gsl-1.3
zcat ../gsl_1.3-1.diff.gz | patch -p1
chmod +x debian/rules
dpkg-buildpackage -uc -us -rfakeroot -b
After that you should have gsl deb packages in the parent directory. Make sure 
you remove all gsl stuff you installed manually. 

Cheers,
Slaven



On July 13, 2003 05:41, Jerome BENOIT wrote:
> Bonjour,
>
> Nicolas Bouche wrote:
> > Hi
> >
> > i am trying to install gsl-1.3 on linux (debian).
> > No problem with configure, make and make check.
> >
> >
> >
> >
> >
> > However, make install fails with the error message
>
> Instead of installing directly,
> you may use the Debian utilities:
>
> download the Debian source package gsl-1.3 in Sarge (testing),
> and build on your computer the Debian packages,
> and then install them:
>
> http://www.debian.org/doc/manuals/debian-faq/ch-pkg_basics.en.html#s-source
>build
>
> This way is certainly saver and easier to maintain.
>
>
> I hope that helps.
>
> > Making install in sys
> > make[1]: Entering directory `/usr/local/src/gsl-1.3/sys'
> > make[2]: Entering directory `/usr/local/src/gsl-1.3/sys'
> > make[2]: Nothing to be done for `install-exec-am'.
> > /bin/sh ../mkinstalldirs /usr/local//include/gsl
> >  /star -m 644 gsl_sys.h /usr/local//include/gsl/gsl_sys.h
> > /bin/sh: /star: No such file or directory
> > make[2]: *** [install-pkgincludeHEADERS] Error 127
> > make[2]: Leaving directory `/usr/local/src/gsl-1.3/sys'
> > make[1]: *** [install-am] Error 2
> > make[1]: Leaving directory `/usr/local/src/gsl-1.3/sys'
> > make: *** [install-recursive] Error 1
> >
> > any clues?
> >
> > Thanks,
> >
> > Nicolas


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