public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* [Alexander Schliep <schliep@zpr.uni-koeln.de>] GSL installation problems ...
  2001-12-19 13:20 [Alexander Schliep <schliep@zpr.uni-koeln.de>] GSL installation problems Mark Galassi
@ 2001-12-03 12:26 ` Mark Galassi
  2001-12-19 13:20 ` Brian Gough
  2001-12-19 13:20 ` Mark Galassi
  2 siblings, 0 replies; 5+ messages in thread
From: Mark Galassi @ 2001-12-03 12:26 UTC (permalink / raw)
  To: GSL discussion list

[-- Attachment #1: Type: text/plain, Size: 56 bytes --]


[note: he says that 0.9.2 installed without problems]


[-- Attachment #2: Type: message/rfc822, Size: 3255 bytes --]

From: Alexander Schliep <schliep@zpr.uni-koeln.de>
To: Mark Galassi <rosalia@lanl.gov>
Subject: GSL installation problems ...
Date: Wed, 5 Dec 2001 11:38:33 +0100 (MET)
Message-ID: <Pine.GSO.3.95.1011205113216.19353C-100000@Octopussy>


El Dudito,

on the Mandrake 8.0 Linux box I had/have a number of small
problems with the GSL 1.0 installation.

'make': In matrix (and cblas) I got error messages about use absolute
paths only while running libtool which I could resolve by running the
offending command by hand after changing -rpath to -path (the argument was
an absolute path anywys).

I am stumped though about the 'make install' problem I have now:

alexander@congo:cblas> make install
make[1]: Entering directory `/home/alexander/Src/gsl-1.0/cblas'
/bin/sh ../mkinstalldirs =/home/alexander/local//lib
/bin/sh ../libtool  --mode=install /usr/bin/install -c libgslcblas.la
=/home/alexander/local//lib/libgslcblas.la
libtool: install: `=/home/alexander/local//lib' must be an absolute
directory name
Try `libtool --help --mode=install' for more information.
make[1]: *** [install-libLTLIBRARIES] Error 1
make[1]: Leaving directory `/home/alexander/Src/gsl-1.0/cblas'
make: *** [install-am] Error 2


I tried to run it by hand 

alexander@congo:cblas> /bin/sh ../libtool  --mode=install /usr/bin/install
-c libgslcblas.la /home/alexander/local/lib/libgslcblas.la
/usr/bin/install -c .libs/libgslcblas.lai
/home/alexander/local/lib/libgslcblas.la
/usr/bin/install: .libs/libgslcblas.lai: No such file or directory

but the .libs/libgslcblas.lai is missing, and I could not figure out how
to creat it.


Any insight?

Thanks,
Alexander






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

* Re: [Alexander Schliep <schliep@zpr.uni-koeln.de>] GSL installation problems ...
  2001-12-19 13:20 ` Brian Gough
@ 2001-12-03 15:28   ` Brian Gough
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Gough @ 2001-12-03 15:28 UTC (permalink / raw)
  To: Alexander Schliep; +Cc: GSL discussion list

Mark Galassi writes:
 > [note: he says that 0.9.2 installed without problems]
 > To: Mark Galassi <rosalia@lanl.gov>
 > Subject: GSL installation problems ...
 >
 > on the Mandrake 8.0 Linux box I had/have a number of small
 > problems with the GSL 1.0 installation.
 > I am stumped though about the 'make install' problem I have now:
 > 
 > alexander@congo:cblas> make install
 > make[1]: Entering directory `/home/alexander/Src/gsl-1.0/cblas'
 > /bin/sh ../mkinstalldirs =/home/alexander/local//lib

Hi, 

Did you use "./configure ; make" or did you try to set some options?
It looks like DESTDIR is set to "=/home/alexander/local/". If you
still have problems send a complete transcript of the build process,
including your environment variables (output of "set" command with no
arguments).

regards
Brian

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

* Re: [Alexander Schliep <schliep@zpr.uni-koeln.de>] GSL installation problems ...
  2001-12-19 13:20 [Alexander Schliep <schliep@zpr.uni-koeln.de>] GSL installation problems Mark Galassi
  2001-12-03 12:26 ` Mark Galassi
@ 2001-12-19 13:20 ` Brian Gough
  2001-12-03 15:28   ` Brian Gough
  2001-12-19 13:20 ` Mark Galassi
  2 siblings, 1 reply; 5+ messages in thread
From: Brian Gough @ 2001-12-19 13:20 UTC (permalink / raw)
  To: Alexander Schliep; +Cc: GSL discussion list

Mark Galassi writes:
 > [note: he says that 0.9.2 installed without problems]
 > To: Mark Galassi <rosalia@lanl.gov>
 > Subject: GSL installation problems ...
 >
 > on the Mandrake 8.0 Linux box I had/have a number of small
 > problems with the GSL 1.0 installation.
 > I am stumped though about the 'make install' problem I have now:
 > 
 > alexander@congo:cblas> make install
 > make[1]: Entering directory `/home/alexander/Src/gsl-1.0/cblas'
 > /bin/sh ../mkinstalldirs =/home/alexander/local//lib

Hi, 

Did you use "./configure ; make" or did you try to set some options?
It looks like DESTDIR is set to "=/home/alexander/local/". If you
still have problems send a complete transcript of the build process,
including your environment variables (output of "set" command with no
arguments).

regards
Brian

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

* [Alexander Schliep <schliep@zpr.uni-koeln.de>] GSL installation problems ...
@ 2001-12-19 13:20 Mark Galassi
  2001-12-03 12:26 ` Mark Galassi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mark Galassi @ 2001-12-19 13:20 UTC (permalink / raw)
  To: GSL discussion list

[note: he says that 0.9.2 installed without problems]

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

* [Alexander Schliep <schliep@zpr.uni-koeln.de>] GSL installation problems ...
  2001-12-19 13:20 [Alexander Schliep <schliep@zpr.uni-koeln.de>] GSL installation problems Mark Galassi
  2001-12-03 12:26 ` Mark Galassi
  2001-12-19 13:20 ` Brian Gough
@ 2001-12-19 13:20 ` Mark Galassi
  2 siblings, 0 replies; 5+ messages in thread
From: Mark Galassi @ 2001-12-19 13:20 UTC (permalink / raw)
  To: GSL discussion list

[-- Attachment #1: Type: text/plain, Size: 56 bytes --]


[note: he says that 0.9.2 installed without problems]


[-- Attachment #2: Type: message/rfc822, Size: 3255 bytes --]

From: Alexander Schliep <schliep@zpr.uni-koeln.de>
To: Mark Galassi <rosalia@lanl.gov>
Subject: GSL installation problems ...
Date: Wed, 5 Dec 2001 11:38:33 +0100 (MET)
Message-ID: <Pine.GSO.3.95.1011205113216.19353C-100000@Octopussy>


El Dudito,

on the Mandrake 8.0 Linux box I had/have a number of small
problems with the GSL 1.0 installation.

'make': In matrix (and cblas) I got error messages about use absolute
paths only while running libtool which I could resolve by running the
offending command by hand after changing -rpath to -path (the argument was
an absolute path anywys).

I am stumped though about the 'make install' problem I have now:

alexander@congo:cblas> make install
make[1]: Entering directory `/home/alexander/Src/gsl-1.0/cblas'
/bin/sh ../mkinstalldirs =/home/alexander/local//lib
/bin/sh ../libtool  --mode=install /usr/bin/install -c libgslcblas.la
=/home/alexander/local//lib/libgslcblas.la
libtool: install: `=/home/alexander/local//lib' must be an absolute
directory name
Try `libtool --help --mode=install' for more information.
make[1]: *** [install-libLTLIBRARIES] Error 1
make[1]: Leaving directory `/home/alexander/Src/gsl-1.0/cblas'
make: *** [install-am] Error 2


I tried to run it by hand 

alexander@congo:cblas> /bin/sh ../libtool  --mode=install /usr/bin/install
-c libgslcblas.la /home/alexander/local/lib/libgslcblas.la
/usr/bin/install -c .libs/libgslcblas.lai
/home/alexander/local/lib/libgslcblas.la
/usr/bin/install: .libs/libgslcblas.lai: No such file or directory

but the .libs/libgslcblas.lai is missing, and I could not figure out how
to creat it.


Any insight?

Thanks,
Alexander






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

end of thread, other threads:[~2001-12-19 13:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-19 13:20 [Alexander Schliep <schliep@zpr.uni-koeln.de>] GSL installation problems Mark Galassi
2001-12-03 12:26 ` Mark Galassi
2001-12-19 13:20 ` Brian Gough
2001-12-03 15:28   ` Brian Gough
2001-12-19 13:20 ` Mark Galassi

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).