public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* AM_PATH_GSL problem
@ 2002-09-25 10:29 Z F
  2002-09-26 12:30 ` Brian Gough
  0 siblings, 1 reply; 7+ messages in thread
From: Z F @ 2002-09-25 10:29 UTC (permalink / raw)
  To: gsl-discuss

Hello everybody,


I have written some code which uses gsl library.
In configure.in which I wrote there is an entry:
AM_PATH_GSL(0.7)

to check that the gsl library version.

I have gsl 1.2 installed but after the
configure script is created and ran, I see the output:

checking for GSL - version >= 0.7... no

and also the Makefile which is generated by the configure has
definition
LIBS = -lm  -lgslblas

which I do not understand (there is no libgslblas.a file in /usr/lib)
and output of gsl-config --libs is
-L/usr/lib -lgsl -lgslcblas -lm
which is correct as far as I understand. Where does -lgslblas come
from?
I do not know if this is the autoconf/automake problem or my mistake or
gsl is not configured somehow.

Any input is appreciated.
Thanks

Lazar

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

^ permalink raw reply	[flat|nested] 7+ messages in thread
* CVS
@ 2002-11-22 21:06 Przemyslaw Sliwa
  2002-11-24 11:42 ` CVS Brian Gough
  0 siblings, 1 reply; 7+ messages in thread
From: Przemyslaw Sliwa @ 2002-11-22 21:06 UTC (permalink / raw)
  To: gsl-discuss

After a successfull executing the comands :

 cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/gsl login
     (password is ``anoncvs'')
 cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/gsl checkout gsl

and

./autogen.sh


and ./configure I'm getting an error running make:

cd . \
  && makeinfo    \  
        `echo gsl-ref.texi | sed 's,.*/,,'`
/bin/sh: makeinfo: command not found.

make[2]: *** [gsl-ref.info] Error 127

But if I run make on a normal gsl-version (from ftp) I do not get such a 
problem.

Does anybody know the solution?

I'm using Suse Linux 8.0

Thanx for any help
Przem

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-11-24 19:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-25 10:29 AM_PATH_GSL problem Z F
2002-09-26 12:30 ` Brian Gough
2002-10-02 20:03   ` Z F
2002-10-06  2:58     ` Brian Gough
2002-10-11  2:33       ` CVS Jacek Pliszka
2002-11-22 21:06 CVS Przemyslaw Sliwa
2002-11-24 11:42 ` CVS Brian Gough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).