Hi

Hopefully got the contribution requirements right, in a public clone of 
master, signed off etc

https://github.com/ArcEye/linuxcnc-dev/commit/9ec6eb1d4e56cc6748e18f11ecfcd2b66ef86845

The above arose from user on the forum trying to link a custom library 
in his component,
but being unable to without going outside halcompile (comp) and building 
on the command line,
which was proving difficult for him.

Most of use with userspace components but will add the paths / libs to 
the initial object file build stage
of the rt module build too if that should be required.

Should have zero impact if unused.

Usage example

extralib  "-L/usr/local/lib -lspecial-custom-stuff";

anywhere in the comp file header above the ;; delimiters

Python probably capable of polishing, largely borrowed with pride from 
existing code, python not being my preferred language.

regards

------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to