help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] Problem building gsl 1.5 on Windows 2000 with cygwin


From: Peter Rockett
Subject: [Help-gsl] Problem building gsl 1.5 on Windows 2000 with cygwin
Date: Tue, 10 Aug 2004 10:18:14 +0100

I have been trying to build gsl version 1.5 on Windows 2000 using
cygwin. Configure seems to run OK (after editing the first line to point
to the bash shell!) but make reports an error as below:

/bin/bash ./libtool --mode=link gcc  -g -O2   -o gsl-randist.exe
gsl-randist.o libgsl.la cblas/libgslcblas.la -lm
gcc -g -O2 -o gsl-randist.exe gsl-randist.o  ./.libs/libgsl.a
cblas/.libs/libgsl cblas.a
gsl-randist.o(.text+0xabd): In function `main':
/cygdrive/c/users/pir/Research/gsl-1.5/gsl-randist.c:98: undefined
reference to `_gsl_rng_env_setup'
gsl-randist.o(.text+0xac2):/cygdrive/c/users/pir/Research/gsl-1.5/gsl-ra
ndist.c: 100: undefined reference to `_gsl_rng_default_seed'

and so on, reporting that it cannot find numerous functions in the gsl
library called in gsl-randist.c until ending with:

collect2: ld returned 1 exit status
make[2]: *** [gsl-randist.exe] Error 1
make[2]: Leaving directory `/cygdrive/c/users/pir/Research/gsl-1.5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/users/pir/Research/gsl-1.5'
make: *** [all] Error 2

Any ideas how to fix this?


Also, I would like to build the library under MSVC. The INSTALL file
states that:

"There are some scripts for converting makefiles into Microsoft Visual
C++ project files in the msvc/ directory of the CVS repository on
sources.redhat.com."

but there is nothing there that I recognise as a script! What exactly am
I looking for?


Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]