On 20/11/2007, Hsiang Wei Lee <[EMAIL PROTECTED]> 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. _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
