I'm trying to call C code from Julia. The C code is just a big header file: http://fastapprox.googlecode.com/svn/trunk/fastapprox/src/fastonebigheader.h (There's no corresponding .c file.) I've installed this header file in my "/usr/include/" directory, but according to the Julia web site, Julia only accesses C shared objects. I'm not sure what to do---wish I understood C/gcc better. I'd greatly appreciate any help.
Thanks, Bob
