Hi,

I'm stuck on figuring out compiling a simple s7 repel test in c.  I'm on fedora 
23.  I've tried a few different things but not sure what /usr/bin/ld error is 
trying to tell me.



gcc error:

/usr/bin/ld: cannot find : No such file or directory

//gcc -o repel_test repel_test.c s7.o -Wl, -export-dynamic -lm -I. -ldl

#include "/opt/snd-16/s7.h"

int main (int argc, char **argv)
{
    s7_scheme *sc;
    sc = s7_init();
    s7_load(sc, "/opt/snd-16/repl.scm");
    s7_eval_c_string(sc, "((*repl* 'run))");
    return(0);
}


Regards,

Jim
_______________________________________________
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to