Mailinglist Archive: opensuse (4626 mails)
| < Previous | Next > |
Re: [opensuse] Re-installing from sources
- From: Patrick Shanahan <ptilopteri@xxxxxxxxx>
- Date: Mon, 15 Jan 2007 11:15:02 -0500
- Message-id: <20070115161502.GJ12527@xxxxxxxxxxxxxxx>
* Sergey Mkrtchyan <crusoe@xxxxxxxxxx> [01-15-07 11:05]:
[...]
> I've installed GNU Scientific library (./configure, make, make install).
> But now when I try to compile a a simple C code which uses function from
> that library it gives an error of missing file
>
> In file included from euler.c:4:
> /usr/local/include/gsl/gsl_sf_bessel.h:26:26: error: gsl/gsl_mode.h: No
> such file or directory
>
> I've checked, I'm missing the file in that directory, which is included
> in gsl_sf_bessel.h, but I don't remember having any problems installing it.
>
> The same thing goes just fine on friend's machine, which I do not have
> access to.
>
> Should I re-install gsl library? If yes, how to do that, it was second
> or third time I installed something from sources. If not, what should I do?
using an rpm-based system and installing tar balls. You should
seriously consider 'checkinstall'.
Have you looked at the tar ball for the installation directories to see
where gls_sf_bessel.h is placed? hint, check the config.log.
--
Patrick Shanahan Registered Linux User #207535
http://wahoo.no-ip.org @ http://counter.li.org
HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery2
OpenSUSE Linux http://en.opensuse.org/
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
[...]
> I've installed GNU Scientific library (./configure, make, make install).
> But now when I try to compile a a simple C code which uses function from
> that library it gives an error of missing file
>
> In file included from euler.c:4:
> /usr/local/include/gsl/gsl_sf_bessel.h:26:26: error: gsl/gsl_mode.h: No
> such file or directory
>
> I've checked, I'm missing the file in that directory, which is included
> in gsl_sf_bessel.h, but I don't remember having any problems installing it.
>
> The same thing goes just fine on friend's machine, which I do not have
> access to.
>
> Should I re-install gsl library? If yes, how to do that, it was second
> or third time I installed something from sources. If not, what should I do?
using an rpm-based system and installing tar balls. You should
seriously consider 'checkinstall'.
Have you looked at the tar ball for the installation directories to see
where gls_sf_bessel.h is placed? hint, check the config.log.
--
Patrick Shanahan Registered Linux User #207535
http://wahoo.no-ip.org @ http://counter.li.org
HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery2
OpenSUSE Linux http://en.opensuse.org/
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |