The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




Thread: cygwin
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 11-19-2008
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,759
FDLIB is a shared library that you link your own code against. If you do not already write your own programs, this is going to be a daunting task.
1. develop your own simulation model - it seems there are tutorials on the site you gave --use those
2. install FDLIB - instructions come with it
3. compile your code against FBLIB, gcc myfile.c -o myfile -libfdlib
-- note: I made up "-libfdlib" the tutorial will give you how to link against FDLIB
4. run it against data, producing output files

vogle must be graphing software - that usually means you have write a script to tell it how the incoming data is defined and how to generate the graph. Some graph packages have their own "language" to program their use.

You are going to need help from someone who can look over your shoulder. Doing this by remote control via the these forums is not very efficient.