help-gsl
[Top][All Lists]
Advanced

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

[Help-gsl] help in compiling and linking this file


From: Vasu Jaganath
Subject: [Help-gsl] help in compiling and linking this file
Date: Fri, 5 Jan 2018 12:04:17 -0700

Hi Forum,

I don't know what libraries to link to compiler this file

I am doing

gcc -Wall quadFixed.c -lgsl -lgslcblas -lm

however it complains

error: unknown type name ‘gsl_integration_fixed_workspace’
   gsl_integration_fixed_workspace * w;

took this example directly from
https://www.gnu.org/software/gsl/doc/html/integration.html

I have attached the file, I am able to compile and run qags example just
fine.

Also, how to know what .so libraries to link for what header in gsl?

Thanks,
Vasu

Attachment: quadFixed.c
Description: Text Data


reply via email to

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