help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] gsl_linalg_SV_decomp segfaults, but I think I've called i


From: Brian Gough
Subject: Re: [Help-gsl] gsl_linalg_SV_decomp segfaults, but I think I've called it correctly
Date: Sat, 4 Mar 2006 12:27:48 +0000

Tom Vajzovic writes:
 > I'm trying to solve a system of linear equations.
 > When I call the function gsl_linalg_SV_decomp, my program segfaults.
 > I compiled with  
 > 
 > $ gcc -lgsl -lgslcblas -lm test.c -o test  

The most important gcc option is missing from your command-line,
http://www.network-theory.co.uk/docs/gccintro/gccintro_9.html
If you add it, it will show you the problem(s).

-- 
Brian Gough

Network Theory Ltd,
Publishing the GSL Manual --- http://www.network-theory.co.uk/gsl/manual/




reply via email to

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