[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] about monte
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] about monte |
Date: |
Tue, 30 Dec 2003 11:32:56 +0000 |
cnepali writes:
> I was trying to use monte carlo integration. I just copied a
> program on this given in "GSL Reference Manual" and I compiled
> using g++. But there was errors like:
>
> /tmp/cc2bFRST.o(.text+0x173): In function `main': : undefined
> reference to `gsl_rng_env_setup'
You need to link with the libraries.... see the section "Compiling
and Linking" in the GSL manual or the draft copy of my book "An
Introduction to GCC" at http://www.network-theory.co.uk/gcc/intro/ for
details.
regards
--
Brian Gough