Hi,
I'm trying to get PDP running on osx 10.2.4 Darwin
after: ./compile ... checking for main in -lgsl... no ERROR: libgsl not found
i tried: sudo apt-get install libgsl0-dev E: Couldn't find package libgsl0-dev
all i can find when i google for it are .rpm packages.
where can i find libgsl????
Thanks,
Rob
On Tuesday, November 25, 2003, at 04:47 PM, robcanning wrote:
Hi,
I'm trying to get PDP running on osx 10.2.4 Darwin
after: ./compile ... checking for main in -lgsl... no ERROR: libgsl not found
i tried: sudo apt-get install libgsl0-dev E: Couldn't find package libgsl0-dev
all i can find when i google for it are .rpm packages.
where can i find libgsl????
...under fink, just do "fink install gsl"...the version I have is 1.3-1 (and it should also install gsl-shlibs)...
...outside of fink, I dunno?
l8r, jamie
Thanks Jamie,
I used fink (fink commander) and installed gsl (which i think i already did)
the install looked ok - the last couple of lines of the output read:
Unpacking gsl (from .../gsl_1.3-1_darwin-powerpc.deb) ... Selecting previously deselected package gsl-shlibs. Unpacking gsl-shlibs (from .../gsl-shlibs_1.3-1_darwin-powerpc.deb) ... Setting up gsl-shlibs (1.3-1) ... Setting up gsl (1.3-1) ...
install-info(/sw/share/info/gsl-ref.info): creating new section `Scientific software'
but when i tried to ./configure again on pdp i got the same error
[Rob-Cannings-Computer:/pdp-0.12] robcanning% ./configure checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking m_pd.h usability... yes checking m_pd.h presence... yes checking for m_pd.h... yes checking for sin in -lm... yes checking for main in -lgslcblas... no checking for main in -lgsl... no ERROR: libgsl not found
Thanks for your help - i've just moved over from windows and this unix stuff is still very new to me!
Rob