Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I am trying to run a C code in Visual studio 2005 on Windows. Code has the following include statements. #include <gsl/gsl_rng.h> #include <gsl/gsl_randist.h> When I try to compile ...
  1. #1
    Just Joined!
    Join Date
    Apr 2007
    Posts
    1

    Question Unable to open files "gsl/gsl_rng.h" and "gsl/gsl_randist.h"

    Hi,

    I am trying to run a C code in Visual studio 2005 on Windows.
    Code has the following include statements.

    #include <gsl/gsl_rng.h>
    #include <gsl/gsl_randist.h>

    When I try to compile the code, it is giving a fatal error saying that "Not able to open the included files". "gsl/gsl_rng.h: No such File or directory".

    Can any body help me how i can get that to work?

    I have cygwin on my laptop. Do I need to download any debian packages? Where should I download and how can I open them? Do I have to download a package management system also? What is libgsl-dev?

    Please let me know as soon as possible.

    Thanks and Regards

  2. #2
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Perhaps you should post this on a Windows forum as there is no Visual Studio for Linux.

    Just as a hint though, you may want to make sure you have those header files present.
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •