[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Solaris 10 - GSL - Error 1 / Error 2
From: |
M. Verkerk |
Subject: |
[Help-gsl] Solaris 10 - GSL - Error 1 / Error 2 |
Date: |
Mon, 28 Jan 2008 13:49:51 +0100 |
User-agent: |
Thunderbird 2.0.0.9 (X11/20071115) |
Hi everyone!
Has anyone been able to compile GSL for Solaris 10?
I have made some adjustments to the generated Makefile:
- replaced all 'make' to 'gmake'
- AR = gar
- RANLIB = granlib
Now, when the gmake starts, the following output / error messages appear:
bash-3.00# gmake
gmake all-recursive
gmake[1]: Entering directory `/Documents/src/gsl-1.10'
Making all in gsl
gmake[2]: Entering directory `/Documents/src/gsl-1.10/gsl'
rm -f gsl*.h
HEADERLIST="../gsl*.h ../*/gsl*.h"; \
for h in $HEADERLIST; do \
BASENAME=`basename $h`; \
test -r $BASENAME || ln -s $h $BASENAME; \
done
gmake[2]: Leaving directory `/Documents/src/gsl-1.10/gsl'
Making all in utils
gmake[2]: Entering directory `/Documents/src/gsl-1.10/utils'
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o
libutils.la placeholder.lo -lm
false cru .libs/libutils.a placeholder.o
gmake[2]: *** [libutils.la] Error 1
gmake[2]: Leaving directory `/Documents/src/gsl-1.10/utils'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/Documents/src/gsl-1.10'
gmake: *** [all] Error 2
bash-3.00#
Thanks in advance!
Marijn Verkerk
m_verkerk.vcf
Description: Vcard
- [Help-gsl] Solaris 10 - GSL - Error 1 / Error 2,
M. Verkerk <=