Hi!
I'm no wiz at this but to me it doesn't seem like an Octave specific problem so I'm sure you can get more experienced help from others reading this if my tip is wrong/doesn't work.
You might need something like this in your .pro-file:
OCTAVE_LOCATION = C:\path\to\octave
INCLUDEPATH += $${OCTAVE_LOCATION}/path/to/sources
LIBS = -L$${OCTAVE_LOCATION}/path/to/libs \
-loctinterp #(or whatever the name of the library(s?) you want to use.
OCTAVE_LOCATION = C:\path\to\octave
INCLUDEPATH += $${OCTAVE_LOCATION}/path/to/sources
LIBS = -L$${OCTAVE_LOCATION}/path/to/libs \
-loctinterp #(or whatever the name of the library(s?) you want to use.
To copy to clipboard, switch view to plain text mode
Also, try to remember to wrap the code/compiler output you post in CODE tags for increased readability and to avoid smilies. (Use the pound sign from the toolbar).
Welcome to the Forum and Good luck! Just hang in there, google 'til your eyes bleed, read any official documentation and you'll crack it.
Peace Out!
/Tottish
Bookmarks