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

I think your problem is that you have a space
after -Wl, -- it'a all one argument:
-Wl,-export-dynamic
-----------
Yes.  Great.  Thank you.  I was stumped, but am now off and compiling.

Regards,
Jim




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

Reply via email to