I had what is hopefully a quick question about dsos being used by vfl files. I have a compiled dso, and in my vfl I am calling one of the functions that my dso declares. When using vcc to compile my vfl, it states that my function is undefined. From within a houdini shell I can run: $HFS/bin/vcc -X cvex And I can see my the functions declared in my dso. Exactly what do I need to do to get my external vfl files compiled, using my dso? Thanks.