[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] help compiling and generating using the GNU GSL urgent!
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: [Help-gsl] help compiling and generating using the GNU GSL urgent! |
Date: |
Wed, 21 Nov 2007 10:34:00 -0600 |
On 20/11/2007, Hsiang Wei Lee <address@hidden> wrote:
> i have just installed the GNU GSL library to a non default directory
> and i have problems using either vcc or gcc
What's vcc? There's no Wikipedia entry for it.
> from the command:
> vcc example.c -o example
My guess is that vcc needs to know what to link with. With gcc, you
need to pass the -lgsl -lgslcblas flags for proper linking.
- Jordi G. H.